Yes it works, but the {$DEFINE NOFORMSPLEASE} clause must be put in the unit 
itself. If I put the clause in the first line of my console project, the unit 
won't catch it.

How can I define a compiler directive that can be understood by all units in my 
project?

Anyway, thanks.



----- Original Message ----
From: Bart <bartjun...@gmail.com>
To: FPC-Pascal users discussions <fpc-pascal@lists.freepascal.org>
Sent: Sun, April 11, 2010 4:51:54 PM
Subject: Re: [fpc-pascal] (no subject)

Simply define the compiler directive NOFORMSPLEASE when compiling your
console app.
The ProcessMessages is there (I guess) for allowing the Application
object to update screens (WinControls).

Since a console application does not link in LCL this is not necessary.

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



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

Reply via email to