[Lazarus] Lazarus ignores my breakpoints
Graeme Geldenhuys
graemeg.lists at gmail.com
Tue May 5 13:06:20 CEST 2009
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.
More information about the Lazarus
mailing list