On 31/01/2008, Daniël Mantione <[EMAIL PROTECTED]> wrote: > > > If so, how can I IFDEF code that needs to run on Linux (32 & 64 bit) > > {$if defined(linux) and defined(i386)} >
Just to let you know Daniël, that doesn't work for Linux 32-bit systems, but the idea is correct. It should read. {$if defined(linux) and defined(cpu386)} Thanks again... Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel