积极答复者
unicode的问题

问题
答案
-
在项目里加个RC文件,在RC文件里加个字符串表,然后在里面加字符串
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Honny_yeyh 2011年10月28日 10:45
全部回复
-
不要把文本放在代码里面,放到资源里面去,不然你的文本的编码会受源文件的储存编码影响。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
不要把文本放在代码里面,放到资源里面去,不然你的文本的编码会受源文件的储存编码影响。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP
"不要把文本放在代码里面,放到资源里面去 "不懂,举个例?
-
CString message; if(message.LoadString(IDS_MESSAGE)( AfxMessageBox(message);
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
在项目里加个RC文件,在RC文件里加个字符串表,然后在里面加字符串
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Honny_yeyh 2011年10月28日 10:45