In VC6.0, how to change Release to Debug?
-
In VC6.0,how to change a project from Release to Debug for debuging it? Thank you very much first! Rap off for you,for me,for our human.
Look on the Build toolbar, there's a combo box that says "Win32 Release". Change that to "Win32 Debug" --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.
-
In VC6.0,how to change a project from Release to Debug for debuging it? Thank you very much first! Rap off for you,for me,for our human.
Or if you want to debug in release mode, in your linker option. Project Setting - Link - check the Generate Debug Info and Add #define _DEBUG into your source code. Sonork 100.41263:Anthony_Yio
-
Look on the Build toolbar, there's a combo box that says "Win32 Release". Change that to "Win32 Debug" --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.
Right click on the top and make sure that you select:"Build" and then change it in the combo box