Delphi XE2: Is it possible to create Mac GUI applications without FireMonkey?
问题 Using Delphi XE2, is it possible to create a Mac GUI application without using FireMonkey for the GUI? If so, what could be used and how would one go about it? 回答1: In principle, it is possible. But you'd need to translate the Objective-C headers and classes exposed by Apple. That is a huge task, part of which has already been done by the FreePascal people or the Objective-Pascal people. But nothing prevents you from translating the (missing) headers yourself. You can call methods of a class