<?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: Identification of Demo version through Add-on code in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Identification-of-Demo-version-through-Add-on-code/m-p/619906#M9718</link>
    <description>&lt;P&gt;Something like this:&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;API_ProtectionInfo protectInfo;
auto err = ACAPI_Environment(APIEnv_ProtectionDataID, &amp;amp;protectInfo, 0);
return ((err != NoError) || ((protectInfo.protMode &amp;amp; APIPROT_TRIAL_MASK) != 0));
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2024 08:07:57 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2024-07-26T08:07:57Z</dc:date>
    <item>
      <title>Identification of Demo version through Add-on code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Identification-of-Demo-version-through-Add-on-code/m-p/619751#M9715</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is there any function that will let us know if the user is on demo version?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Kency&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 06:15:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Identification-of-Demo-version-through-Add-on-code/m-p/619751#M9715</guid>
      <dc:creator>kency</dc:creator>
      <dc:date>2024-07-25T06:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Identification of Demo version through Add-on code</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Identification-of-Demo-version-through-Add-on-code/m-p/619906#M9718</link>
      <description>&lt;P&gt;Something like this:&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;API_ProtectionInfo protectInfo;
auto err = ACAPI_Environment(APIEnv_ProtectionDataID, &amp;amp;protectInfo, 0);
return ((err != NoError) || ((protectInfo.protMode &amp;amp; APIPROT_TRIAL_MASK) != 0));
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 08:07:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Identification-of-Demo-version-through-Add-on-code/m-p/619906#M9718</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2024-07-26T08:07:57Z</dc:date>
    </item>
  </channel>
</rss>

