logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

编译报错:cannot open include file ‘afxres.h‘

问题描述:编译报错提示:cannot open include file ‘afxres.h’原因分析:这是mfc类库的头文件。解决方案:1、如果没用mfc就可以替换为下两行//#include "afxres.h"#include <Windows.h>#include <winres.h>//只要上面winres.h一句就可以了.2、安装...

#mfc#c++#visual studio
到底了