<?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 : Creating and DLL</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Creating and DLL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 25 May 2026 09:17:32 +0000</pubDate>
  <lastBuildDate>Fri, 05 Jun 2020 15:10:07 +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=23990</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[Creating and DLL : Hi,I am testing Toolkit Pro release...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23990&amp;PID=77693&amp;title=creating-and-dll#77693</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9417">Alwin</a><br /><strong>Subject:</strong> 23990<br /><strong>Posted:</strong> 05 June 2020 at 3:10pm<br /><br />Hi,<div><br></div><div>I am testing Toolkit Pro release 19.1.</div><div>I want to create a C++ dll to access the runtime DLL from Visual Objects, instead of the ActiveX Suite</div><div><br></div><div>Installed it in Visual Studio 2012 (v110)</div><div>Because otherwise i have to install updates of C++ on customer protected network environments.</div><div>The "Toolkit Pro Application" does not popup with an application wizard in Visual Studio 2012</div><div>On Visual Studio 2017 it does popup (on the same machine)</div><div>Can somebody make an simpel DLL project for me in Studio 2012 with access just these entry's so i can DLLExport it ?</div><div><br></div><div><span style="white-space:pre">	</span>XTPSkinManager()-&gt;License</div><div><span style="white-space:pre">	</span>XTPSkinManager()-&gt;LoadSkin()</div><div><span style="white-space:pre">	</span>XTPSkinManager()-&gt;ApplyOptions</div><div><span style="white-space:pre">	</span>XTPSkinManager()-&gt;ApplyWindow(hWnd)</div><div><br></div><div>An new simple DLL project in Visual Studio 2012 and just insert -&gt; XTPSkinManager.h&nbsp; is not working at all. Probably missing lost of statements of the Wizard (which is not working).</div><div><br></div><div><div><span style="white-space:pre">	</span>#include &lt;windows.h&gt;</div><div><span style="white-space:pre">	</span>#include "XTPSkinManager.h"&nbsp; &nbsp;</div><div><br></div><div><span style="white-space:pre">	</span>extern "C" __declspec(dllexport) int MyOwnActivateCodeJock(HWND hwnd)</div><div><span style="white-space:pre">	</span>{</div><div><span style="white-space:pre">		</span>CXTPSkinManager* pSkinManager = XTPSkinManager();</div><div><span style="white-space: pre;">		</span>return 0;</div><div><span style="white-space:pre">	</span>}</div></div><div><br></div><div>I am already using the ActiveX version, but register and ActiveX on customers protected network will not work so well.</div><div><br></div><div>Thanks,</div><div>Alwin</div>]]>
   </description>
   <pubDate>Fri, 05 Jun 2020 15:10:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23990&amp;PID=77693&amp;title=creating-and-dll#77693</guid>
  </item> 
 </channel>
</rss>