Consol window opens.

BlitzMax Forums/BlitzMax Beginners Area/Consol window opens.

Tiger(Posted 2011) [#1]
Hello, im doing a BlitzMax Gui program.
The problem I have is, when I execute the .exe file my program starts
as normal but it also open a consolwindow.
Its not in debugmode and it only show's when I start exe file not when I compile it and execute it from the editor.

Ps. I use Blide.

Thanks.


Czar Flavius(Posted 2011) [#2]
In publish settings, you can select/deselect console application. I'm not sure how to do this as non-publish.

In the normal ide, you select build gui app as the compiler option. This badly named option enables the console or not.


ziggy(Posted 2011) [#3]
On BLIde, in the main file you're compiling (the bmx file) there's a combo box in the editor window called "Build as:" you can set there the kind of compilation (Console, Gui, dll, etc.)

More details here: http://www.blide.org/help/index.html?the_code_window.htm


Tiger(Posted 2011) [#4]
Grrrreate, thanks for the help... works like a clock.

Thanks.