[fpc-pascal] lazarus crash at start

Vincent Snijders vsnijders at quicknet.nl
Mon Aug 1 11:49:07 CEST 2005


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.




More information about the fpc-pascal mailing list