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 ?
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..."
Thank you,I know my problem! :bg
:lol do you get the solution
Yes, thank you ! :bg