Unlike Linux, GUI software in Windows have by default no console, and
therefore no StdOut (or you can think that StdOut is nil). This a
platform characteristic.

To add a console to your program add this to your program file:

{$apptype console}

This is explained in the upcoming Lazarus book in the Input/Output subchapter.

-- 
Felipe Monteiro de Carvalho
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to