Localization of resources
-
Hi everybody, where do i find the RLMAN.EXE described in the MSDN to localize existing resources. And, there must also be an UCONVERT.EXE to convert files from ANSI to UNICODE. I have installed VC++6.0 professional, but it is not coming with it. TIA, Chris
-
Hi everybody, where do i find the RLMAN.EXE described in the MSDN to localize existing resources. And, there must also be an UCONVERT.EXE to convert files from ANSI to UNICODE. I have installed VC++6.0 professional, but it is not coming with it. TIA, Chris
never heard of rlman.exe ... programming international apps means u have to use unicode from the start and use the generic text mapping functions ... as well as being aware of the small gotchas to do with the unicode versions of functions (like strlen giving chars NOT bytes) look up UNICODE in the msdn and go from there good luck