Why QEv10 project/run program conment can't run console program?

Started by Tally, March 23, 2010, 03:41:54 PM

Previous topic - Next topic

Tally

I write a small console program about console output .It can be performed  with QEv10  project/console build all, and  a *.exe file was produced. When I run the program using QEv10  project/run program  conment ,the screen only flash. I didn't know the reason. How to use QEv10  project/run program  conment ? Could you help me ?

oex

Your program is quiting immediately after you run it.... either it is erroring or it is displaying the resulting output and then quiting normally.... You want to put something in it that will request user input like a message box or key input request:

ie

invoke MessageBox,0,chr$("Program Ran OK"),chr$("Program End"),MB_OK

or

inkey "Press a key to continue..."
We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv


oex

We are all of us insane, just to varying degrees and intelligently balanced through networking

http://www.hereford.tv