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
반응형
'Code > Desktop' 카테고리의 다른 글
프로그래밍 잡지(웹진) 리스트 (0) | 2015.08.19 |
---|---|
Explorer++ v1.3.5 컴파일 방법 (4) | 2015.05.16 |
디버깅 심볼 다운로드 방법 (0) | 2015.05.15 |
윈도우 10 에 Visual Studio 6 설치 방법 (9) | 2015.05.13 |
Windows 8.1 , Visual Studio 2013 버전별 기능 비교(다운로드) (1) | 2015.05.01 |