command line input stopped working?

BlitzMax Forums/BlitzMax Beginners Area/command line input stopped working?

kimgar(Posted 2007) [#1]
my app is finally near completion, and i was going to wrap it up by having the user select some stuff before it starts. but to my frustration the input command has stopped working?!?
i was sure this:
name$=Input("What is your name")
Print "Hello "+name

should pop up the command line interface asking the question, but nothing happens!

it compiles ok, asks the question and everything, but when trying to run the exe, nothing happens...

this is incredible, any ideas what i can try to debug?


tonyg(Posted 2007) [#2]
Works for me. Have you got Build Gui App unselected?


kimgar(Posted 2007) [#3]
god damn, good call Tony :)

i was never 100% clear on what the different builds were, i thought gui app was the one that built the exe file....how embarrassing...

thanks for the fast response and quick fix Tony!