Alt+F7 => C++ => Code Generation => Enable C++ Exception,选择”Yes with SHE Exceptions”

另外,用VS2005编译驱动的时候,如果使用SEH,可能会把kernel32.dll link到驱动里。这样讲导致驱动不能正常加载。

简单的办法是:

Alt+F7 => Linker => Input => Additional Dependencies ,将”Inherit from parent or project default”的复选项去掉。

相关文章:

  • 2022-12-23
  • 2021-12-06
  • 2021-12-31
  • 2021-09-09
  • 2022-02-07
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2022-03-04
  • 2022-12-23
  • 2021-12-07
  • 2021-07-19
  • 2022-02-05
相关资源
相似解决方案