<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Supported runtime OS for VC2010</title>
	<link>http://blog.kalmbach-software.de/2010/04/22/supported-runtime-os-for-vc2010/</link>
	<description>Infos about Windows development and dotNET Framework</description>
	<pubDate>Sun, 05 Feb 2012 11:00:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Gideon7</title>
		<link>http://blog.kalmbach-software.de/2010/04/22/supported-runtime-os-for-vc2010/#comment-1113</link>
		<dc:creator>Gideon7</dc:creator>
		<pubDate>Thu, 29 Apr 2010 00:28:15 +0000</pubDate>
		<guid>http://blog.kalmbach-software.de/2010/04/22/supported-runtime-os-for-vc2010/#comment-1113</guid>
		<description>The fix for Windows 2000 is pretty simple.  Create a .LIB that implements the missing functionality and link it ahead of KERNEL32.LIB. 

You will need to use the linker option /NODEFAULTLIB:kernel32.lib so that you can put your w2kcompat.lib ahead of kernel32.lib.</description>
		<content:encoded><![CDATA[<p>The fix for Windows 2000 is pretty simple.  Create a .LIB that implements the missing functionality and link it ahead of KERNEL32.LIB. </p>
<p>You will need to use the linker option /NODEFAULTLIB:kernel32.lib so that you can put your w2kcompat.lib ahead of kernel32.lib.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

