PDA

View Full Version : Corrupted .rc after 'Make VS.Net' step on Japanese OS


TonyI
09-06-2005, 07:01 PM
We're currently using VisualBuild 5.5 in a Japanese W2K development environment.

In a 'Make VS.Net' step, we're using the 'Set project version to a specific value' option. After this step executes, the modified .rc file no longer compiles.

I suspect it has something to do with confused code pages when executing on a Japanese OS.

Any suggestions?

Thanks,
Tony

kinook
09-07-2005, 08:18 AM
What encoding is the .rc file stored in? The Make VS.NET action uses the current ANSI code page (GetACP) to process the file. Can you post or send to support@kinook.com the original .rc file and the .bld file that sets the version? Thanks.