用vs2017编译驱动遇到 Error    LNK2019    unresolved external symbol __CheckForDebuggerJustMyCode referenced in function DriverEntry    Hellodrv  如下图:

VS2017编译驱动遇到LNK2019 unresolved external symbol __CheckForDebuggerJustMyCode

解决方案:

Configuration Properties" -> "C/C++" -> "General": "Support Just My Code Debugging". Change to NO.如下图:

VS2017编译驱动遇到LNK2019 unresolved external symbol __CheckForDebuggerJustMyCode

修改之后重新bulid就没错了。

相关文章:

  • 2021-07-10
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-26
  • 2022-02-09
  • 2021-12-24
  • 2021-07-03
  • 2022-01-03
  • 2021-07-14
  • 2022-12-23
相关资源
相似解决方案