Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: hi on January 13, 2013, 09:31:52 am

Title: please help me i tried to do alot of things
Post 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 :'(
Title: Re: please help me i tried to do alot of things
Post by: MortenMacFly on January 13, 2013, 10:08:40 am
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.
Title: Re: please help me i tried to do alot of things
Post by: MortenMacFly on January 13, 2013, 10:44:23 am
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.
Title: Re: please help me i tried to do alot of things
Post by: hi on January 13, 2013, 11:10:54 am
sorry i dont know what pm and im windows XP i just downloaded code blocks and i dont know what to do
Title: Re: please help me i tried to do alot of things
Post by: BlueHazzard on January 13, 2013, 12:24:04 pm
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.
Title: Re: please help me i tried to do alot of things
Post by: Jenna on January 13, 2013, 12:33:13 pm
Waht is your version of Code::Blocks, which compiler and linker do you use ?
Title: Re: please help me i tried to do alot of things
Post by: herrtool on January 15, 2013, 09:35:17 pm
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.