本文主要是介绍error LNK2019: unresolved external symbol __imp__strnicmp referenced in function _isWithBlack_me@12,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
转自VC错误:http://www.vcerror.com/?p=2098问题描述:
在做驱动编程的时候,用了'strnicmp' 函数,但是提示如下错误:
error LNK2019: unresolved external symbol __imp__strnicmp referenced in function _isWithBlack_me@12
解决方法:
具体的解决方法参考文章:http://www.vcerror.com/?p=2098
这篇关于error LNK2019: unresolved external symbol __imp__strnicmp referenced in function _isWithBlack_me@12的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!