티스토리 뷰
반응형
VS C++프로그램 사용하다 보면 자주 나타나는 메세지창.
원인은 경로명, 실행파일명이 달라서 발생.
프로젝트 속성창에서 링커-일반-출력파일 : .₩Debug₩$(ProjectName).exe 로 바꾸면 된다. 물론 다른 이유로 안되는 경우도 있다.
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
반응형