error LNK2001: 无法解析的外部符号 __imp__Shell_NotifyIconA@8

编译链接报错

error LNK2001: 无法解析的外部符号 __imp__Shell_NotifyIconA@8
解决方案:
在代码中添加链接库Shell32.lib
#pragma comment(lib, "Shell32.lib")

posted @ 2015-01-13 16:42  vcerror  阅读(450)  评论(0编辑  收藏  举报