Author Topic: please help me i tried to do alot of things  (Read 5005 times)

Offline hi

  • Single posting newcomer
  • *
  • Posts: 2
please help me i tried to do alot of things
« 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 :'(

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: please help me i tried to do alot of things
« Reply #1 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.
« Last Edit: January 13, 2013, 10:43:07 am by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: please help me i tried to do alot of things
« Reply #2 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline hi

  • Single posting newcomer
  • *
  • Posts: 2
Re: please help me i tried to do alot of things
« Reply #3 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

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3352
Re: please help me i tried to do alot of things
« Reply #4 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: please help me i tried to do alot of things
« Reply #5 on: January 13, 2013, 12:33:13 pm »
Waht is your version of Code::Blocks, which compiler and linker do you use ?

Offline herrtool

  • Single posting newcomer
  • *
  • Posts: 9
Re: please help me i tried to do alot of things
« Reply #6 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.