<?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 manager &amp;amp; MDID err in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211756#M6085</link>
    <description>&lt;BLOCKQUOTE&gt;santi wrote:&lt;BR /&gt;I think I found the problem: I usually compile the add-on and then rename the file, where I put the add-on version and target machine like Add-On.1.0.x64.bundle and so on. I think that this is the problem for AC or the MDID, is it possible? Because than the user wont be able to rename the file...&lt;/BLOCKQUOTE&gt;
Renaming an add-on shouldn't cause any problems - certainly not with the MDID. Have you confirmed that the MDID resource is present in the add-ons that fail to load?</description>
    <pubDate>Wed, 06 Oct 2010 10:21:49 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2010-10-06T10:21:49Z</dc:date>
    <item>
      <title>Add-on manager &amp; MDID err</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211753#M6082</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;I have 2 problems:&lt;BR /&gt;&lt;BR /&gt;1. I'm unable to run the add-on manager application on macos (using 10.5.&lt;IMG style="display: inline;" src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cool.gif" border="0" /&gt;, tried devkit 13 and 14. it just crashes before anything shows up. On windows add-on manager for devkit 12 is working, but 13&amp;amp;14 doesnt. the 14 version opens a database and when it closes it, it saves the database in a way it cant be opened later (says corrupted file and even a browser cant open the xml).&lt;BR /&gt;&lt;BR /&gt;2. I compiled my add-on for platforms x86, x64 and macos and it worked fine, but now all the addons wont be loaded - "The file is either not an Add-On or an outdated one that cannot be used with this ArchiCAD version.". Where could be a problem? does the MDID identifier any expiration date or something like that?&lt;BR /&gt;&lt;BR /&gt;Thank you, Peter&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Aug 2023 08:55:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211753#M6082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T08:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add-on manager &amp; MDID err</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211754#M6083</link>
      <description>&lt;BLOCKQUOTE&gt;santi wrote:&lt;BR /&gt;1. I'm unable to run the add-on manager application on macos (using 10.5.&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cool.gif" style="display : inline;" /&gt;, tried devkit 13 and 14. it just crashes before anything shows up. On windows add-on manager for devkit 12 is working, but 13&amp;amp;14 doesnt. the 14 version opens a database and when it closes it, it saves the database in a way it cant be opened later (says corrupted file and even a browser cant open the xml).&lt;/BLOCKQUOTE&gt;
The add-on manager is a bit unstable. I've had many problems with it, but it's working at the moment on the Mac OS. I save the database into the same folder as the application though - if you save it elsewhere, the application will often crash and/or fail to write anything (so the data cannot be read back again).&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;santi wrote:&lt;BR /&gt;2. I compiled my add-on for platforms x86, x64 and macos and it worked fine, but now all the addons wont be loaded - "The file is either not an Add-On or an outdated one that cannot be used with this ArchiCAD version.". Where could be a problem? does the MDID identifier any expiration date or something like that?&lt;/BLOCKQUOTE&gt;
The MDID doesn't expire. Are you sure the MDID resource is properly linked into the add-on? Perhaps try a full clean and rebuild, and check that the finished build has an MDID resource.&lt;BR /&gt;
&lt;BR /&gt;
Alternatively, is it possible you inadvertently changed the MDID values? Unfortunately, the error message from the Add-on Manager is not very descriptive. It says the same thing for every error type.</description>
      <pubDate>Mon, 04 Oct 2010 09:17:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211754#M6083</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2010-10-04T09:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add-on manager &amp; MDID err</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211755#M6084</link>
      <description>I think I found the problem: I usually compile the add-on and then rename the file, where I put the add-on version and target machine like Add-On.1.0.x64.bundle and so on. I think that this is the problem for AC or the MDID, is it possible? Because than the user wont be able to rename the file...&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Peter</description>
      <pubDate>Tue, 05 Oct 2010 17:05:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211755#M6084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-05T17:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add-on manager &amp; MDID err</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211756#M6085</link>
      <description>&lt;BLOCKQUOTE&gt;santi wrote:&lt;BR /&gt;I think I found the problem: I usually compile the add-on and then rename the file, where I put the add-on version and target machine like Add-On.1.0.x64.bundle and so on. I think that this is the problem for AC or the MDID, is it possible? Because than the user wont be able to rename the file...&lt;/BLOCKQUOTE&gt;
Renaming an add-on shouldn't cause any problems - certainly not with the MDID. Have you confirmed that the MDID resource is present in the add-ons that fail to load?</description>
      <pubDate>Wed, 06 Oct 2010 10:21:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211756#M6085</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2010-10-06T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add-on manager &amp; MDID err</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211757#M6086</link>
      <description>yes, I checked that and its there. I swear that it works until I rename it. Trying to turn off and on AC, not just unplugging the add-on. Im working on AC13 with devkit 13.2517, xcode 3.2 and leopard 10.5.8.. its really weird I tried it several times</description>
      <pubDate>Wed, 06 Oct 2010 15:34:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211757#M6086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-06T15:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add-on manager &amp; MDID err</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211758#M6087</link>
      <description>I just read a post that I should not compile addons in VS2008, it could be the problem.. even if I dont understand the behavior of addon loading that I described earlier&lt;BR /&gt;
anyway, thanks for help</description>
      <pubDate>Thu, 14 Oct 2010 10:39:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Add-on-manager-amp-MDID-err/m-p/211758#M6087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-14T10:39:02Z</dc:date>
    </item>
  </channel>
</rss>

