<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: VC++ 9.0, msvcrt.dll, Windows 95</title>
	<atom:link href="http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/feed/" rel="self" type="application/rss+xml" />
	<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 12 Sep 2009 17:51:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: NN</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-80</link>
		<dc:creator>NN</dc:creator>
		<pubDate>Sat, 14 Mar 2009 19:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-80</guid>
		<description>Very interesting what you are saying.
Can you tell what exactly doesn&#039;t work ?

I have Windows x64 but no time now to check it.</description>
		<content:encoded><![CDATA[<p>Very interesting what you are saying.<br />
Can you tell what exactly doesn&#8217;t work ?</p>
<p>I have Windows x64 but no time now to check it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitchi</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-79</link>
		<dc:creator>mitchi</dc:creator>
		<pubDate>Sat, 14 Mar 2009 19:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-79</guid>
		<description>It doesn&#039;t work on Visual 2008 and Vista64.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work on Visual 2008 and Vista64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NN</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-60</link>
		<dc:creator>NN</dc:creator>
		<pubDate>Sat, 20 Sep 2008 06:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-60</guid>
		<description>What do you mean code ?
There is no code at all you have to write for the release version.</description>
		<content:encoded><![CDATA[<p>What do you mean code ?<br />
There is no code at all you have to write for the release version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Lawblaw</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-59</link>
		<dc:creator>Bob Lawblaw</dc:creator>
		<pubDate>Fri, 19 Sep 2008 20:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-59</guid>
		<description>NN could I get the code for that? I&#039;ve been waiting for someone to do this for a while. Otherwise I will have to pay an &lt;a href=&quot;http://www.emanio.com/&quot; rel=&quot;nofollow&quot;&gt;edi&lt;/a&gt; expert or a programmer. And I  would rather not reach that deep into my pockets.</description>
		<content:encoded><![CDATA[<p>NN could I get the code for that? I&#8217;ve been waiting for someone to do this for a while. Otherwise I will have to pay an <a href="http://www.emanio.com/" rel="nofollow">edi</a> expert or a programmer. And I  would rather not reach that deep into my pockets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-57</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 25 Aug 2008 18:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-57</guid>
		<description>Have you seen Legacy Extender for Visual Studio: http://www.legacyextender.com, it has a library with the missing functions, so it is compatible with optimization too, and it also reimplements some Unicode functions which are present but non-working in Windows 95.</description>
		<content:encoded><![CDATA[<p>Have you seen Legacy Extender for Visual Studio: <a href="http://www.legacyextender.com" rel="nofollow">http://www.legacyextender.com</a>, it has a library with the missing functions, so it is compatible with optimization too, and it also reimplements some Unicode functions which are present but non-working in Windows 95.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NN</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-56</link>
		<dc:creator>NN</dc:creator>
		<pubDate>Sat, 23 Aug 2008 14:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-56</guid>
		<description>Static link does not solve problem for using same heap between dll and exe.
Using dynamic linking you get much smaller executable than using static.</description>
		<content:encoded><![CDATA[<p>Static link does not solve problem for using same heap between dll and exe.<br />
Using dynamic linking you get much smaller executable than using static.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vorenus</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-55</link>
		<dc:creator>Vorenus</dc:creator>
		<pubDate>Sat, 16 Aug 2008 16:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-55</guid>
		<description>Isn&#039;t this overkill? What are you saving overall, about 20 kB ? Why not just statically link all your dlls/exes and then use an installer that uses LZMA compression.

It was an interesting post even despite the impracticality of using this in production.</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this overkill? What are you saving overall, about 20 kB ? Why not just statically link all your dlls/exes and then use an installer that uses LZMA compression.</p>
<p>It was an interesting post even despite the impracticality of using this in production.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NN</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-42</link>
		<dc:creator>NN</dc:creator>
		<pubDate>Thu, 08 May 2008 16:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-42</guid>
		<description>No, I didn&#039;t.
It was just a prove of concept to make this work.
You are welcome to write some script to do this.
It will be nice to publish it too :)</description>
		<content:encoded><![CDATA[<p>No, I didn&#8217;t.<br />
It was just a prove of concept to make this work.<br />
You are welcome to write some script to do this.<br />
It will be nice to publish it too <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-41</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Thu, 08 May 2008 16:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-41</guid>
		<description>I assume you created a little app that does this for you as a post-build step?</description>
		<content:encoded><![CDATA[<p>I assume you created a little app that does this for you as a post-build step?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NN</title>
		<link>http://nn1234.wordpress.com/2008/04/11/vc-90-msvcrtdll-windows-95/#comment-40</link>
		<dc:creator>NN</dc:creator>
		<pubDate>Wed, 07 May 2008 14:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://nn1234.wordpress.com/?p=18#comment-40</guid>
		<description>[Edited]
Moved to the post.</description>
		<content:encoded><![CDATA[<p>[Edited]<br />
Moved to the post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
