error LNK2019: 无法解析的外部符号

error LNK2019: 无法解析的外部符号 __except_handler4_common,该符号在函数 __except_handler4 中被引用

开发环境:VS2017 V141   ;

平台工具集:Visual Studio 2017 - Windows XP (v141_xp)

语言:C++

项目类型:DirectShow

解决方法:

增加“附件依赖项”MSVCRTD.ib;

增加后报错以下错:

LNK2005: void * __cdecl operator new(unsigned __int64) 。。。。。

LNK2005: void * __cdecl operator delete(unsigned __int64) 。。。。

请查看

https://blog.csdn.net/10km/article/details/82999243

解决方法类同。

(0)

相关推荐