<?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: Help with setting up dev environment in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-with-setting-up-dev-environment/m-p/397153#M1093</link>
    <description>&lt;P&gt;I think it's the best to start with the instructions for the cmake template:&amp;nbsp;&lt;A href="https://github.com/GRAPHISOFT/archicad-addon-cmake" target="_blank"&gt;https://github.com/GRAPHISOFT/archicad-addon-cmake.&lt;/A&gt; The full command in your setup should be this (run it from the root of the cmake template repository):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;cmake -B Build -G "Visual Studio 17 2022" -A x64 -T v142 -DAC_API_DEVKIT_DIR="C:\Program Files\GRAPHISOFT\API Development Kit 26.3000\Support" .&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Sep 2023 05:37:46 GMT</pubDate>
    <dc:creator>Viktor Kovacs</dc:creator>
    <dc:date>2023-09-04T05:37:46Z</dc:date>
    <item>
      <title>Help with setting up dev environment</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-with-setting-up-dev-environment/m-p/396839#M1092</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am following the guides here:&lt;BR /&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-Insights/Getting-started-with-Archicad-Add-Ons/ba-p/396392" target="_blank" rel="noopener"&gt;https://community.graphisoft.com/t5/Developer-Insights/Getting-started-with-Archicad-Add-Ons/ba-p/396392,&lt;/A&gt;&lt;BR /&gt;here:&lt;BR /&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-Insights/How-To-Get-Started-Using-the-Development-Kit-with-Visual-Studio/ba-p/396388" target="_blank" rel="noopener"&gt;https://community.graphisoft.com/t5/Developer-Insights/How-To-Get-Started-Using-the-Development-Kit-with-Visual-Studio/ba-p/396388,&lt;/A&gt;&lt;BR /&gt;here:&lt;BR /&gt;&lt;A href="https://archicadapi.graphisoft.com/getting-started-with-archicad-add-ons" target="_blank" rel="noopener"&gt;https://archicadapi.graphisoft.com/getting-started-with-archicad-add-ons&lt;/A&gt;&lt;BR /&gt;and here:&lt;BR /&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-forum/Using-the-Development-Kit-with-Visual-Studio-2022/td-p/344684" target="_blank" rel="noopener"&gt;https://community.graphisoft.com/t5/Developer-forum/Using-the-Development-Kit-with-Visual-Studio-2022/td-p/344684&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Have to say it is quite confusing.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have Archicad 26 installed along with API development kit, cmake, python and Visual Studio with MSVC v142&lt;BR /&gt;&lt;BR /&gt;Plenty of errors when running commands.&lt;BR /&gt;cmake -T v142 gives me errors&lt;/P&gt;
&lt;P&gt;Where is this command supposed to be run? Do I need to cd into a specific folder?&lt;BR /&gt;&lt;BR /&gt;This one is outdated in one of the articles:&lt;BR /&gt;cmake -G "Visual Studio 15 2017" -A "x64" -DAC_API_DEVKIT_DIR="C:\API Development Kit 24.3009" ..&lt;BR /&gt;should be Visual Studio 17 2022 but even with that corrected, I still get errors. Should this be run in the unzipped cmake template folder?&lt;BR /&gt;&lt;BR /&gt;Where is the recommended location to install API dev kit? Is it a problem if installed in C:\Program Files\Graphisoft? Would there be permissions issues?&lt;BR /&gt;How to use the cmake template?&lt;BR /&gt;Where to extract it?&lt;/P&gt;
&lt;P&gt;Can you run the cmake command more than once?&lt;BR /&gt;Do you need to cleanup files if you run it more than once?&lt;/P&gt;
&lt;P&gt;I have many questions as there seem to be quite a few details involved in setting this up and I'm not able to piece the puzzle together on my own.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Perhaps if someone knows of any tutorial videos on how to set this up?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 10:59:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-with-setting-up-dev-environment/m-p/396839#M1092</guid>
      <dc:creator>Davor P</dc:creator>
      <dc:date>2024-09-17T10:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with setting up dev environment</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-with-setting-up-dev-environment/m-p/397153#M1093</link>
      <description>&lt;P&gt;I think it's the best to start with the instructions for the cmake template:&amp;nbsp;&lt;A href="https://github.com/GRAPHISOFT/archicad-addon-cmake" target="_blank"&gt;https://github.com/GRAPHISOFT/archicad-addon-cmake.&lt;/A&gt; The full command in your setup should be this (run it from the root of the cmake template repository):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;cmake -B Build -G "Visual Studio 17 2022" -A x64 -T v142 -DAC_API_DEVKIT_DIR="C:\Program Files\GRAPHISOFT\API Development Kit 26.3000\Support" .&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 05:37:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-with-setting-up-dev-environment/m-p/397153#M1093</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2023-09-04T05:37:46Z</dc:date>
    </item>
  </channel>
</rss>

