What about doing it the other way around:
- start with a FireMonkey application
- add the OS X platform target
IFDEFit so that you can chooise between VCL or FireMonkey
It is not that hard to do this for a 1-form project, then add all the existing stuff from your current VCL dpr.
This might actually lead you to be able to figure out how the .dpr and .dproj of VCL and FireMonkey differ (I tried once, but it was too much to do in a short term way, so I shelved it for future research).
Note:
Be very careful when putting IFDEF in your DPR files. The Delphi IDE owns DPR files, and will remove the IFDEFS, for instance when you add new forms or change some project properties.






Leave a comment