Microsoft Visual C++ Express does not include the built-in resource editor that comes with the professional versions. Are there any good, free, alternatives out there that let you visually edit those .rc files?
Note: I am talking about the resource script source files used by Visual C++ to compile the resources, not the compiled resources themselves (i.e. the program would need to be able to visually edit menus and dialogs in a similar way as MSVC++ does it).
You can open resource script files by right-clicking the . rc file in Solution Explorer, selecting Open with and choosing Source Code (Text) Editor.
A resource file is a text file with the extension . rc. The file can use single-byte, double-byte, or Unicode characters. The syntax and semantics for the RC preprocessor are similar to those of the Microsoft C/C++ compiler. However, RC supports a subset of the preprocessor directives, defines, and pragmas in a script.
ResEdit used to be available here: www.resedit.net
However, it seems to contain malware at this time. Please look for mirrors or scan it before use.
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).
Resource Hacker is free, has a nice GUI and no adware and is fully functional and is light and tight at a download size of 2.7 MB. If you are looking to edit resource files or an .exe and just want a stock resource editor it works great.
http://www.angusj.com/resourcehacker/#download
I've tried 3 resource editors and this one was the smallest and fastest with the simplest interface, but may not have some of the advanced features of the other suggestions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With