c++.command-line - RCC bug
- Sergey Gutnikov (8/8) Apr 26 2003 Hi Everybody,
- Michail V. Semijonovskich (7/12) Apr 26 2003 Tovarish ;)
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
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