<?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 Do we need to unlock distribution dll on every version?? in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/Do-we-need-to-unlock-distribution-dll-on-every-version/m-p/735567#M10372</link>
    <description>&lt;P&gt;I am using Creo Parametric - Release 5.0 (connected) 5.0 5.0.6.0&lt;BR /&gt;&lt;BR /&gt;DLL was unlocked on Creo 5.0.0 does not work on Creo 7.0. Get error message as "Creo tool kit application "" was not unlocked before distribution to your site.". Do we need to unlock the dll for every version separately??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here are the errors that I faced &lt;BR /&gt;Creo tool kit application "" was not unlocked before distribution to your site.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 10:51:22 GMT</pubDate>
    <dc:creator>RS_9601780</dc:creator>
    <dc:date>2021-06-28T10:51:22Z</dc:date>
    <item>
      <title>Do we need to unlock distribution dll on every version??</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Do-we-need-to-unlock-distribution-dll-on-every-version/m-p/735567#M10372</link>
      <description>&lt;P&gt;I am using Creo Parametric - Release 5.0 (connected) 5.0 5.0.6.0&lt;BR /&gt;&lt;BR /&gt;DLL was unlocked on Creo 5.0.0 does not work on Creo 7.0. Get error message as "Creo tool kit application "" was not unlocked before distribution to your site.". Do we need to unlock the dll for every version separately??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here are the errors that I faced &lt;BR /&gt;Creo tool kit application "" was not unlocked before distribution to your site.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 10:51:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Do-we-need-to-unlock-distribution-dll-on-every-version/m-p/735567#M10372</guid>
      <dc:creator>RS_9601780</dc:creator>
      <dc:date>2021-06-28T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Do we need to unlock distribution dll on every version??</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Do-we-need-to-unlock-distribution-dll-on-every-version/m-p/735596#M10373</link>
      <description>&lt;P&gt;You Must unlock after each compilé, if you use the tk Lizenz alone you can unlock directly after compile.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 06:40:30 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Do-we-need-to-unlock-distribution-dll-on-every-version/m-p/735596#M10373</guid>
      <dc:creator>RPN</dc:creator>
      <dc:date>2021-06-28T06:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Do we need to unlock distribution dll on every version??</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Do-we-need-to-unlock-distribution-dll-on-every-version/m-p/735598#M10374</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/318167"&gt;@RS_9601780&lt;/a&gt;,&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;&lt;SPAN style="font-size:11pt"&gt;&lt;SPAN style="font-family:Calibri,sans-serif"&gt;Yes, you need to unlock Toolkit application separately for the desired version of Creo Parametric you intend to use. Additionally, you have to make sure you re-built Toolkit applications using that particular Creo Parametric version’s Toolkit libraries in supported Visual Studio version. For e.g. in this case you need to re-built your Toolkit application for Creo Parametric 7.0 in Visual Studio 2019 and then, unlock it using Creo 7.0 Toolkit license.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;SPAN style="font-size:11pt"&gt;&lt;SPAN style="font-family:Calibri,sans-serif"&gt;Reason of re-building Toolkit applications in newer version is: There are chances that many APIs could be deprecated in old version of Creo and superseded with new APIs in newer Creo version or there could be some bugs fixed for existing APIs in newer version of Creo.&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="font-size:11pt"&gt;&lt;SPAN style="font-family:Calibri,sans-serif"&gt;Hence, it is recommended to rebuild Toolkit application using newer version libraries in supported Visual Studio version.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 28 Jun 2021 07:09:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Do-we-need-to-unlock-distribution-dll-on-every-version/m-p/735598#M10374</guid>
      <dc:creator>rghadge</dc:creator>
      <dc:date>2021-06-28T07:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Do we need to unlock distribution dll on every version??</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Do-we-need-to-unlock-distribution-dll-on-every-version/m-p/735621#M10376</link>
      <description>&lt;P&gt;For sure this is true, but has nothing to do with unlock (in my point of view). During compile and link your dll code will contain some PTC bits in a very special order. This is done on each link/compile, the compile and linker will raise errors if some functions are no longer available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For PTC the unlock is required to write Toolkit Applications at all, and that you have the valid license. Because if the special tag is found you must have a license, and the tag will be there after compile and link.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I never tried to do this unlock on renamed lib files &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So unlock is required after you have changed your code, every time &lt;span class="lia-unicode-emoji" title=":weary_face:"&gt;😩&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 08:48:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Do-we-need-to-unlock-distribution-dll-on-every-version/m-p/735621#M10376</guid>
      <dc:creator>RPN</dc:creator>
      <dc:date>2021-06-28T08:48:56Z</dc:date>
    </item>
  </channel>
</rss>

