错误 5 error C2872: “Font”: 不明确的符号 f:\mfc类\gditest2\gditest2\gdiop.cpp 136
错误 6 error C2259: “Font”: 不能实例化抽象类f:\mfc类\gditest2\gditest2\gdiop.cpp136
错误 7 error C2661: “Font::Font”: 没有重载函数接受 4 个参数 f:\mfc类\gditest2\gditest2\gdiop.cpp136
解决方案--------------------
using namespace Gdiplus;
或
Gdiplus::Font
Gdiplus::FontFamily( 该方法亲测可以用,限定)
错误 6 error C2259: “Font”: 不能实例化抽象类f:\mfc类\gditest2\gditest2\gdiop.cpp136
错误 7 error C2661: “Font::Font”: 没有重载函数接受 4 个参数 f:\mfc类\gditest2\gditest2\gdiop.cpp136
解决方案--------------------
using namespace Gdiplus;
或
Gdiplus::Font
Gdiplus::FontFamily( 该方法亲测可以用,限定)
版权声明:本文为zhengbei2原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。