Direct Print.Input to a command prompt?

BlitzMax Forums/BlitzMax Programming/Direct Print.Input to a command prompt?

Warpy(Posted 2005) [#1]
I'm writing some multiplayer stuff at the moment, and I've got a load of Print commands telling me what's going on, and I get server ips and whatnot from Input. This all works in the bmax IDE, but what about just running the EXE? Shouldn't it open a command prompt or something? If there's an arcane winapi thing (again) that'll open a command prompt and direct I/O to it, does anyone know what it is?


klepto2(Posted 2005) [#2]
You have to disable Build GUI App in the Build Options Menu.
Then a Console should appear by running your exe.


Warpy(Posted 2005) [#3]
oo thanks, I never understood what that option was there for :D

simple things for simple minds...