Hello,
This is my first time using codeblocks.
I am using release 8.02 and running on windows xp pro.
However, I have created a simple hello world console project application. It builds without errors but doesn't show the console window.
In my debug folder I do have the executable chapter1.exe. If I double click it it will run.
main.c
Linking console executable: bin\Debug\Chapter1.exe
LINK : bin\Debug\Chapter1.exe not found or not built by the last incremental link; performing full link
Output size is 16.50 KB
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings
I am using the visual 2005/2008 compiler.
Under 'project properties' - 'Build Targets' - I have checked 'Pause when execution ends'
However, this didn't solve the problem.
Many thanks for any suggestions,
Steve