Author Topic: Trouble Importing & compiling vc7 project  (Read 19117 times)

rossa

  • Guest
Re: Trouble Importing & compiling vc7 project
« Reply #15 on: September 06, 2006, 05:10:43 am »
No, I'm not sure. What do I need to do?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Trouble Importing & compiling vc7 project
« Reply #16 on: September 06, 2006, 09:01:39 am »
No, I'm not sure. What do I need to do?
Enable the compiler option "Produce debugging symbols", set additional debug defines as appropriate for your project (e.g. "MY_DEBUG") and link against debug libraries (if required).

With regards, Morten.

Ps.: Not offending, but you want to debug an application and don't know about debug compiler/linker switches... I wonder how this is going to end...?! :shock:
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

rossa

  • Guest
Re: Trouble Importing & compiling vc7 project
« Reply #17 on: September 06, 2006, 10:07:30 am »
Ok its working now.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: Trouble Importing & compiling vc7 project
« Reply #18 on: September 06, 2006, 02:41:42 pm »
Quote
Ps.: Not offending, but you want to debug an application and don't know about debug compiler/linker switches... I wonder how this is going to end...?! Shocked

The same way it ended for all of us.  :)

Getting old and forgetting to turn on the debug switches just like when we were young and didn't know 'em in the first place.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Trouble Importing & compiling vc7 project
« Reply #19 on: September 06, 2006, 04:34:47 pm »
Getting old and forgetting to turn on the debug switches just like when we were young and didn't know 'em in the first place.
:lol:
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