News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

please help me i tried to do alot of things

Started by hi, January 13, 2013, 09:31:52 AM

Previous topic - Next topic

hi

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 :'(

MortenMacFly

#1
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

hi

sorry i dont know what pm and im windows XP i just downloaded code blocks and i dont know what to do

BlueHazzard

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.

Jenna

Waht is your version of Code::Blocks, which compiler and linker do you use ?

herrtool

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.