On 13 jul 2006, at 11:29, Graeme Geldenhuys wrote:
Can I mix the FPC Compiler Mode (between ObjFPC and Delphi) in a
single project, but different unit files.
Yes, no problem.
Jonas
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http:
Hi,
Can I mix the FPC Compiler Mode (between ObjFPC and Delphi) in a
single project, but different unit files.
Example:
I am using an OPF framework where all units have {$Mode Delphi}
declared, but my project that uses that framework (via compiled .ppu
files only) uses {$Mode ObjFPC}. The OPF