When i do a debug build using vc 2003 compiler from cbuilderx I get a
debugging information corrupt error. How can I fix this?
This is a discussion on debugging information corrupt within the C++ Programming forums, part of the General Programming Boards category; When i do a debug build using vc 2003 compiler from cbuilderx I get a debugging information corrupt error. How ...
When i do a debug build using vc 2003 compiler from cbuilderx I get a
debugging information corrupt error. How can I fix this?
silk.odyssey
The first thing I do when things get weird is delete all the object files etc (Using Build->Clean), then do a Build->Rebuild All.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
I think the problem has to do with the new debug information format used with the current version of visual c++. I've been trying different compiler options but nothing seems to satisfy the compiler.
silk.odyssey