摘要: VS编译出现RC2104, 或者打开资源出现错误提示未定义 #include "afxres.h" .... 2 TEXTINCLUDE BEGIN "#include ""afxres.h""\r\n" "\0" END 修改为 #include <windows.h> #include "afx 阅读全文
posted @ 2023-10-29 16:19 Yofoo 阅读(16) 评论(0) 推荐(0) 编辑