Andrea Mauri wrote:
> If I add Interfaces to the main unit the project compiles fine. But is
> it ok to add interfaces to a console application?
> {$IFDEF MSWINDOWS}
> , snmp, nb30, dynlibs, LCLtype, LCLintf, LCLProc
It will be enough for you to replace LCLType, LCLIntf by Windows unit.
Then you can remove Interfaces dependency (maybe LCLProc depends on
Interfaces too).
Best regards,
Paul Ishenin.
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus