Peter Vreman wrote:
At 01:12 1-8-2005, you wrote:

Trying to find why lazarus crashes at start in win98 I found a courious problem, global variable IsConsole is true when it should be false as lazarus is built as a gui application.


You need to use {$apptype gui} or use the -WG parameter. For the compiler it is not known if the application needs a console or not.



If you use -WG, IsConsole should be false. Correct?

Vincent.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to