Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: hi on January 13, 2013, 09:31:52 am
-
i want to build so i pressed Ctrl+f9
and it sayed:-
main.cpp
Linking console executable: bin\Debug\theproject.exe
LINK : bin\Debug\theproject.exe not found or not built by the last incremental link; performing full link
Output size is 24.50 KB
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings
then when i press Ctrl+f10 nothing happends
please help i really need some help :'(
-
What do you expect?
No samples, no full compiler log, no OS information, no version information, nothing. Just an error. Nobody can help you with such less information!!!
I experience errors, too - can you help me If I just tell you this? Nobody can help you with such less information. Try Google.
-
Again: Nobody can help you with such less information!!!
And please respect our forum rules you agreed to when registering here. PM's are not allowed like that. They will cause users being banned if you do. Questions belong into the forums. Period.
-
sorry i dont know what pm and im windows XP i just downloaded code blocks and i dont know what to do
-
We have no information to help you...
What do you want to do?
What is the code?
Have you any experience in coding?
Post a FULL error log from "Build Log" Tab.
etc.
-
Waht is your version of Code::Blocks, which compiler and linker do you use ?
-
I'm guessing you forgot to set the build target option to "console" and so nothing is appearing to happen. If you're sure that's not the problem, then go to <your project's directory>\bin\Debug and run theProject.exe and verify that it does what you think it's supposed to do.