Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free resource editor for Windows .rc files?

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).

like image 460
Anders Sandvig Avatar asked Dec 19 '08 19:12

Anders Sandvig


People also ask

How do I open a .RC file in Windows?

You can open resource script files by right-clicking the . rc file in Solution Explorer, selecting Open with and choosing Source Code (Text) Editor.

What is .RC file?

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.


2 Answers

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).

like image 165
alexandrul Avatar answered Oct 20 '22 19:10

alexandrul


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.

like image 10
B. Nadolson Avatar answered Oct 20 '22 19:10

B. Nadolson