Quote Originally Posted by L505
It's not freepascal specific code from scratch. I'm doing them side by side here with simple ifdef's. There are no changes that are huge enough to require an include file - most are just ifdefs and extra compatibility units.
A sound approach, I did the same with the rem Objects Pascal Script.

Quote Originally Posted by L505
Problem is the code DOES work on delphi. The delphi exe works great. FPC one doesn't.

What I'm really interested in, is not so much shooting monsters and blowing the doors off scary dark rooms - but rather finding glitches in the FPC compiler that need to be repaired. These huge projects can surely trigger bugs and get them repaired in the compiler.
What Kind of errors are you getting? Can you make your version of the conversion available so others can test/debug it? Can you also provide details on the optimizations you are using in the compiler. Although I would recommend not using any optimizations to start off with, that way you can narrow any problems with the compiler down to specific areas.

Dean