<?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: Upgrading add-on from ArchiCAD 11 to 14 in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-add-on-from-ArchiCAD-11-to-14/m-p/197878#M6200</link>
    <description>Thanks Karl. I'm unsure if it is required because I did not write the code for this add-on. I think I will just replace the info field with a blank string and come back to it later once I've had a chance to analyse the other developers code. Perhaps the info field wasn't even being used in earlier versions of the API.</description>
    <pubDate>Thu, 31 Mar 2011 01:00:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-31T01:00:22Z</dc:date>
    <item>
      <title>Upgrading add-on from ArchiCAD 11 to 14</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-add-on-from-ArchiCAD-11-to-14/m-p/197876#M6198</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm currently upgrading an add-on from ArchiCAD 11 to 14 and I want know the fastest way to do this. Maybe there is a way to run version 11 add-ons in ArchiCAD 14 through some legacy API?&lt;BR /&gt;&lt;BR /&gt;At the moment I'm just trying to recompile the code using the v14 API and attempting to fix problems as they arise. &lt;BR /&gt;&lt;BR /&gt;The first problem is the API_LineType struct is missing the info field. What can I use instead to provide info for this element type?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Aug 2023 08:04:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-add-on-from-ArchiCAD-11-to-14/m-p/197876#M6198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T08:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading add-on from ArchiCAD 11 to 14</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-add-on-from-ArchiCAD-11-to-14/m-p/197877#M6199</link>
      <description>Add-ons must be compiled with the SDK for each version of ArchiCAD - none can run multi-version.  So, recompiling with the 14 SDK is your only option.&lt;BR /&gt;
&lt;BR /&gt;
Pulled up the 11 and 14 pages for API_LineType and see that the info field is missing in 14.  Checked, and it went away in 12 with no explanation. The 11 doc doesn't really explain well what is stored in the field - is it essential for your add-on?&lt;BR /&gt;
&lt;BR /&gt;
Someone else may know more...&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Wed, 30 Mar 2011 23:30:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-add-on-from-ArchiCAD-11-to-14/m-p/197877#M6199</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2011-03-30T23:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading add-on from ArchiCAD 11 to 14</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-add-on-from-ArchiCAD-11-to-14/m-p/197878#M6200</link>
      <description>Thanks Karl. I'm unsure if it is required because I did not write the code for this add-on. I think I will just replace the info field with a blank string and come back to it later once I've had a chance to analyse the other developers code. Perhaps the info field wasn't even being used in earlier versions of the API.</description>
      <pubDate>Thu, 31 Mar 2011 01:00:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-add-on-from-ArchiCAD-11-to-14/m-p/197878#M6200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-31T01:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading add-on from ArchiCAD 11 to 14</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-add-on-from-ArchiCAD-11-to-14/m-p/197879#M6201</link>
      <description>&lt;BLOCKQUOTE&gt;rohin wrote:&lt;BR /&gt;Thanks Karl. I'm unsure if it is required because I did not write the code for this add-on. I think I will just replace the info field with a blank string and come back to it later once I've had a chance to analyse the other developers code. Perhaps the info field wasn't even being used in earlier versions of the API.&lt;/BLOCKQUOTE&gt;
This field holds the value of the Listing ID shown in the &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Listing and Labeling&lt;E&gt;&lt;/E&gt; section of the settings for some tools. It's been removed for the simple reason that you can't assign a listing ID to a line in ArchiCAD anyway, so you should dispose of that line.</description>
      <pubDate>Thu, 31 Mar 2011 07:58:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-add-on-from-ArchiCAD-11-to-14/m-p/197879#M6201</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2011-03-31T07:58:16Z</dc:date>
    </item>
  </channel>
</rss>

