<?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: Add-on doesn't work on windows in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173723#M5954</link>
    <description>&lt;BLOCKQUOTE&gt;atila-diffusion wrote:&lt;BR /&gt;
What is 'e.g. The MDID' ??&lt;BR /&gt;
So i tried my add-on on two others computers, it works...&lt;BR /&gt;
But it still doesn't work when i tried on any computer.&lt;/BLOCKQUOTE&gt;
Karl has covered the MDID question. If it works on some computers but not on others, then we have to look elsewhere. The most likely culprit is a VS runtime mismatch. There are multiple versions of the VS 2010 runtime. If the build version doesn't match the runtime version, it can prevent the DLL from loading. Take a look &lt;A href="http://www.microsoft.com/en-us/download/details.aspx?id=13523" target="_blank"&gt;here&lt;/A&gt;.</description>
    <pubDate>Sat, 21 Jun 2014 07:56:32 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2014-06-21T07:56:32Z</dc:date>
    <item>
      <title>Add-on doesn't work on windows</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173719#M5950</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a very strange error with ArchiCAD 17 on windows only. In the "Extension Manager", when my add-on is loaded, the following message is displayed:&lt;BR /&gt;&lt;BR /&gt;“This file is an old Add-On, it cannot be used on this ArchiCAD version”&lt;BR /&gt;&lt;BR /&gt;I don't really understand because i compile with visual studio 2010 and the API 17 Development Kit 17.3002.&lt;BR /&gt;&lt;BR /&gt;If somebody has encountered this error, can tell me how to proceed to correct.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2023 13:59:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173719#M5950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-01T13:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add-on doesn't work on windows</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173720#M5951</link>
      <description>&lt;BLOCKQUOTE&gt;atila-diffusion wrote:&lt;BR /&gt;I have a very strange error with ArchiCAD 17 on windows only. In the "Extension Manager", when my add-on is loaded, the following message is displayed:&lt;BR /&gt;
“This file is an old Add-On, it cannot be used on this ArchiCAD version”&lt;/BLOCKQUOTE&gt;
That error message doesn't mean anything more than, "something went wrong when trying to load the add-on".&lt;BR /&gt;
&lt;BR /&gt;
First check that the correct resources are loaded, e.g. the MDID. Then check that it links against the correct libraries.</description>
      <pubDate>Tue, 03 Jun 2014 18:03:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173720#M5951</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2014-06-03T18:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add-on doesn't work on windows</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173721#M5952</link>
      <description>Hi Ralph,&lt;BR /&gt;
&lt;BR /&gt;
What is 'e.g. The MDID' ??&lt;BR /&gt;
&lt;BR /&gt;
So i tried my add-on on two others computers, it works...&lt;BR /&gt;
But it still doesn't work when i tried on any computer.&lt;BR /&gt;
&lt;BR /&gt;
Thank.</description>
      <pubDate>Thu, 19 Jun 2014 06:53:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173721#M5952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-19T06:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add-on doesn't work on windows</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173722#M5953</link>
      <description>Each add-on contains a number of *.grc resource files ("Graphisoft Resource Compiler").  One of these files defines the MDID resource to identify the add-on.  This consists of a Developer ID and  a Local ID (add-on ID).  The Developer ID is assigned to you by Graphisoft.  Without a proper MDID, the add-on should still load ... but ONLY if you launch AC in Demo Mode (no keyplug installed).</description>
      <pubDate>Thu, 19 Jun 2014 15:37:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173722#M5953</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2014-06-19T15:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Add-on doesn't work on windows</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173723#M5954</link>
      <description>&lt;BLOCKQUOTE&gt;atila-diffusion wrote:&lt;BR /&gt;
What is 'e.g. The MDID' ??&lt;BR /&gt;
So i tried my add-on on two others computers, it works...&lt;BR /&gt;
But it still doesn't work when i tried on any computer.&lt;/BLOCKQUOTE&gt;
Karl has covered the MDID question. If it works on some computers but not on others, then we have to look elsewhere. The most likely culprit is a VS runtime mismatch. There are multiple versions of the VS 2010 runtime. If the build version doesn't match the runtime version, it can prevent the DLL from loading. Take a look &lt;A href="http://www.microsoft.com/en-us/download/details.aspx?id=13523" target="_blank"&gt;here&lt;/A&gt;.</description>
      <pubDate>Sat, 21 Jun 2014 07:56:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-doesn-t-work-on-windows/m-p/173723#M5954</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2014-06-21T07:56:32Z</dc:date>
    </item>
  </channel>
</rss>

