您的位置:首页 > 其它

error LNK2019: 无法解析的外部符号 _GdiplusStartup@12

2015-07-25 16:54 309 查看
转自VC错误:http://www.vcerror.com/?p=1903

问题描述


error LNK2019: 无法解析的外部符号 _GdiplusStartup@12,该符号在函数 "public: __thiscall APPInit::APPInit(void)" (??0APPInit@@QAE@XZ) 中被引用

error LNK2019: 无法解析的外部符号 _GdiplusShutdown@4,该符号在函数 "public: __thiscall APPInit::~APPInit(void)" (??1APPInit@@QAE@XZ) 中被引用

解决方法:

具体的解决方法参考文章:http://www.vcerror.com/?p=1903
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: