<?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 Where should the DLLs that plugins depend on be placed? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Where-should-the-DLLs-that-plugins-depend-on-be-placed/m-p/663643#M10400</link>
    <description>&lt;P&gt;On the Windows platform, where should the DLLs that plugins depend on be placed? I am currently in the same level directory as the plugin, but the plugin failed to load.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sxs_0-1748245976516.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/87232i4696EAA5AF4BC474/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sxs_0-1748245976516.png" alt="sxs_0-1748245976516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 May 2025 07:53:38 GMT</pubDate>
    <dc:creator>sxs</dc:creator>
    <dc:date>2025-05-26T07:53:38Z</dc:date>
    <item>
      <title>Where should the DLLs that plugins depend on be placed?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Where-should-the-DLLs-that-plugins-depend-on-be-placed/m-p/663643#M10400</link>
      <description>&lt;P&gt;On the Windows platform, where should the DLLs that plugins depend on be placed? I am currently in the same level directory as the plugin, but the plugin failed to load.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sxs_0-1748245976516.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/87232i4696EAA5AF4BC474/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sxs_0-1748245976516.png" alt="sxs_0-1748245976516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 07:53:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Where-should-the-DLLs-that-plugins-depend-on-be-placed/m-p/663643#M10400</guid>
      <dc:creator>sxs</dc:creator>
      <dc:date>2025-05-26T07:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Where should the DLLs that plugins depend on be placed?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Where-should-the-DLLs-that-plugins-depend-on-be-placed/m-p/663677#M10401</link>
      <description>&lt;P&gt;I guess, for static DLL loading it will be Archicad.exe path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used DLLs with my addon early. Both own DLLs and a third-party DLL.&lt;BR /&gt;But I used only dynamic loading using LoadLibraryEx (LOAD_WITH_ALTERED_SEARCH_PATH) and GetProcAddress, so I used a direct DLL's path inside where my addon was installed.&lt;BR /&gt;&lt;BR /&gt;I dont know, may be there is a simple way and anybody will point you.&lt;BR /&gt;&lt;BR /&gt;My approach for loading third-party DLL was indirect. My own DLL was dependent on third-party DLL.&lt;BR /&gt;From my addon I loaded only my DLL using LoadLibraryEx (LOAD_WITH_ALTERED_SEARCH_PATH) and it loaded the third-party DLL automatically, from my DLL folder.&amp;nbsp;My addon had a simple root function linked by GetProcAddress.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 12:00:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Where-should-the-DLLs-that-plugins-depend-on-be-placed/m-p/663677#M10401</guid>
      <dc:creator>Oleg</dc:creator>
      <dc:date>2025-05-26T12:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Where should the DLLs that plugins depend on be placed?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Where-should-the-DLLs-that-plugins-depend-on-be-placed/m-p/663737#M10402</link>
      <description>&lt;P&gt;Ok,thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 01:25:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Where-should-the-DLLs-that-plugins-depend-on-be-placed/m-p/663737#M10402</guid>
      <dc:creator>sxs</dc:creator>
      <dc:date>2025-05-27T01:25:53Z</dc:date>
    </item>
  </channel>
</rss>

