<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : LICENSE</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : LICENSE]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 23:17:15 +0000</pubDate>
  <lastBuildDate>Sat, 24 Dec 2005 15:31:43 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=1427</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[LICENSE : When I try to distribute my program...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=10323&amp;title=license#10323</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1563">gbdc</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 24 December 2005 at 3:31pm<br /><br />When I try to distribute my program to a test machine, I keep getting this error upon execution:<br><br>"the&nbsp;class is not <span ="highlight">license</span>d for use"<br><br>I work in VB6 environment, and I embedded the lic file contents as you have suggested above:<br><br><span style="font-family: Courier New,Courier,mono;">&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.License = _</span><br style="font-family: Courier New,Courier,mono;"><span style="font-family: Courier New,Courier,mono;">&nbsp;&nbsp;&nbsp; "xxxxxxxxxxxxxxxx line 1" &amp; vbCrLf &amp; _</span><br style="font-family: Courier New,Courier,mono;"><span style="font-family: Courier New,Courier,mono;">&nbsp;&nbsp;&nbsp; "xxxxxxxxxxxxxxxxxline 2" &amp; vbCrLf &amp; _</span><br style="font-family: Courier New,Courier,mono;"><span style="font-family: Courier New,Courier,mono;">&nbsp;&nbsp;&nbsp; "xxxxxxxxxxxxxxxx line 3"</span><br style="font-family: Courier New,Courier,mono;"><span style="font-family: Courier New,Courier,mono;">&nbsp;&nbsp;&nbsp; XtremeCommandBars.CommandBarsGlobalSettings.License = CommandBarsGlobalSettings.License</span><br><br>&nbsp;&nbsp;&nbsp; and so on for all the codejock controls I use, in the frmMain.form_initialize routine.<br><br>Any advice?&nbsp;&nbsp;  &nbsp;&nbsp;  <br><br><br>]]>
   </description>
   <pubDate>Sat, 24 Dec 2005 15:31:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=10323&amp;title=license#10323</guid>
  </item> 
  <item>
   <title><![CDATA[LICENSE : Brad, Are you setting the licence?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=9749&amp;title=license#9749</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=864">JamesH</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 23 November 2005 at 4:59pm<br /><br /><P>Brad,</P><P>Are you setting the licence?&nbsp; In our WTL application we do somthing like this:</P><P> &nbsp;CComPtr&lt;XtremePropertyGrid::IPropertyGridGlobalSett ings&gt; spPropertyGridSettings; <BR> &nbsp;spPropertyGridSettings.CoCreateInstance(__uuidof(Xtrem ePropertyGrid::PropertyGridGlobalSettings)); <BR>&nbsp;spPropertyGridSettings-&gt;License = _T("Property Grid Control Copyright (c) 2003-2005 Codejock Software\r\nPRODUCT-ID: Codejock.PropertyGrid.ActiveX.v9.80\r\nVALIDATE-CODE: xxx-xxx-xxx-xxx");</P><P>Not sure if that will help but might give you something else to look at?<BR></P>]]>
   </description>
   <pubDate>Wed, 23 Nov 2005 16:59:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=9749&amp;title=license#9749</guid>
  </item> 
  <item>
   <title><![CDATA[LICENSE : Codejock Support, I&amp;#039;m trying...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=9746&amp;title=license#9746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1143">umcbrad</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 23 November 2005 at 3:35pm<br /><br /><P>Codejock Support,</P><P>I'm trying to distribute the Codejock.ReportControl.Unicode.v9.80.ocx file with my .exe for client use.</P><P>I am using a c++ .exe that calls a VB activeX dll, which in turn uses the codejock Report Control .ocx.&nbsp; The c++ .exe is built in ASNI, not Unicode, just in case that matters.&nbsp; For testing purposes, I have also tried loading the .ocx file directly in C++ using COleDispatchDriver::CreateDispatch().&nbsp; The errors I&nbsp;mention below occur the same either way I try it....</P><P>Things work fine on my Dev machine, and I have even got things to work on more than one client machine.&nbsp; However, we are having problems with installing on other client machines...we have had successful installs on machines running XP Pro and Server 2003.&nbsp; We have had bad installs on machines running XP Pro, and Server 2003.&nbsp; In one case, we have had one error (mentioned below) on a server 2003 machine, and then the other error on the same machine, but when logging onto the machine with MS Remote Desktop Program (mstsc.exe).</P><P>I get two different errors on two different installs when trying to create an instance of the ocx (or when calling the VB dll that contains it).&nbsp; One is a Microsoft error, SCODE 80040112, which is "the&nbsp;class is not licensed for use", and the other is SCODE 80040154, which is "class not registered".</P><P>I have copied the codejock .ocx to the client machine and registered it using regsvr32.exe.&nbsp; Is this the correct procedure?&nbsp; Is there someone in the documentation that mentions the distribution procedure?&nbsp; What about this .lic file?&nbsp; Is it just for when using with the IDE?</P><P>Thanks for the help,</P><P>Brad</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 23 Nov 2005 15:35:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=9746&amp;title=license#9746</guid>
  </item> 
  <item>
   <title><![CDATA[LICENSE : Nope... you can exclude those...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4169&amp;title=license#4169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 26 November 2004 at 9:29am<br /><br />Nope... you can exclude those lines.]]>
   </description>
   <pubDate>Fri, 26 Nov 2004 09:29:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4169&amp;title=license#4169</guid>
  </item> 
  <item>
   <title><![CDATA[LICENSE : does it need to include the last...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4168&amp;title=license#4168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=790">dlord</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 26 November 2004 at 9:11am<br /><br /><P>does it need to include the last few line of ----</P><P>Warning:&nbsp; This product is licensed to you pursuant to the terms of the<BR>license agreement included with the original software, and is<BR>protected by copyright law and international treaties.&nbsp; Unauthorized<BR>reproduction or distribution may result in severe civil and criminal<BR>penalties, and will be prosecuted to the maximum extent possible under<BR>the law.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 26 Nov 2004 09:11:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4168&amp;title=license#4168</guid>
  </item> 
  <item>
   <title><![CDATA[LICENSE : Thanks a lot guys for your prompt...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4070&amp;title=license#4070</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=834">Renan</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 19 November 2004 at 5:16am<br /><br /><P>Thanks a lot guys for your prompt response.</P>]]>
   </description>
   <pubDate>Fri, 19 Nov 2004 05:16:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4070&amp;title=license#4070</guid>
  </item> 
  <item>
   <title><![CDATA[LICENSE : Just a follow-up, the LIC file...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4050&amp;title=license#4050</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 18 November 2004 at 7:59am<br /><br /><P>Just a follow-up, the LIC file is not created by the developer.&nbsp; It is provided by Codejock when you install the licensed version of the controls.&nbsp; There is a LIC file for each OCX you have a license for.&nbsp; These files are installed in the same location as the OCX files and are named the same as the OCX file (except with the LIC exention instead of OCX).</P><P>Hope this helps!</P>]]>
   </description>
   <pubDate>Thu, 18 Nov 2004 07:59:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4050&amp;title=license#4050</guid>
  </item> 
  <item>
   <title><![CDATA[LICENSE : Try adding this:  CommandBarsGlobalSettings.License...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4048&amp;title=license#4048</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 18 November 2004 at 7:34am<br /><br />Try adding this:<br><br>CommandBarsGlobalSettings.License = "Line 1 of lic file" &amp; vbCrLf &amp; "Line 2 of lic file" &amp; vbVrLf &amp; etc...<br>DockingPaneGlobalSettings.License = "Line 1 of lic file" &amp; vbCrLf &amp; "Line 2 of lic file" &amp; vbVrLf &amp; etc...<br>etc.....]]>
   </description>
   <pubDate>Thu, 18 Nov 2004 07:34:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4048&amp;title=license#4048</guid>
  </item> 
  <item>
   <title><![CDATA[LICENSE : Hi! Could somebody help me with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4041&amp;title=license#4041</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=834">Renan</a><br /><strong>Subject:</strong> 1427<br /><strong>Posted:</strong> 18 November 2004 at 12:58am<br /><br /><P>Hi!</P><P>Could somebody help me with my Licensing problem. How do I use or create&nbsp;the .LIC file, what is is the right naming "NAME.LIC" for it and how do I integrate or call fron my code.</P><P>I tried using the class .License and it doesnt work.</P><P>I'm using VB6, and latest version of Xtreme Suite for ActiveX.</P><P>Thank! :)</P>]]>
   </description>
   <pubDate>Thu, 18 Nov 2004 00:58:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1427&amp;PID=4041&amp;title=license#4041</guid>
  </item> 
 </channel>
</rss>