BMK creates a console window

BlitzMax Forums/BlitzMax Beginners Area/BMK creates a console window

CS_TBL(Posted 2005) [#1]
..while I run a BMK'd GUI app .. how can I get rid of that extra console-window when I make my .exe ?

(I do: "bmk makeapp -r source.bmx")

The 'glcube' sample-code does the same btw..


Perturbatio(Posted 2005) [#2]
I think:
"bmk makeapp -r -t gui source.bmx"


Yan(Posted 2005) [#3]
bmk makeapp -r source.bmx -t gui



CS_TBL(Posted 2005) [#4]
ah, it's exactly "BMK makeapp -r -t gui source.bmk"

but boy, do I want this in the IDE 'Export as .exe' ..


Perturbatio(Posted 2005) [#5]
Tick Build GUI app