<?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: Is there a way to pack/encrypt built-in GDL Objects? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157915#M5153</link>
    <description>&lt;BLOCKQUOTE&gt;EzPresso wrote:&lt;BR /&gt;Is there a way to pack or encrypt these GDL Objects, so no one should be able to extract GDL code from my Add-on?&lt;/BLOCKQUOTE&gt;
Yes, GDL objects can be bundled in the add-on as a 'FILE' resource. However, don't look on this as a protection mechanism. There is no way to prevent anyone but the most naive user from extracting the code from a GDL object, whether it's bundled in an add-on or not.</description>
    <pubDate>Tue, 14 Jul 2009 08:01:29 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2009-07-14T08:01:29Z</dc:date>
    <item>
      <title>Is there a way to pack/encrypt built-in GDL Objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157914#M5152</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello there,&lt;BR /&gt;
&lt;BR /&gt;
I am developing an Add-on with built-in GDL Objects in its resources. I am registering and loading these Objects with ACAPI_Register_BuiltInLibrary function.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to pack or encrypt these GDL Objects, so no one should be able to extract GDL code from my Add-on?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your time!&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 May 2023 14:39:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157914#M5152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-23T14:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to pack/encrypt built-in GDL Objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157915#M5153</link>
      <description>&lt;BLOCKQUOTE&gt;EzPresso wrote:&lt;BR /&gt;Is there a way to pack or encrypt these GDL Objects, so no one should be able to extract GDL code from my Add-on?&lt;/BLOCKQUOTE&gt;
Yes, GDL objects can be bundled in the add-on as a 'FILE' resource. However, don't look on this as a protection mechanism. There is no way to prevent anyone but the most naive user from extracting the code from a GDL object, whether it's bundled in an add-on or not.</description>
      <pubDate>Tue, 14 Jul 2009 08:01:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157915#M5153</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2009-07-14T08:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to pack/encrypt built-in GDL Objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157916#M5154</link>
      <description>&lt;BLOCKQUOTE&gt;Yes, GDL objects can be bundled in the add-on as a 'FILE' resource.&lt;/BLOCKQUOTE&gt;

That's what I do (and it is mentioned in the original question). Is it possible to put a compressed GDL object (.pla, etc) in the FILE resource and load them in Add-On?</description>
      <pubDate>Wed, 15 Jul 2009 10:42:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157916#M5154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-15T10:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to pack/encrypt built-in GDL Objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157917#M5155</link>
      <description>&lt;BLOCKQUOTE&gt;EzPresso wrote:&lt;BR /&gt;Is it possible to put a compressed GDL object (.pla, etc) in the FILE resource and load them in Add-On?&lt;/BLOCKQUOTE&gt;
Yes, any file can be imbedded as a FILE resource and read by the add-on, although the functions to read the resource are not part of the ArchiCAD API. Use the host OS API instead.</description>
      <pubDate>Thu, 16 Jul 2009 13:58:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157917#M5155</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2009-07-16T13:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to pack/encrypt built-in GDL Objects?</title>
      <link>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157918#M5156</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;although the functions to read the resource are not part of the ArchiCAD API&lt;/BLOCKQUOTE&gt;

See RS.hpp in GSRoot  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Best, Akos</description>
      <pubDate>Wed, 23 Sep 2009 15:22:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Is-there-a-way-to-pack-encrypt-built-in-GDL-Objects/m-p/157918#M5156</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2009-09-23T15:22:59Z</dc:date>
    </item>
  </channel>
</rss>

