[fpc-pascal]Suppressing the console window in Win32

Peter Vreman peter at freepascal.org
Thu Mar 4 08:11:39 CET 2004


> I'm building a graphical application using GameVision
> (http://www.jarroddavis.com/).  The application compiled in FPC opens a
> console window whenever the application is executed.  The application
> compiled in Delphi does not open a console window.  How do I not have the
> console window automatically opened when the application is compiled with
> FPC?

Add (delphi compatible) {$apptype gui}






More information about the fpc-pascal mailing list