Hi,

How do I use platform specific include files like FPC does, but in my
own projects?

for example: In tiOPF we have a tiUtils.pas unit. We try and limit
IFDEFs to only that unit. Often we have a single tiXXX() method which
contains a {IFDEF FPC}  or {IFDEF UNIX} and {IFDEF WINDOWS}.  I would
like to try and remove such ifdefs and use include files to support
Windows, Linux and MacOSX.

Any thoughts on how I can accomplish this like FPC does?

Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to