--- Peter Vreman <[EMAIL PROTECTED]> escribió:
> 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.
> >
> >Digging I foun
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. Fo
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.
Digging I found that IsConsole is set in two functions in wprt0.as:
_mainCRTStartu