Dear all, when I put a csvexporter on a form lazarus automatically adds to my project lazdbexport unit if I am under windows and fpccsvexport if I am under Linux. So I have to do this:
{$IFDEF WINDOWS}
lazdbexport;
{$ENDIF}
{$IFDEF UNIX}
fpcsvexport;
{$ENDIF}
Is it ok?
Andrea
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
