<?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: How to share build add-on in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613594#M9592</link>
    <description>&lt;P&gt;Hi RAFD,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please look at which DLLs the add-on uses (you can use Dependency Walker for that). If it shows any of the MSVC debugging libraries, then those are not installed on the other users' machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2024 07:30:52 GMT</pubDate>
    <dc:creator>Akos Somorjai</dc:creator>
    <dc:date>2024-07-02T07:30:52Z</dc:date>
    <item>
      <title>How to share build add-on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613587#M9589</link>
      <description>&lt;P&gt;Does anyone know how to share or build an add-on that can be shared and working?&lt;/P&gt;&lt;P&gt;I manage to build an add-on from visual studio and it's working in my laptop archicad but when I share my work to others error occurs. It says that "this file is outdated add-on that cannot be used in this archicad version".&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 06:52:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613587#M9589</guid>
      <dc:creator>RAFD</dc:creator>
      <dc:date>2024-07-02T06:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to share build add-on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613594#M9592</link>
      <description>&lt;P&gt;Hi RAFD,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please look at which DLLs the add-on uses (you can use Dependency Walker for that). If it shows any of the MSVC debugging libraries, then those are not installed on the other users' machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:30:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613594#M9592</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2024-07-02T07:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to share build add-on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613601#M9595</link>
      <description>&lt;P&gt;Hi sir Akos,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you teach or show me how Dependency Walker works?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:47:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613601#M9595</guid>
      <dc:creator>RAFD</dc:creator>
      <dc:date>2024-07-02T07:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to share build add-on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613623#M9596</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Put the built add-on directly into the directory where Archicad.exe is – this will allow the Dependency Walker to find DLLs that are part of Archicad's installation.&lt;/P&gt;
&lt;P&gt;Open Dependency Walker (depends.exe), and open the add-on (if it doesn't allow you to open the .apx file, change its extension to .DLL).&lt;/P&gt;
&lt;P&gt;Then check the module list where the DLLs are listed for anything in red.&lt;/P&gt;
&lt;P&gt;For example, if you see MSVCRTD.DLL (note the 'D' and the end of the filename) – this is the debug version of the Microsoft C runtime library) that is not installed on the users' machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 08:56:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613623#M9596</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2024-07-02T08:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to share build add-on</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613637#M9600</link>
      <description>&lt;P&gt;Also a little, but maybe stupid Tipp:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Debugging Builds do not work. You need to use a Release Built.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Was that mistake in my first roll-out &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 11:02:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-share-build-add-on/m-p/613637#M9600</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2024-07-02T11:02:30Z</dc:date>
    </item>
  </channel>
</rss>

