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++.
The current version of RedEdit (1.2.3) can be downloaded here.
ResEdit always generates 2 files:
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
The Dialog Editor
DialogBox Test
The Menu Editor
The StringTable Editor
Symbol list
Copyright © 2006 Julien Audo.