Search found 4 matches

by jeffdavis
Wed Jun 13, 2007 6:20 am
Forum: Resource Builder
Topic: Unicode
Replies: 2
Views: 29418

Unicode

Actually all you have to do is just Compile the .RES file. The Save As .RES doesn't work. Like you said must be a bug. You can also save as UNICODE RC file but it is an extra step since the strings get imported as Unicode. It was just the save as that was not working. I ended up using sircc32.exe in...
by jeffdavis
Wed Jun 13, 2007 6:17 am
Forum: Resource Builder
Topic: Command Line operation
Replies: 2
Views: 29170

Command Line operation

What I did was build my application. I then use the sircc32.exe with the -la command and pass the .RES file and the .EXE filename. I just repeat this for each language .RES file in a batch file. When done the .EXE contains all the language files. It is working fine for me.

Jeff
by jeffdavis
Tue Jun 12, 2007 3:00 pm
Forum: Resource Builder
Topic: Command Line operation
Replies: 2
Views: 29170

Command Line operation

I would like to run Resource Builder as part of our build process for localization. I have 23 separate .RES files one for each language (these are provided to me from the translators). I need to import the string tables from each of these .RES files into a .RES file that has the english string table...
by jeffdavis
Tue Jun 12, 2007 2:57 pm
Forum: Resource Builder
Topic: Unicode
Replies: 2
Views: 29418

Unicode

I import String tables from other RES files that have unicode strings. They look fine in the editor. When I save the projects as a new RES file the string tables are no longer unicode?

What am I doing wrong?