<?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 : Why is dynamic static build lib so big?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Why is dynamic static build lib so big?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 05:56:55 +0000</pubDate>
  <lastBuildDate>Mon, 26 Sep 2005 07:06:23 +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=2485</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[Why is dynamic static build lib so big? : jeffcmj, Barto you was right,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=8750&amp;title=why-is-dynamic-static-build-lib-so-big#8750</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2485<br /><strong>Posted:</strong> 26 September 2005 at 7:06am<br /><br /><P><SPAN =bold>jeffcmj, Barto you was right, it was our bug with exporting symbols.</SPAN></P><P><SPAN =bold>Was fixed for 9.80</SPAN></P>]]>
   </description>
   <pubDate>Mon, 26 Sep 2005 07:06:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=8750&amp;title=why-is-dynamic-static-build-lib-so-big#8750</guid>
  </item> 
  <item>
   <title><![CDATA[Why is dynamic static build lib so big? : I noticed there seems to be a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=8678&amp;title=why-is-dynamic-static-build-lib-so-big#8678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1011">Barto</a><br /><strong>Subject:</strong> 2485<br /><strong>Posted:</strong> 19 September 2005 at 12:31pm<br /><br /><P>I noticed there seems to be a bug in 9.70 regarding the&nbsp;#defines&nbsp;XT_STATICLINK and _XT_STATICLINK.</P><P>So every time I compile my app with static XTP, it also generates an .exp and .lib file and of course all the XTP symbols are there by name in the .exe for exporting... This probably explains the bigger size.</P><P>I hope Codejock fixes this problem for the next release, it's a bit annoying..</P>]]>
   </description>
   <pubDate>Mon, 19 Sep 2005 12:31:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=8678&amp;title=why-is-dynamic-static-build-lib-so-big#8678</guid>
  </item> 
  <item>
   <title><![CDATA[Why is dynamic static build lib so big? : The size went up drastically with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=8673&amp;title=why-is-dynamic-static-build-lib-so-big#8673</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1492">PeterP</a><br /><strong>Subject:</strong> 2485<br /><strong>Posted:</strong> 18 September 2005 at 9:40pm<br /><br /><P>The size went up drastically with version 9.70.</P><P>My release build executable using dynStatic library increased in size by over 700k just by changing from v9.601 to v9.70.</P><P>This seems out of proportion to the features added.</P>]]>
   </description>
   <pubDate>Sun, 18 Sep 2005 21:40:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=8673&amp;title=why-is-dynamic-static-build-lib-so-big#8673</guid>
  </item> 
  <item>
   <title><![CDATA[Why is dynamic static build lib so big? : Sorry to bump. The result I got...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=8668&amp;title=why-is-dynamic-static-build-lib-so-big#8668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=797">jeffcmj</a><br /><strong>Subject:</strong> 2485<br /><strong>Posted:</strong> 17 September 2005 at 9:31pm<br /><br /><P>Sorry to bump.</P><P>The result I got with same application:</P><P>1. Compile with shared MFC lib 1328KB<BR>2. Compile with static linked MFC lib 1300KB.</P><P>It's more strange that share MFC link even larger than static link.</P>]]>
   </description>
   <pubDate>Sat, 17 Sep 2005 21:31:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=8668&amp;title=why-is-dynamic-static-build-lib-so-big#8668</guid>
  </item> 
  <item>
   <title><![CDATA[Why is dynamic static build lib so big? : Hello, Compare result exectables....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=7471&amp;title=why-is-dynamic-static-build-lib-so-big#7471</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2485<br /><strong>Posted:</strong> 05 July 2005 at 6:17am<br /><br /><P>Hello,</P><P>Compare result exectables. Lib files contain a lot of internal links/symbols.</P>]]>
   </description>
   <pubDate>Tue, 05 Jul 2005 06:17:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=7471&amp;title=why-is-dynamic-static-build-lib-so-big#7471</guid>
  </item> 
  <item>
   <title><![CDATA[Why is dynamic static build lib so big? : no. I used the default deploy...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=7460&amp;title=why-is-dynamic-static-build-lib-so-big#7460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=797">jeffcmj</a><br /><strong>Subject:</strong> 2485<br /><strong>Posted:</strong> 04 July 2005 at 9:54pm<br /><br />no. I used the default deploy wizard to compile. Doesn't anyone notice this ?]]>
   </description>
   <pubDate>Mon, 04 Jul 2005 21:54:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=7460&amp;title=why-is-dynamic-static-build-lib-so-big#7460</guid>
  </item> 
  <item>
   <title><![CDATA[Why is dynamic static build lib so big? : Areyou using whole program optimization...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=7394&amp;title=why-is-dynamic-static-build-lib-so-big#7394</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=27">srana</a><br /><strong>Subject:</strong> 2485<br /><strong>Posted:</strong> 01 July 2005 at 7:07am<br /><br />Are&nbsp;you using whole program optimization ?]]>
   </description>
   <pubDate>Fri, 01 Jul 2005 07:07:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=7394&amp;title=why-is-dynamic-static-build-lib-so-big#7394</guid>
  </item> 
  <item>
   <title><![CDATA[Why is dynamic static build lib so big? : It&amp;#039;s over 22M while static...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=7390&amp;title=why-is-dynamic-static-build-lib-so-big#7390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=797">jeffcmj</a><br /><strong>Subject:</strong> 2485<br /><strong>Posted:</strong> 30 June 2005 at 11:20pm<br /><br /><P>It's over 22M while static build is just 9M. I though the dynStatic build come without MFC dll, which shall make it smaller. If it's even bigger than I static link with MFC dll, there is no reason to use it.</P><P>Did I build in a wrong way or there is something wrong with the toolkit?</P>]]>
   </description>
   <pubDate>Thu, 30 Jun 2005 23:20:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2485&amp;PID=7390&amp;title=why-is-dynamic-static-build-lib-so-big#7390</guid>
  </item> 
 </channel>
</rss>