-
Notifications
You must be signed in to change notification settings - Fork 19
D28.ALEXANDRIA.11.2.0.0
Related: Delphi Master Release List, D28.ALEXANDRIA.11.0.0.0, D28.ALEXANDRIA.11.1.0.0, D28.ALEXANDRIA.11.2.0.1
The new 11.2 release is binary compatible with 11.0 and 11.1 Alexandria, adding new features and fixing many issues. (11.2 implements over 30 feature requests from Qaulity Portal and fixes over 420 bugs.)
-
11.2 LSP is problematic for many users, see issue RSP-39812 with 54 votes
-
As with other binary compatible upgrades, do not manually uninstall the previous version - let the new version's installer uninstall the prior release and keep your settings during the install process. You do not have to re-install your components if you take this approach.
-
You can tell the difference between 11, 11.1 and 11.2 by checking for RTL constants found in the System unit:
if CompilerVersion = 35 then //RAD Studio 11 Alexandria
begin
{$IF RTLVersion112 }
ShowMessage('This is version 11.2');
{$ELSEIF RTLVersion111}
ShowMessage('This is version 11.1');
{$ELSE}
ShowMessage('This is version 11');
{$IFEND}
end;
- This installer issue is apparently still not fixed: RSP-28434 Library Paths are not preserved on install Please vote for this issue! (It is currently up to 17 votes.)
- Installer issue: RSP-39164: SQLite driver missing for iOS Simulator
- Installer issue: RSP-39123: Empty FMX app fails to launch on Android (32 and 64bit) (missing android:exported attribute in Manifest file)
- If upgrading from 11 or 11.1, you need to manually edit the
%AppData%\Roaming\Embarcadero\BDS\22.0\AndroidManifest.xml
file and addandroid:exported="true"
to the<%services%><activity
element (Or, simply rename the file and have Delphi recreate it next time it starts up)
- If upgrading from 11 or 11.1, you need to manually edit the
- Comment on Welcome Screen layout regression from Dalija Prasnikar on Delphi Praxis: There is some problem with migrating or applying Welcome screen layout after migration. When you launch IDE click "Edit Layout" on Welcome Screen. Reset Welcome Screen to default layout and then adjust it again the way you like it. Next time you start IDE it should run normally.
- Comment on TScrollBox regression from user albi77 on Delphi Praxis Automatic scrolling of TScrollBox with mouse wheel is not working in 11.2. This feature was introduced in 11.0 and worked fine also in 11.1.
- IDE Inactive code colorization is a cool new feature of 11.2 but does have some performance issues RSP-39320
- Older Delphi versions supported the iOS Simulator running on Intel 32-bit Macs or 64-bit Macs offering 32-bit support but was dropped after Apple dropped its support. It has been reintroduced in 11.2 with an iOS Simulator for macOS ARM 64-bit platform. (M1 and M2 Apple Silicon)
The availability of the iOS Simulator support enables developers to test and debug their Delphi applications on different Apple devices and on multiple form factors using the iOS Simulator, without the need to buy the specific hardware. It also helps fulfill the Apple Store request to provide screenshots of the apps running in multiple form factors.
In this release, the IDE lets you target Android API Level 32 (up from API level 30 in 11.1), which will be required by Google Play in November 2022. The installer was also updated to offer the Eclipse Temurin JDK 11, required by the latest Android SDK tools.
Delphi's Linux toolchain previously used GDB for debugging; in this release, it is switching to LLDB, which provides a strong quality improvement both in features and in Delphi language syntax support. LLDB was also upgraded to version 12 and adopted it for the iOS Simulator, along with existing use of LLDB for C++ Win64, and Delphi macOS, iOS, and Android 64 platforms.
You can open and edit Markdown (.md) files and see a rich text rendered view of it in the Preview tab. The Markdown rendering includes support for tables and other special tags.
-
2023.01.24
Blog by Jim McKeeth Official Docker Containers Updated for 11.2 -
2023.01.12
Blog by Darian Miller Unofficial Delphi LSP fix for 11.2 is now available -
2022.10.05
Blog by Marco Cantu Embarcadero GetIt Packages Download for RAD Studio 11.2- Offline installation now available for:
- Radiant Shapes 1.5 for 11.2
- Konopka Controls (7.0) for 11.2
- BeaconFence (1.3) for 11.2
- Bookmarks 11 (1.6.3)
- Navigator 11 (1.6.3)
- Parallel Debugger 11 (1.0.3)
- FMX Linux 1.71
- Offline installation now available for:
-
2022.10.04
Patch #1 Released -
2022.09.18
YouTube video by Holger Flick How It Works (11.2 ARM Simulator) -
2022.09.15
YouTube video by Embarcedero FireDAC SQL Highlighting new in RAD Studio 11.2 Alexandria -
2022.09.15
Blog by Eli M. Turbocharge Windows Development With RAD Studio 11.2 -
2022.09.08
Blog by Marco Cantu Delphi 11.2 Release Yesterday -
2022.09.08
Blog by Daniele Teti My Top 3+1 features in the new RAD Studio 11.2 Alexandria -
2022.09.07
YouTube video by Embarcadero iOS Simulator in Delphi 11.2 Alexandria -
2022.09.07
Blog with Video by Stephen Ball INSTALLING PACKAGES OFFLINE WITH RAD STUDIO, DELPHI AND C++BUILDER- YouTube Link
- 11.2 adds the ability to load packages via GetIt when the PC is offline. This greatly improves access to packages for machines that are blocked from the Internet.
-
2022.09.07
DocWiki New features and customer reported issues fixed in RAD Studio 11.2 -
2022.09.07
DocWiki 11 Alexandria - Release 2 -
2022.09.07
YouTube Launch Webinar See What's New in Delphi, C++Builder, and RAD Studio 11.2 Alexandria -
2022.09.07
Blog by David Millington Coming in 11.2: the Little Things that make Big Quality -
2022.09.07
Webinar by Embarcadero What's Coming in Delphi, C++Builder, and RAD Studio 11.2 Alexandria -
2022.09.07
Blog by Marco Cantu Announcing the Availability of RAD Studio 11.2 Alexandria- Covers most of the improvements in this release
-
2022.09.07
Press Release RAD Studio 11.2 Release Introduces New Tools, Quality Improvements -
2022.09.06
Blog by David Millington New in 11.2: The Little Things That Add Up to Big Quality -
2022.09.05
Blog by David Millington Coming in 11.2: a sneak peek into Markdown and Help Insight -
2022.09.01
Blog RAD Studio New Release: What’s Coming in 11.2 -
2022.08.11
Blog by Marco Cantu Delphi iOS Simulator Support in the Coming Version of RAD Studio