7
votes
Delphi XE2 and iOS: things you should not do
The Wiert Corner
– When developing applications for iOS using Delphi XE2, it uses a smart but convoluted FPC detour. That results in a few things you should take into account when developing iOS applications: Do not use Unit scope identifiers (that’s why for instance the FireMonkey unit FMX.Dialogs is called FMX_Dialogs when building an iOS application) So don’t do a “uses System.SysUtils”, but “uses SysUtils” and don’t name your units using Unit scope identifiers for now. It would be so nice if Embarcadero shipped the tool that made all the FMX_* units out of the FMX.* ...
Statistics
|
Visits by Source |
User Actions |




