www.digitalmars.com         C & C++   DMDScript  

c++.command-line - RCC bug

reply Sergey Gutnikov <Sergey_member pathlink.com> writes:
Hi Everybody,

I thing RCC.EXE has a bug in UNICODE conversion section.

I have no problems when compiling Dutch resources (code 0x0413), - but 
when I tried to compile Russian source (code 0x0419) - the result was absolutly 
wrong. 

Pleace, check RCC.EXE especially for sources with characters in range 0x7F-0xFF.

Regards...

Sergey
Apr 26 2003
parent Michail V. Semijonovskich <Michail_member pathlink.com> writes:
In article <b8drss$27s3$1 digitaldaemon.com>, Sergey Gutnikov says...
Hi Everybody,

I thing RCC.EXE has a bug in UNICODE conversion section.

I have no problems when compiling Dutch resources (code 0x0413), - but 
when I tried to compile Russian source (code 0x0419) - the result was absolutly 
wrong. 
Tovarish ;) Yes, I found this bug at least 1 month ago. Now I'm using brcc32 from borland c++ free compiler kit. It process *.rc files with -32 directive by default, and then I link output *.res by Digital Mars linker. Unfortunaly, all my efforts making correct *.res files with rcc (0x19, 204,0x0419) crushed. May be Walter fix rcc?
Apr 26 2003