Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Commander_TH0r on September 13, 2005, 10:55:16 am

Title: REsource Editor
Post by: Commander_TH0r on September 13, 2005, 10:55:16 am
Can someone recommend me a good and if possible free resource editor
Until there will be one incorporated in Code::Blocks
Title: Re: REsource Editor
Post by: thomas on September 13, 2005, 12:08:31 pm
Hmmm... good and free resource editor is a hard task.
Inprise's Borland Resource Workshop is said to be the best one available, but whenever I go to http://www.inprise.com/, there is something not working. Either the server is down, or it doesn't find a document, or produces strange error messages  :?

OpenWatcom is said to have a resource editor, but I have never seen it.

LCC (http://www.cs.virginia.edu/~lcc-win32/) comes with one, too (standalone version here: ftp://ftp.brucewampler.com/weditressetup.exe (http://ftp://ftp.brucewampler.com/weditressetup.exe)), but it is rather limited. Nevertheless, it does the basic stuff, and it is free.

For a couple of reasons (mostly because it is on my harddrive anyway, and it is an excellent tool otherwise), I use PE Resource Editor (http://www.wilsonc.demon.co.uk/d6peresourceeditor.htm) for the rare occasions I need to edit complex windows resources (less complex ones, you can just write inside the Code::Blocks editor).
You can create .res files with that program and use these instead of compiling .rc files. The program is free, and the editor works fine. Also, the program has a number of other very useful features. It just saves .res and not .rc - if you can live with that, then that will be fine. And if you really need .rc files, there are dozens of .res decompilers, too.
Title: Re: REsource Editor
Post by: Commander_TH0r on September 13, 2005, 01:10:30 pm
Maybe someone can give me a link
with some documentation for .rc format
Title: Re: REsource Editor
Post by: djmarvin on September 13, 2005, 01:41:06 pm
There is a really good resource editor here http://radasm.visualassembler.com/projects/projects.html (radasm is a "rad" assembler editor). The name of the file is resed.zip (url: http://radasm.visualassembler.com/projects/ResEd.zip).

Hope it serves your porpouse,

David
Title: Re: REsource Editor
Post by: thomas on September 13, 2005, 01:46:50 pm
Try google with msdn resource compiler and hit "I feel lucky"... :)