I'm writing a program that is available in 3 different languages. I put bitmap and icon in the main executable and other localized resources in different dll.
So gremaf.exe is the program and italian.dll, english.dll and spanish.dll are the three dll.
A dll contains :
So gremaf.exe is the program and italian.dll, english.dll and spanish.dll are the three dll.
A dll contains :
- [*]Menu
[*]String table
[*]Message table
[*]Dialog boxes
[*]Versioninfo structure
Now I use a simple editor with cut&paste to update and syncronize rc and mc files but I'm looking for a tool that can help me.
I tryed RLman but it uses binary files (.res and .dll) and I want to change directly .rc and .mc files.
Does anyone know a good and free program to do so? Maybe with update tracking.
Nobody can help me?
RLman is a Microsoft utility described in the PSDK
User Resource Hacker
www.users.on.net/johnson/resourcehacker/
www.users.on.net/johnson/resourcehacker/
I will try it but I don't think it can be usefull