<?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 : Performance issue with the MFC Toolkit</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Performance issue with the MFC Toolkit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 14:08:23 +0000</pubDate>
  <lastBuildDate>Thu, 16 Oct 2008 11:53:17 +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=12444</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[Performance issue with the MFC Toolkit : Yes, I moved the include XTToolkitPro.h...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12444&amp;PID=42073&amp;title=performance-issue-with-the-mfc-toolkit#42073</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4505">FrankC</a><br /><strong>Subject:</strong> 12444<br /><strong>Posted:</strong> 16 October 2008 at 11:53am<br /><br />Yes, I moved the include XTToolkitPro.h from the individual files to stdafx.h and getting less "automatically linking to..." messages.<DIV>&nbsp;</DIV><DIV>Is it supposed to get only one such message when compiling the stdafx.cpp and not from compiling other source code?</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Frank</DIV>]]>
   </description>
   <pubDate>Thu, 16 Oct 2008 11:53:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12444&amp;PID=42073&amp;title=performance-issue-with-the-mfc-toolkit#42073</guid>
  </item> 
  <item>
   <title><![CDATA[Performance issue with the MFC Toolkit : Hi, Yes, check that you see only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12444&amp;PID=42050&amp;title=performance-issue-with-the-mfc-toolkit#42050</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12444<br /><strong>Posted:</strong> 16 October 2008 at 4:30am<br /><br /><P>Hi,</P><DIV>Yes, check that you see only one automatically linking to..." message</DIV><DIV>&nbsp;</DIV><DIV>also exclude some modules you don't use:</DIV><DIV>&nbsp;</DIV><DIV>before include toolkit add</DIV><DIV>&nbsp;</DIV><DIV>#define _XTP_EXCLUDE_CALENDAR<BR>#define _XTP_EXCLUDE_SYNTAXEDIT<BR>#define _XTP_EXCLUDE_REPORTCONTROL<BR></DIV>]]>
   </description>
   <pubDate>Thu, 16 Oct 2008 04:30:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12444&amp;PID=42050&amp;title=performance-issue-with-the-mfc-toolkit#42050</guid>
  </item> 
  <item>
   <title><![CDATA[Performance issue with the MFC Toolkit : Are you using precompiled headers?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12444&amp;PID=42041&amp;title=performance-issue-with-the-mfc-toolkit#42041</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 12444<br /><strong>Posted:</strong> 15 October 2008 at 6:08pm<br /><br />Are you using precompiled headers? You should only include XTToolkitPro.h in your StdAfx.h<br><br>How often do you get the "automatically linking to..." message?<br><br>]]>
   </description>
   <pubDate>Wed, 15 Oct 2008 18:08:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12444&amp;PID=42041&amp;title=performance-issue-with-the-mfc-toolkit#42041</guid>
  </item> 
  <item>
   <title><![CDATA[Performance issue with the MFC Toolkit : I am using the version 12.0.2...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12444&amp;PID=42032&amp;title=performance-issue-with-the-mfc-toolkit#42032</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4505">FrankC</a><br /><strong>Subject:</strong> 12444<br /><strong>Posted:</strong> 15 October 2008 at 11:48am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>I am using the version 12.0.2 Toolkit Pro C++ MFC on the Visual Studio 6.0 to add the new face to our old application.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Out application links the libraries with the static method.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Before the Toolkit Pro, a complete compilation of our application takes about 12 minutes, after adding the new face just to the new toolbars, the compilation takes about 22 minutes, 83% more time is been used.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>I understand that by using the Tookkit Pro, the compiler has to access more libraries, but 83% more of time seems that there is a room to be improved.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Any clues of this performance issue?</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Thanks,</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Frank</FONT></P>]]>
   </description>
   <pubDate>Wed, 15 Oct 2008 11:48:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12444&amp;PID=42032&amp;title=performance-issue-with-the-mfc-toolkit#42032</guid>
  </item> 
 </channel>
</rss>