User forums > General (but related to Code::Blocks)
A little help please
splodger15:
Isn't there just a step by step walkthrough on this surely quite a few people must ask about this.
thomas:
Yes there are dozens, but this forum is not about Windows / general programming.
You may want to read theForger's Win32 tutorial.
skfd:
Decided to post here because i don't now how to name this problem.
I'm running nightly build dated 7.10 on Gutsy. When i run program from inside of C::B the xterm window opened with "Press ENTER to continue." message. Build log told me this:
--- Code: ---Checking for existence: /home/skfd/Desktop/C++/1
Executing: xterm -T '/home/skfd/Desktop/C++/1' -e /usr/bin/cb_console_runner "/home/skfd/Desktop/C++/1" (in /home/skfd/Desktop/C++)
Process terminated with status 0 (0 minutes, 4 seconds)
--- End code ---
Please, help me to figure out how should i run my program properly.
XayC:
I guess you are asking how to remove the "Press ENTER to continue" feature, in this case: it's a project specific option (available for programs that quit immediately after running and where you don't have time to see the results in the console window).
You can enable-disable it from: open the project, menu Project->Properties, build target panel, "pause when execution ends" (it can be target specific and it's available when the project is a console application).
Regards, XayC
Navigation
[0] Message Index
[*] Previous page
Go to full version