<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there the limit of  character length in  .grc file? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267536#M3182</link>
    <description>When you make a compilation error, put a space after the Chinese character.I compiled it in this way.&lt;BR /&gt;
This problem occurs in Simple Chinese version of vs studio.</description>
    <pubDate>Tue, 19 Nov 2019 17:01:49 GMT</pubDate>
    <dc:creator>leilei</dc:creator>
    <dc:date>2019-11-19T17:01:49Z</dc:date>
    <item>
      <title>Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267530#M3176</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi,&lt;BR /&gt;When I edit the .grc file,e.g I compile the code. the error occur, But I set the less characters, these is not error. I want to know whether there is the limit of chinese characters in grc file.&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2022 08:04:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267530#M3176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-29T08:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267531#M3177</link>
      <description>Hi DevJeer,&lt;BR /&gt;
Could you please upload the file or copy-paste the relevant part here, so I can try to reproduce the error?</description>
      <pubDate>Tue, 29 Oct 2019 13:53:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267531#M3177</guid>
      <dc:creator>akomporday</dc:creator>
      <dc:date>2019-10-29T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267532#M3178</link>
      <description>Hi akomporday ,&lt;BR /&gt;
The relevant code :
&lt;PRE&gt;'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  "建筑编号排序"
}&lt;/PRE&gt;

Thanks.</description>
      <pubDate>Wed, 30 Oct 2019 01:00:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267532#M3178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-30T01:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267533#M3179</link>
      <description>We were not able to reproduce your issue. It built successfully for us without any errors.&lt;BR /&gt;
Please make sure that your GRC file's encoding is "UTF-8 with BOM".</description>
      <pubDate>Fri, 08 Nov 2019 14:22:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267533#M3179</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2019-11-08T14:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267534#M3180</link>
      <description>&lt;BLOCKQUOTE&gt;Tibor wrote:&lt;BR /&gt;
We were not able to reproduce your issue. It built successfully for us without any errors.&lt;BR /&gt;
Please make sure that your GRC file's encoding is "UTF-8 with BOM".
&lt;/BLOCKQUOTE&gt;

thanks</description>
      <pubDate>Tue, 12 Nov 2019 07:13:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267534#M3180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-12T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267535#M3181</link>
      <description>&lt;BLOCKQUOTE&gt;Tibor wrote:&lt;BR /&gt;
We were not able to reproduce your issue. It built successfully for us without any errors.&lt;BR /&gt;
Please make sure that your GRC file's encoding is "UTF-8 with BOM".
&lt;/BLOCKQUOTE&gt;

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.&lt;BR /&gt;
The error occurs in  ***.grc.rc2.i  file. How can I solve it ?</description>
      <pubDate>Tue, 19 Nov 2019 07:18:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267535#M3181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-19T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267536#M3182</link>
      <description>When you make a compilation error, put a space after the Chinese character.I compiled it in this way.&lt;BR /&gt;
This problem occurs in Simple Chinese version of vs studio.</description>
      <pubDate>Tue, 19 Nov 2019 17:01:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267536#M3182</guid>
      <dc:creator>leilei</dc:creator>
      <dc:date>2019-11-19T17:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267537#M3183</link>
      <description>&lt;BLOCKQUOTE&gt;leilei wrote:&lt;BR /&gt;
When you make a compilation error, put a space after the Chinese character.I compiled it in this way.&lt;BR /&gt;
This problem occurs in Simple Chinese version of vs studio.
&lt;/BLOCKQUOTE&gt;

Thank you very much. &lt;BR /&gt;
According to your method, this problem is solved.&lt;BR /&gt;
&lt;BR /&gt;
Besides, I  use Simple Chinese version of vs 2015.But I install the English Language pack ,the problem also occurs.  I think the problem  may be not caused by the vs  language version ?</description>
      <pubDate>Wed, 20 Nov 2019 01:18:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267537#M3183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-20T01:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267538#M3184</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
How do you you call ResConv in the custom build step of your .grc file?&lt;BR /&gt;
&lt;BR /&gt;
Thanks, Akos</description>
      <pubDate>Mon, 02 Dec 2019 12:38:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267538#M3184</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2019-12-02T12:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267539#M3185</link>
      <description>&lt;BLOCKQUOTE&gt;Akos wrote:&lt;BR /&gt;
Hi,&lt;BR /&gt;
&lt;BR /&gt;
How do you you call ResConv in the custom build step of your .grc file?&lt;BR /&gt;
&lt;BR /&gt;
Thanks, Akos
&lt;/BLOCKQUOTE&gt;

My method that call ResConv is：&lt;BR /&gt;
&lt;BR /&gt;
cl /nologo /X /EP /P /I "..\..\Support\Inc" /I "..\..\Support\Modules\DGLib" /I ".\Src" /FI"..\..\Support\Inc\utf8header.h" /DDEBUG /DWINDOWS /Fi"$(OutDir)\RO\$(ProjectName).grc.rc2.i" "RINT\$(ProjectName).grc"&lt;BR /&gt;
        "..\..\Support\Tools\Win\ResConv.exe" -m r -D WINDOWS -T W -q utf8 1252 -i "$(OutDir)\RO\$(ProjectName).grc.rc2.i" -D _DEBUG -o "$(OutDir)\RO\$(ProjectName).grc.rc2"</description>
      <pubDate>Tue, 03 Dec 2019 01:14:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267539#M3185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-03T01:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267540#M3186</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
In the second line try replacing the '1252' with 'utf8', so that the ResConv compiler produces utf8 output.&lt;BR /&gt;
&lt;BR /&gt;
Best, Akos</description>
      <pubDate>Tue, 03 Dec 2019 08:08:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267540#M3186</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2019-12-03T08:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there the limit of  character length in  .grc file?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267541#M3187</link>
      <description>&lt;BLOCKQUOTE&gt;Akos wrote:&lt;BR /&gt;
Hi,&lt;BR /&gt;
&lt;BR /&gt;
In the second line try replacing the '1252' with 'utf8', so that the ResConv compiler produces utf8 output.&lt;BR /&gt;
&lt;BR /&gt;
Best, Akos
&lt;/BLOCKQUOTE&gt;

Thanks.&lt;BR /&gt;
But the problem also occurs.</description>
      <pubDate>Tue, 03 Dec 2019 12:38:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-the-limit-of-character-length-in-grc-file/m-p/267541#M3187</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-03T12:38:23Z</dc:date>
    </item>
  </channel>
</rss>

