What is ResEdit?
ResEdit is a free Resource Editor for Win32 programs. You can use it if you want to use dialogs, icon, version information or other types of resources. Output files can be compiled by any Win32 compiler, like MinGW and Microsoft Visual C++. To open a file which uses Win32 API symbolic constants, you will also need Win32 header files (usually coming with you compiler).
How does it works?
ResEdit always generates 2 files:
One with the rc extension, which contains the code (the name depends on the project name)
An include file always named resource.h (it is impossible to change it), which contains the ID definitions.
Then you can simply use these 2 files in your C/C++ project. You only have to include the resource.h file in the files using resources.
Features
Importing most of the rc files generated by Microsoft Visual Studio resource editor. Some informations like macro definitions may then be lost while saving the project with ResEdit
Advanced Dialog editor. All existing kind of controls are supported.
Possibility to include all sort of resources.
Generation of C++ code for the Dialogs (code with CreateWindowEx) and Menus (CreateMenu, CreatePopupMenu...). However it is not possible to import C++ sources files.
Unlimited Undo/Redo buffers
Customizable layout
http://www.resedit.net/ResEdit.zip
ResEdit 1.3.6
最新推荐文章于 2025-04-11 18:24:19 发布
ResEdit是一款免费的资源编辑器,适用于Win32程序。它能够帮助用户编辑对话框、图标等资源,并生成C/C++代码。支持多种类型的资源导入及无限次撤销/重做功能。
部署运行你感兴趣的模型镜像
您可能感兴趣的与本文相关的镜像
Wan2.2-T2V-A5B
文生视频
Wan2.2
Wan2.2是由通义万相开源高效文本到视频生成模型,是有50亿参数的轻量级视频生成模型,专为快速内容创作优化。支持480P视频生成,具备优秀的时序连贯性和运动推理能力
1397

被折叠的 条评论
为什么被折叠?



