News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Trouble Importing & compiling vc7 project

Started by rossa, September 04, 2006, 10:10:00 AM

Previous topic - Next topic

rossa


MortenMacFly

Quote from: rossa on September 06, 2006, 05:10:43 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: [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]


Pecan

QuotePs.: 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.

MortenMacFly

Quote from: Pecan on September 06, 2006, 02:41:42 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: [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]