- Notifications
You must be signed in to change notification settings - Fork42
Another free Win32 resource editor
License
katahiromz/RisohEditor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
RisohEditor is a free resource editor for Win32 development, created by Katayama Hirofumi MZ.
It can read/write resource data in RC/RES/EXE/DLL files. UTF-16 resource files are also supported.
- Web page (English):https://katahiromz.web.fc2.com/re/en
- Web page (Chinese):https://katahiromz.web.fc2.com/re/ch
- Web page (Italian):https://katahiromz.web.fc2.com/re/it
- Web page (Japanese):https://katahiromz.web.fc2.com/re/ja
- Web page (Korean):https://katahiromz.web.fc2.com/re/ko
- Web page (Russian):https://katahiromz.web.fc2.com/re/ru
- Web page (Portuguese):https://katahiromz.web.fc2.com/re/pt
It works on Windows XP/2003/Vista/7/8.1/10 and ReactOS.
SeeLICENSE.txt for details of copyrights and license agreement.
See "Standardize.md" for our standardization of resource IDs.
The word "risoh" means "ideal" in Japanese.
Those are standard control ID macros defined in<dlgs.h>
.
It's a special message compiler I made. Seemcdx/MESSAGETABLEDX.md for details.
The resource compiler of MSVC has a bug in treatment of UTF-8 resource files.
Use UTF-16 (but UTF-16 is not supported in GNU windres).
The portable version doesn't use registry but an ini file.
Yes on 64-bit Windows. However WoW64 emulation layer prevents itloading from"C:\Program Files"
or"C:\Windows\system32"
.You have to copy the 64-bit file into another place before loading.
About
Another free Win32 resource editor