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"))
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"))