Embarcadero has RTM'd RAD Studio, Delphi and C++Builder 10.3 Rio (version 20.0) today. You can read the press release here. Included in the release are several C++ compilers.
Here are the command line version details for each compiler.
C++Builder 10.3 Rio (20.0) C++ Compilers
BCC32 - the classic 32-bit windows compiler
BCC32C - Clang-enhanced compiler with a command line flag compatible only with BCC32 (the classic compiler)
BCC32X - command line flag compatible with other...
Over 20% of users abandon an application after using it the first time (per Localytics). How can you design your mobile app to avoid being one of these casualties?
Start out by designing your application with mobile in mind. You can’t just replicate your desktop application and expect it to make sense on a smaller form factor.
Each platform already has existing patterns your users are used to: iOS tab bars are on the bottom and include glyphs but Android tab bars are at the top and are text-on...
この記事は Sarina DuPont による Targeting iOS 12 with RAD Studio の抄訳です。
今週初めにAppleはiOSの最新リリースであるiOS 12をリリースしました。私たちは10.2 Tokyo Release 3と10.3 Carnival BetaでiOS 12をテストしています。
Earlier this week, Apple released the new version of iOS, iOS 12. We’ve been testing iOS 12 with 10.2 Tokyo Release 3 and the 10.3 Carnival Beta.
What we support with RAD Studio 10.2.3 today:
Building applications that can run on iOS 12 devices using the iOS 11 SDK and Xcode 9.x
The new SDK and Xcode version are not supported at this time.
What we plan to support for the new iOS 12 with RAD Studio 10.3:
Targeting iOS 12 devices using the iOS 12 SDK and Xcode 10
...
You have a great idea for an app, but how do you successfully get from idea to a well designed, functional app your users love? It starts with design wireframing and prototyping, a faster iterative process that requires less coding effort up front so you know what works and what needs to be improved - before you invest your hours and dollars coding. Application prototyping is an important part of application development. Since the initial release of iOS back in 2007, many mobile application focu...
この記事は、Marco Cantu によるRAD Studio 10.x Files Permissions Patch Releasedの抄訳です。
エンバカデロは、Delphi/C++Builder/RAD Studio 向けのファイルパーミッションパッチをリリースしました。これは、GetIt Webベースのインストーラを使用してインストールされたRAD Studio 10,10.1.xおよび10.2.xのすべてのバージョンが対象です。
2018 has been a very exciting year so far for Embarcadero. In our roadmap, you can find the key features that we’ve planned for calendar year 2018/2019. Before we get to the details of our updated roadmap, we wanted to recap what we’ve delivered so far:
Back in March, we introduced RAD Studio 10.2.3, also known as 10.2 Tokyo Release 3, of Delphi, C++Builder and RAD Studio. This was the third release of Tokyo, and included CMake Command Line Support for C++, Rename Refactoring, Mobile support in...
Start building visually stunning multi-device applications right away with these great tools accessible from the IDE’s Welcome Page.
TIP: If you accidentally close the Welcome Page, you can reopen it by going to View > Welcome Page.
This article covers the following:
Guided Tour in the IDE
Code Samples and Mobile Snippets
Stunning, ready-to-use Application Templates
Guided Tour
The Guided Tour is a step-by-step bubble pop-up tour that introduces you to the ...
IBLiteとは
IBLiteはInterBaseデータベースのローカルバージョンです。
セッション数やデータベースサイズといった機能に一部制限がありますが、無料で使用することができ、InterBase Server Editionと完全な互換性があります。違いはDocWikiを参照してください。
特別なインストールは不要で、DLLとライセンスファイルを配置するだけで、アプリケーションに組み込むことができます。
IBLiteの初期設定
Windows上でIBLiteを使用したアプリを作成するには、以下の設定をします。
Visual Studio 2013 の Visual C++ 再頒布可能パッケージをインストールします。
RAD StudioのGetIt パッケージマネージャーから、"InterBase 2017"を検索し、IBLiteをインストールします。インストールされたファイルは$(IBREDISTDIR)\InterBase2017に配置されます。
$(IBREDISTDIR)\InterBase2017\win32_togo(64bitはwin64_to...