i changed my code from release to debug mode. when i try to debug it shows a dialog box that '... does not contain debug information press ok to continue".. can anybody help me..
thanks...
Printable View
i changed my code from release to debug mode. when i try to debug it shows a dialog box that '... does not contain debug information press ok to continue".. can anybody help me..
thanks...
I think you have to provide more information to get help. Easiest is to pack and attach your project. Don't forget to delete all intermediate files (debug/release folders, .suo, .ncb) before packing.
Project Properties > C/C++ > General
> Debug Information Format = /Zi or /ZI
Project Properties > Linker > Debugging
> Generate Debug Info = Yes
> Generate Program Database File = filepath.pdb
many thanks for your suggestions but I think the problem lies elsewhere.
In fact I was able to compile and link the application without any
errors.
My problem is I am getting a message "does not contain debug
information. Press OK to Continue" when I try to debug the application
with or without breakpoints.
Can anybody tell me the reason for showing this dialog box.. i just started Visual C++ developing and this is my first time using visual C++ 6.0.
ok.. Thank you....
Also, un-install the ancient compiler and get yourself a modern one. Things have changed a lot since 1996...
http://www.microsoft.com/visualstudi...press-products