积极答复者
编写dll工程,调用到了winnt.h中函数,在链接时出错,说找不到符号(该函数)是怎么回事?VS2013

问题
答案
-
-
#pragma comment(lib, "xxx.lib")需要将lib也加入进去,或者在工程属性中配置。
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
- 已标记为答案 May Wang - MSFT 2014年3月21日 2:08
全部回复
-
-
#pragma comment(lib, "xxx.lib")需要将lib也加入进去,或者在工程属性中配置。
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
- 已标记为答案 May Wang - MSFT 2014年3月21日 2:08