Author Topic: Code Blocks version 1.0  (Read 2997 times)

Sniffer

  • Guest
Code Blocks version 1.0
« on: December 02, 2011, 04:43:42 pm »
Hi together,
now I'm reading and learning Gameprogramming mit Direct X from Chr.Rousselle from 2006. I use Code Blöcks v1.0 and the debugger from the Windows toolkit 2003. As soon as make the compilersettings in code blocks for debugging in Build\Compiler Settings\and the tab linker\... (tab compiler I have done...)
And on the in "other linker options" side added I the option /DEBUG. After closing this Window I want to compile my debug-version was failed. Now I'm looking for the compiler options and the option under the linker tab /DEBUG disappeared.

Who can help me???

Many thanks...






Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: Code Blocks version 1.0
« Reply #1 on: December 03, 2011, 06:40:11 pm »
http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks

Try setting the -g parameter. If it's off, it most likely will remove your hand set debug options.

http://wiki.codeblocks.org/index.php?title=Special:AllPages