BMK creates a console window

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

..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..

I think:
"bmk makeapp -r -t gui source.bmx"

bmk makeapp -r source.bmx -t gui


ah, it's exactly "BMK makeapp -r -t gui source.bmk"

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

Tick Build GUI app