MFC下的初始化过程: 1.在stdafx.h中添加相应头文件和库文件: #include <gdiplus.h>#pragma comment(lib,"gdiplus.lib") 2.打开类视图,在C<项目名>App类中添加变量……