编译链接报错

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

相关文章:

  • 2022-12-23
  • 2021-08-08
  • 2021-07-01
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
猜你喜欢
  • 2021-11-03
  • 2021-11-03
  • 2021-10-31
  • 2021-11-05
相关资源
相似解决方案