ise8.2i怎么不能安装?xp系统弹出V C++窗口Unhandled exception in setup.exe:0xC0000005:AccessViolatio

2025-06-23 03:24:39
推荐回答(1个)
回答1:

Unhandled exception in ***.exe: 0xC0000005: Access Violation基本上出现这个错误都是内存访问错误,即访问地址错误,出错的时候就调出vc++的debugger对exception处理~你看调一下Vc++里面的debug。
project ->setting->c/c++ ->code generation->use run-time lib ->debug multithreaded Dll
你看看行不行?