<?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: cmake -DAC_ADDON_LANGUAGE option in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/cmake-DAC-ADDON-LANGUAGE-option/m-p/372441#M373</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the main issue will be that there's no "RJPN" folder. Try renaming the "RINT" folder to "RJPN" and see if the error persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Bernd&lt;/P&gt;</description>
    <pubDate>Tue, 07 Mar 2023 15:24:51 GMT</pubDate>
    <dc:creator>BerndSchwarzenbacher</dc:creator>
    <dc:date>2023-03-07T15:24:51Z</dc:date>
    <item>
      <title>cmake -DAC_ADDON_LANGUAGE option</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/cmake-DAC-ADDON-LANGUAGE-option/m-p/372196#M372</link>
      <description>&lt;P&gt;Hello. This may be rudimentary, but let me ask you a question.&lt;BR /&gt;I am using visual studio 2019 and am in the process of creating an addon for archiCAD25.&lt;/P&gt;&lt;P&gt;When I set the AC_ADDON_LANGUAGE option to "JPN" when creating a project with the cmake command, the .grc was not generated in the project and the build failed.&lt;/P&gt;&lt;P&gt;If anyone knows how to create a project in a language other than English please let me know.&lt;/P&gt;&lt;P&gt;I apologize for the machine translation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-------&lt;/P&gt;&lt;P&gt;conan install . -pr:b=default --install-folder=Build/&lt;/P&gt;&lt;P&gt;cd Build&lt;BR /&gt;cmake -G "Visual Studio 16 2019" -A "x64" -DAC_API_DEVKIT_DIR="E:\work\DevKit\API Development Kit 25.3002\Support" -DAC_ADDON_LANGUAGE="JPN" -DAC_ADDON_NAME="************" -DAC_MDID_DEV="********" -DAC_MDID_LOC="**********" ..&lt;BR /&gt;cd ..&lt;/P&gt;&lt;P&gt;-------&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 21:13:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/cmake-DAC-ADDON-LANGUAGE-option/m-p/372196#M372</guid>
      <dc:creator>synchro4351</dc:creator>
      <dc:date>2023-03-03T21:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: cmake -DAC_ADDON_LANGUAGE option</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/cmake-DAC-ADDON-LANGUAGE-option/m-p/372441#M373</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the main issue will be that there's no "RJPN" folder. Try renaming the "RINT" folder to "RJPN" and see if the error persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 15:24:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/cmake-DAC-ADDON-LANGUAGE-option/m-p/372441#M373</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-03-07T15:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: cmake -DAC_ADDON_LANGUAGE option</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/cmake-DAC-ADDON-LANGUAGE-option/m-p/372466#M374</link>
      <description>&lt;P&gt;thank you.&lt;BR /&gt;I was able to build successfully.&lt;/P&gt;&lt;P&gt;However, when I try to set the menu items in RJPN/AddOn.grc, I cannot set the Japanese menu.&lt;/P&gt;&lt;P&gt;On ArchiCAD, it will be displayed as "???????????????".&lt;BR /&gt;As long as it is an English menu, it is displayed normally, so I think it is an encoding problem.&lt;/P&gt;&lt;P&gt;Sorry for the follow-up question, but do you know a solution for this?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 05:57:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/cmake-DAC-ADDON-LANGUAGE-option/m-p/372466#M374</guid>
      <dc:creator>synchro4351</dc:creator>
      <dc:date>2023-03-08T05:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: cmake -DAC_ADDON_LANGUAGE option</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/cmake-DAC-ADDON-LANGUAGE-option/m-p/372467#M375</link>
      <description>&lt;P&gt;Yes the file is likely encoded in a non-compatible format. I assume an UTF-8 encoded file would work.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Windows&lt;/STRONG&gt;&lt;BR /&gt;You can use 'Notepad' to change the encoding to UTF-8 in the "Save As.." Dialog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;macOS&lt;/STRONG&gt;&lt;BR /&gt;You might need to use the 'file' or 'info' command first to check which encoding you are using right now. Then you can use 'iconv' similar to this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;iconv -f ascii -t utf-8 "AddOn.grc" -o "AddOnUTF8.grc"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 07:44:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/cmake-DAC-ADDON-LANGUAGE-option/m-p/372467#M375</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-03-08T07:44:07Z</dc:date>
    </item>
  </channel>
</rss>

