2020年12月5日

C++ 枚举资源

摘要: // ResourceManager.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <Windows.h> #include <atlconv.h> #define LANGUAGEID 1033 char deadCode[] = "0x 阅读全文

posted @ 2020-12-05 21:58 空明流光 阅读(188) 评论(0) 推荐(0)

c++ 写入并读取资源文件

摘要: // ResourceManager.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <Windows.h> #include <atlconv.h> #define LANGUAGEID 1033 HANDLE hUpdate; char 阅读全文

posted @ 2020-12-05 20:11 空明流光 阅读(844) 评论(0) 推荐(0)

导航