这是什么原因?unhandled exception in dvr.exe (MSVCRTD.DLL):0xC0000096:Privileged Instruction.
有个别人调试通过的代码,我在自己机器上调试却无法生成exe文件,F5后就出现下面的弹出对话框提示:
unhandled exception in dvr.exe (MSVCRTD.DLL):0xC0000096:Privileged Instruction.
不知是否与下面两个warning有关?
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library
还是权限的问题???
有人跟我说可能是winio的关系,但我搜了一下,代码中好像没有用winio,因为没找到初始化winio的地方。
请指教!在线等!