Code/Desktop
VC6에서 디버깅시 Access Violation 해결방법
codens
2016. 3. 15. 06:20
Visual Studio C++ 6 debugging 'step in' or 'step over' error
* 환경
Windows 10 ,Visual Studio 6 (VS6)
*증상
디버깅시 Step Over(F10) or Step In을 시도하면 에러 발생
vc6 debugging step in or step over error
First-chance exception in .exe OLE32.DLL 0xC0000005 Access Violation
unhandled exception in ole32.dll 0xc0000096 privileged instruction
First-chance exception in .exe (OLE32.DLL) 0xC0000096 Privileged Instruction
* 해결방법
Tools -> Options -> Debug
Just-in-time debugging : on
OLE RPC debugging : off
//========
참고
http://stackoverflow.com/questions/14508928/visual-c-6-0-on-windows-8
반응형