Print + Input: Bug or What am I doing wrong?

BlitzMax Forums/BlitzMax Beginners Area/Print + Input: Bug or What am I doing wrong?

Sensenwerk(Posted 2005) [#1]
Hi...
I'm quiet new to BlitzMax, that's why I post this in the Beginners Area, cause I'm not sure if this' a bug or not.

Here's my problem describtion: Input and print do not work with my WinXP SP:2... wheras Linux opens a consol

Here some code:

Global StandardIOStream:TStream 'doesn't work with and without this line (well in SuSE Linux 9.3 it works fine)
Print ("No consol opens to display this text in WinXP")
Local MyVar:Byte=Byte(Input("Inputs are possible neither"))


AntonyWells(Posted 2005) [#2]
Goto Compiler Options or whatever it's called and try disabling "Build Gui app" or "Windows app", that should start it with a console(When an .exe. Probably the output window without.)


Sensenwerk(Posted 2005) [#3]
Oh... that fixed my problem. Thank you.