首页
社区
课程
招聘
[ZT]ResEdit v1.2.2
发表于: 2006-9-2 02:01 2545

[ZT]ResEdit v1.2.2

2006-9-2 02:01
2545
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++.

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), witch 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 ressource editor. Actually it is not guaranteed that the file will be safely imported (ResEdit does not really understand #ifdef for example).

Advanced Dialog editor. All existing kind of controls are supported.

Possibility to include all sort of ressources. For some of them (icon, cursors...), it is not possible to edit them.

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

http://www.resedit.net/ResEdit-1.2.2.zip

[课程]FART 脱壳王!加量不加价!FART作者讲授!

收藏
免费 1
支持
分享
最新回复 (3)
雪    币: 219
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
没有用过,测试一下!
2006-9-22 15:00
0
雪    币: 215
活跃值: (40)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
1.2.3 了

http://www.resedit.net/ResEdit-1.2.3.zip
2006-9-22 16:00
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
这软件是做什么用的,我没用过
2006-9-22 22:04
0
游客
登录 | 注册 方可回帖
返回
//