-
-
未解决
vs2019使用stl开发驱动的坑
-
发表于:
2020-12-1 17:13
4737
-
使用的是WDK 10.19041 msvc 14
出现
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 LNK1120 1 个无法解析的外部命令 arksys F:\working\test\vc19\arksword\x64\Debug\arksys.sys 1
错误 LNK2001 无法解析的外部符号 "void (cdecl* std::_Raise_handler)(class stdext::exception const &)" (?_Raise_handler@std@@3P6AXAEBVexception@stdext@@@ZEA) arksys F:\working\test\vc19\arksword\arksys\jkCommand.obj 1
错误 LNK2001 无法解析的外部符号 "void (cdecl* std::_Raise_handler)(class stdext::exception const &)" (?_Raise_handler@std@@3P6AXAEBVexception@stdext@@@ZEA) arksys F:\working\test\vc19\arksword\arksys\NotifyCallback.obj 1
从网上看加入以下代码:
using _Prhand = void(__cdecl*)(const stdext::exception&);
_CRTIMP2_PURE_IMPORT _Prhand _Raise_handler;
EXTERN_C void __cdecl _invoke_watson(
wchar_t const const expression,
wchar_t const const function_name,
wchar_t const* const file_name,
unsigned int const line_number,
uintptr_t const reserved)
{
UNREFERENCED_PARAMETER(expression);
UNREFERENCED_PARAMETER(function_name);
UNREFERENCED_PARAMETER(file_name);
UNREFERENCED_PARAMETER(line_number);
UNREFERENCED_PARAMETER(reserved);
}
结果依然没解决 求助大神
[注意]APP应用上架合规检测服务,协助应用顺利上架!