<?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 : How to statically link ToolkitPro DLL wth project?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How to statically link ToolkitPro DLL wth project?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 01:01:01 +0000</pubDate>
  <lastBuildDate>Mon, 14 Jan 2008 13:36:54 +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=6178</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[How to statically link ToolkitPro DLL wth project? : Hi Martin, This post took helped...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6178&amp;PID=30116&amp;title=how-to-statically-link-toolkitpro-dll-wth-project#30116</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3650">Sowmya</a><br /><strong>Subject:</strong> 6178<br /><strong>Posted:</strong> 14 January 2008 at 1:36pm<br /><br />Hi Martin,<DIV>This post took helped me a lot.</DIV><DIV>But now I am getting an error "error C3861: AfxLoadLibrary identifier not found"</DIV><DIV>Do I have to&nbsp;change any settings other than these ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Sowmya</DIV>]]>
   </description>
   <pubDate>Mon, 14 Jan 2008 13:36:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6178&amp;PID=30116&amp;title=how-to-statically-link-toolkitpro-dll-wth-project#30116</guid>
  </item> 
  <item>
   <title><![CDATA[How to statically link ToolkitPro DLL wth project? : Question:  How do I statically...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6178&amp;PID=19590&amp;title=how-to-statically-link-toolkitpro-dll-wth-project#19590</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 6178<br /><strong>Posted:</strong> 22 January 2007 at 4:40am<br /><br /><strong>Question:</strong> <DIV style="PADDING-LEFT: 20px; PADDING-BOTTOM: 20px">How do I statically link with Xtreme Toolkit Pro and when statically linked to MFC?</DIV><B>Answer:</B> <DIV style="PADDING-LEFT: 20px">Follow these steps to statically link with the Xtreme Toolkit Professional Version:</DIV><OL><LI style="PADDING-BOTTOM: 10px">Change your project settings to “Use MFC in a Static Library”. This is found on the “General” tab in your project settings dialog. <LI style="PADDING-BOTTOM: 10px">Change your “C/C++ Code Generation” to use either “Multithreaded” or “Debug Multithreaded” run-time library. For release builds use the “Multithreaded” (non DLL) run-time library. For debug builds use “Debug Multithreaded” (non DLL) run-time library. <LI style="PADDING-BOTTOM: 10px">Some libraries are incompatible when statically linking to MFC. On the link tab under input settings you will need to ignore the following libraries. <DIV style="PADDING-LEFT: 20px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px">For <B>“Multithreaded”</B> add the following to the “Ignore libraries” list:<BR>libc.lib, msvcrt.lib, libcd.lib, libcmtd.lib, msvcrtd.lib</DIV><DIV style="PADDING-LEFT: 20px; PADDING-BOTTOM: 10px">For <B>“Debug Multithreaded”</B> add the following to the “Ignore libraries” list:<BR>libc.lib, libcmt.lib, msvcrt.lib, libcmtd.lib, msvcrtd.lib</DIV>See Linker Tools Warning LNK4098 in MSDN for more details. <LI style="PADDING-BOTTOM: 10px">Add the following line to your application's <CODE>.rc2</CODE> file. This will link in the toolkit resources so they are available to your application. <DIV style="PADDING-TOP: 10px">Xtreme Toolkit Pro:<BR><DIV =Element101><DIV =Element100><PRE =Element100>#include &lt;XTToolkitPro.rc&gt;</PRE></DIV></DIV>Xtreme Suite:<BR><DIV =Element101><DIV =Element100><PRE =Element100>#include &lt;XTSuitePro.rc&gt;</PRE></DIV></DIV>Xtreme Command Bars:<BR><DIV =Element101><DIV =Element100><PRE =Element100>#include &lt;XTCommandBarsPro.rc&gt;</PRE></DIV></DIV>Xtreme Docking Pane:<BR><DIV =Element101><DIV =Element100><PRE =Element100>#include &lt;XTDockingPanePro.rc&gt;</PRE></DIV></DIV>Xtreme Property Grid:<BR><DIV =Element101><DIV =Element100><PRE =Element100>#include &lt;XTPropertyGridPro.rc&gt;</PRE></DIV></DIV></DIV></LI></OL>]]>
   </description>
   <pubDate>Mon, 22 Jan 2007 04:40:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6178&amp;PID=19590&amp;title=how-to-statically-link-toolkitpro-dll-wth-project#19590</guid>
  </item> 
  <item>
   <title><![CDATA[How to statically link ToolkitPro DLL wth project? : Hi All,  How can i link the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6178&amp;PID=19581&amp;title=how-to-statically-link-toolkitpro-dll-wth-project#19581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2563">aamirzia</a><br /><strong>Subject:</strong> 6178<br /><strong>Posted:</strong> 22 January 2007 at 12:57am<br /><br /><DIV>Hi All,</DIV><DIV>&nbsp;</DIV><DIV>How can i link the DLL file "ToolkitPro1031vc71.dll" statically with my project so that i dont have to ship this file&nbsp;along with&nbsp;my project? Doesn't matter if the size of my executable increases.</DIV><DIV>&nbsp;</DIV><DIV>thanx All</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>@@mir</DIV>]]>
   </description>
   <pubDate>Mon, 22 Jan 2007 00:57:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6178&amp;PID=19581&amp;title=how-to-statically-link-toolkitpro-dll-wth-project#19581</guid>
  </item> 
 </channel>
</rss>