Forum > Windows (32/64)

Compiling without the DOS trace box

(1/1)

Anonymous:
Is there a way to deactivate the DOS box in which the message traces appears for graphical app?
It seems to be present in the recently released Lazarus binaries too.

vrs:
There are two ways to do this:
a: Add {$APPTYPE gui} to your main program file.
b: In the compiler options dialog, linking tab, target OS specific
options check Win32 gui application.

It is on by default, because Lazarus still needs much debugging.

Vincent

Anonymous:
Ok, thanks!

Navigation

[0] Message Index

Go to full version