2019-10-29 08:54 AM - last edited on 2022-09-29 10:04 AM by Daniel Kassai
Solved! Go to Solution.
2019-11-08 03:22 PM
2019-10-29 02:53 PM
2019-10-30 02:00 AM
'GDLG' ID_DIALOG_FILE_RENAME Modal | noGrow 100 100 720 734 "文件命名配置" { /* [ 1] */ Button 554 694 78 30 LargePlain "保存" /* [ 2] */ Button 642 694 78 30 LargePlain "取消" /* [ 3] */ Button 466 694 78 30 LargePlain "应用" /* [ 4] */ TextEdit 15 42 400 30 LargePlain 100 /* [ 5] */ CheckBox 15 99 200 30 LargePlain "启用字符分隔符" /* [ 6] */ PopupControl 15 163 150 30 80 3 /* [ 7] */ PopupControl 185 163 150 30 80 3 /* [ 8] */ LeftText 15 20 84 20 LargePlain "总文件平面名称" /* [ 9] */ LeftText 15 141 60 20 LargePlain "字符分隔符" /* [ 10] */ LeftText 185 141 72 20 LargePlain "建筑编号排序" }Thanks.
2019-11-08 03:22 PM
2019-11-12 08:13 AM
Tibor wrote:thanks
We were not able to reproduce your issue. It built successfully for us without any errors.
Please make sure that your GRC file's encoding is "UTF-8 with BOM".
2019-11-19 08:18 AM
Tibor wrote:Thanks. My grc file's encoding is "UTF-8 with BOM". But Often "illegal character" error occurs when there are many chinese characters in my grc file.
We were not able to reproduce your issue. It built successfully for us without any errors.
Please make sure that your GRC file's encoding is "UTF-8 with BOM".
2019-11-19 06:01 PM
2019-11-20 02:18 AM
leilei wrote:Thank you very much.
When you make a compilation error, put a space after the Chinese character.I compiled it in this way.
This problem occurs in Simple Chinese version of vs studio.
2019-12-02 01:38 PM
2019-12-03 02:14 AM
Akos wrote:My method that call ResConv is:
Hi,
How do you you call ResConv in the custom build step of your .grc file?
Thanks, Akos