On Wed, Jun 30, 2010 at 2:52 PM, Juha Manninen <[email protected]> wrote:
> Why does it happen? The obvious solution is not to add LCL dependency to
> console apps. Is it always the correct way?
It's lack of Interfaces unit.
Console applications are not always Windows dependant.
So I guess adding LCL dependency + Interfaces, LCLIntf units should
NOT be strict.
i.e.
begin
writeln('hello world');
end.
No need for LCL units here :)
thanks,
dmitry
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus