For one reason or another, When I try to run my program on the C/C++ compiler, It doesn't show my project, only the computer's username and it won't let me do anything else on it; What's happening?! :shock:
Quote from: treepeoples on November 04, 2011, 01:08:31 AM
When I try to run my program on the C/C++ compiler
I assume you mean that you pressed one of these buttons (http://wiki.codeblocks.org/index.php?title=Compiler_plugin) (Build/Run etc).
Do you have a properly setup compiler (http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps) (for example, Xcode)?
Have you looked through the FAQ (http://wiki.codeblocks.org/index.php?title=FAQ) (specifically How do I troubleshoot a compiler problem (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)) to see if anything there matches your problem?
Quote from: treepeoples on November 04, 2011, 01:08:31 AM
It doesn't show my project, only the computer's username
Do you mean the application does not run, or that nothing is displayed in the build-log?
Quote from: treepeoples on November 04, 2011, 01:08:31 AM
it won't let me do anything else on it;
Does this mean Code::Blocks freezes?