#1
|
|||
|
|||
Corrupted .rc after 'Make VS.Net' step on Japanese OS
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 |
#2
|
|||
|
|||
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.
|
|
|