How to have both VCL and FMX in one application?
问题 I have a VCL application and pretty isolated VCL code. I would like to include Fire Monkey forms for Mac OSX support. I plan using heavily IFDEF to determine should I build for Windows with VCL or for Mac OSX with FireMonkey. Unfortunately there is no way to add MacOS platform from the Project Manager if the application is VCL one. Is there a way to hack this somehow? Maybe manually tweak the .dpr and .dproj files? 回答1: What about doing it the other way around: start with a FireMonkey