|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - RC support for codepages?
bs"d
Hi! Does RC support a 'codepage' switch for which default language to
compile in? Or does the RC compiler support a LANGUAGE statement in resource
scripts? (Or some alternate method to choose the default language for
resources.)
Thanks.
Yochanan Spielberg
www.torahsoft.com
Dec 21 2003
Hi Walter,
I tried setting #pragma setlocale("Hebrew"); in my resources .rc file - it
doesn't seem to do anything though.
Am I not using this pragma correctly, or is there some different way to
change language settings?
Thanks.
"yochanan" <yochanan aquanet.co.il> כתב בהודעה
news:bs56ab$1o6l$1 digitaldaemon.com...
Dec 24 2003
bs"d
Hello -
I found the Project Settings->Build->Resource Compiler page on the Project
menu, and changed the "Default Hex Language" to 40D (for Hebrew). Whatever
I enter in the Codepage (next line in property sheet) is erased. Still I am
getting menus listed in English (or in this case greek for Hebrew ascii vals
of 224 and up).
RCC compiles with -l40D however it doesn't seem to be working. Am I missing
something trivial? Thanks.
Yochanan Spielberg
"yochanan" <yochanan aquanet.co.il> כתב בהודעה
news:bsbshu$1viq$1 digitaldaemon.com...
Dec 24 2003
"yochanan" <yochanan aquanet.co.il> wrote in message news:bsc3ml$2bcl$1 digitaldaemon.com...bs"d Hello - I found the Project Settings->Build->Resource Compiler page on the Project menu, and changed the "Default Hex Language" to 40D (for Hebrew). Dec 26 2003
|