<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NaRiver &#187; Windows</title>
	<atom:link href="http://nariver.com/archives/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://nariver.com</link>
	<description>漫无目的的流淌，也有歌唱，伴着忧伤</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:47:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>VS2008:error C2259 cannot instantiate abstract class</title>
		<link>http://nariver.com/archives/486</link>
		<comments>http://nariver.com/archives/486#comments</comments>
		<pubDate>Wed, 24 Feb 2010 01:51:49 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[VC++]]></category>
		<category><![CDATA[Visual studio]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=486</guid>
		<description><![CDATA[Visual Studio2008编译错误error C2259 cannot instantiate abstract class 经过检查，发现源代码中确实已经派生了虚函数，派生的虚函数源文件也正常编译。 最后在微软的官方网站上找到了答案（可能只是error C2259其中一种可能的原因，供参考）： This behavior is by design with VS 2005. The root cause is because wchar_t is a different type than unsigned short though in prior versions of Visual C++, the compiler considered them to be the same type. In this sample code, the type library uses [...]]]></description>
		<wfw:commentRss>http://nariver.com/archives/486/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio LNK2005 error</title>
		<link>http://nariver.com/archives/453</link>
		<comments>http://nariver.com/archives/453#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:02:29 +0000</pubDate>
		<dc:creator>NaRiver</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Visual studio]]></category>

		<guid isPermaLink="false">http://nariver.com/?p=453</guid>
		<description><![CDATA[环境：  Visual Studio 2008 C++ 编译错误： error LNK2005: _DllMain@12 already defined &#8230; The CRT libraries use weak external linkage for the new, delete, and DllMain functions. The MFC libraries also contain new, delete, and DllMain functions. These functions require the MFC libraries to be linked before the CRT library is linked. 微软的支持文档指出，MFC库的链接必须在CRT库之前，而解决方法有2种： 1. 强制连接器以正确的顺序链接，具体方法见下面的微软链接。 2. [...]]]></description>
		<wfw:commentRss>http://nariver.com/archives/453/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
