error LINK2028: 无法解析的标记(0A000048) "extern "C" int __stdcall MessageBoxA(struct HWND__ *,char const *,char const *,unsigned int)"

(?MessageBoxA@@$$J216YGHPAUHWND__@@PBD1I@Z),该标记在函数 "extern "C" int __clrcall MessageBox(struct HWND__ *,char const *,char const *,unsigned int)"

(?MessageBox@@$$J0YMHPAUHWND__@@PBD1I@Z) 中被引用 parameter.obj 

 同时出现的还有error LINK 2019:无法解析的标记(*****)"extern "C"*********

解决办法:

链接器需要增加静态链接库
项目属性->链接器->命令行

输入user32.lib

应用。

相关文章:

  • 2021-07-04
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2021-09-10
  • 2021-10-06
  • 2021-08-07
  • 2021-04-19
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2021-09-05
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2022-01-22
相关资源
相似解决方案