|
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 - How does RCC suport asian characters
I'm a Chinese, and I use rcc to compiler my .rc file to .res, like this: rcc test.rc -j1 -32. then link it to my exe. There are some chinese words in the test.rc, but I can't get correct result. when I use Borland's brcc , it works correct. why? And why the background of the dialog is white but not gray as normal? Aug 01 2004
Can you email me the rc file? "danny" <danny hftc.com.cn> wrote in message news:cekcd9$2kjg$1 digitaldaemon.com...I'm a Chinese, and I use rcc to compiler my .rc file to .res, like this: rcc test.rc -j1 -32. then link it to my exe. There are some chinese words in the test.rc, but I can't get correct Aug 03 2004
"Walter" <newshound digitalmars.com> 写入邮件 news:cenlqe$vd6$1 digitaldaemon.com...Can you email me the rc file? Aug 03 2004
"danny" <danny hftc.com.cn> wrote in message news:cenmip$vl3$1 digitaldaemon.com..."Walter" <newshound digitalmars.com> 写入邮件 news:cenlqe$vd6$1 digitaldaemon.com...Can you email me the rc file? Aug 04 2004
Walter wrote:"danny" <danny hftc.com.cn> wrote in message news:cenmip$vl3$1 digitaldaemon.com..."Walter" <newshound digitalmars.com> 写入邮件 news:cenlqe$vd6$1 digitaldaemon.com...Can you email me the rc file? Aug 04 2004
Make sure you target Windows 95, not Windows NT in case you're using the IDDE. Also add the DS_3DLOOK to your dialog style. Aug 05 2004
"danny" <danny hftc.com.cn> wrote in message news:ceul8k$2fbn$1 digitaldaemon.com...Make sure you target Windows 95, not Windows NT in case you're using the IDDE. Also add the DS_3DLOOK to your dialog style. Aug 06 2004
In article <cekcd9$2kjg$1 digitaldaemon.com>, danny says...I'm a Chinese, and I use rcc to compiler my .rc file to .res, like this: rcc test.rc -j1 -32. then link it to my exe. There are some chinese words in the test.rc, but I can't get correct result. Oct 03 2004
|