User forums > Using Code::Blocks
no console displayed when running C program
steve1_rm:
Hello,
I installed the same version on my works computer and had the same problem.
So, maybe I am doing something with the setup of my application.
Anyone who has any other ideas?
Thanks,
Barking_Mad:
Try running it from a test bat/cmd file:
save the following as a .bat or .cmd file, then run it:
--- Code: ---@echo off
echo "Starting test application...."
call "/path_to_executable.exe"
echo "Test Application done!"
@pause
--- End code ---
Just to eliminate some possibilities.
Navigation
[0] Message Index
[*] Previous page
Go to full version