Is there any way - any way at all - to get GPC to produce MacOS binaries? I have a huge chunk of code in Turbo Pascal-flavoured Object Pascal I need to port to the Mac. Metrowerks' Object Pascal compiler speaks a different dialect of the language - no virtual keyword (override's instead), no polymorphic functions (you can only override if you use the same parameters), and no constructors or destructors. Does anyone have any idea how this might be achieved? Getting 60,000-odd lines of Object Pascal to compile on the Mac is going to be a nightmare.