RisohEditor is a free resource editor for Win32 development, created by Katayama Hirofumi MZ.
It works on Windows XP/2003/Vista/7/8.1/10.
See "LICENSE.txt" for details of copyrights and license agreement.
Please avoid installing in "C:\Program Files" or "C:\Program Files (x86)". Because its resource compiler (windres) doesn't accept space character in the file path.
See "Standardize.md" for standardization of resource IDs.
The word "risoh" means "ideal" in Japanese.
Those are standard control ID macros defined in <dlgs.h>.
Make the dialog box extended.
It's a special message compiler I made. See mcdx/MESSAGETABLEDX.md for details.
- 2017.08.31 ver.0.6
- First release.
- 2018.09.12 ver.5.0.8
- Improve tool bar icons.
- Fix the file types on extraction.
- Write dagger to source file to help UTF-8 detection.
- Fix the treeview icons.
- Split the RT_DIALOG and RT_MENU resource templates in languages.
- 2018.09.27 ver.5.0.9
- Improve resource.h output.
- Improve treeview file icon.
- Improve importing.