<?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/"
		>
<channel>
	<title>“程序的野望”的评论</title>
	<atom:link href="http://www.missdeer.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.missdeer.com</link>
	<description>哪怕出没于深沉的夜里，也要在自己的黑眸上映上无数朵美丽的桃花，如此方能不自伤，不自悲……</description>
	<lastBuildDate>Wed, 22 Feb 2012 17:05:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>sali98 对《嵌入的CLR引用销毁的C++对象的问题》的评论</title>
		<link>http://www.missdeer.com/articles/1560/comment-page-1#comment-3790</link>
		<dc:creator>sali98</dc:creator>
		<pubDate>Wed, 22 Feb 2012 17:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?p=1560#comment-3790</guid>
		<description>Oh, could you please me send me a simple code which can reproduce the problem? Just curious, if the dtor is not called, how could you judge that the static object has been destroyed?

Btw, I am not &quot;Lao Wai&quot;, I am a native Chinese Speaker and talk in a broken english:) All my posts are written in English just due to inconvenient chinese input.</description>
		<content:encoded><![CDATA[<p>Oh, could you please me send me a simple code which can reproduce the problem? Just curious, if the dtor is not called, how could you judge that the static object has been destroyed?</p>
<p>Btw, I am not “Lao Wai”, I am a native Chinese Speaker and talk in a broken english:) All my posts are written in English just due to inconvenient chinese input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>missdeer 对《嵌入的CLR引用销毁的C++对象的问题》的评论</title>
		<link>http://www.missdeer.com/articles/1560/comment-page-1#comment-3789</link>
		<dc:creator>missdeer</dc:creator>
		<pubDate>Wed, 22 Feb 2012 12:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?p=1560#comment-3789</guid>
		<description>@sali98
Thanks, I have tried your suggestion. The message loop still continues running after exit() being called that destroys the static global objects. So this solution cannot work for me.</description>
		<content:encoded><![CDATA[<p>@sali98<br />
Thanks, I have tried your suggestion. The message loop still continues running after exit() being called that destroys the static global objects. So this solution cannot work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>gxkimster 对《嵌入的CLR引用销毁的C++对象的问题》的评论</title>
		<link>http://www.missdeer.com/articles/1560/comment-page-1#comment-3788</link>
		<dc:creator>gxkimster</dc:creator>
		<pubDate>Wed, 22 Feb 2012 03:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?p=1560#comment-3788</guid>
		<description>就是这个老外么- -</description>
		<content:encoded><![CDATA[<p>就是这个老外么- -</p>
]]></content:encoded>
	</item>
	<item>
		<title>sali98 对《嵌入的CLR引用销毁的C++对象的问题》的评论</title>
		<link>http://www.missdeer.com/articles/1560/comment-page-1#comment-3787</link>
		<dc:creator>sali98</dc:creator>
		<pubDate>Wed, 22 Feb 2012 01:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?p=1560#comment-3787</guid>
		<description>Just post a new article about my comment.

http://sali98.blogspot.com/2012/02/one-possible-solution-about-c-static.html</description>
		<content:encoded><![CDATA[<p>Just post a new article about my comment.</p>
<p><a href="http://sali98.blogspot.com/2012/02/one-possible-solution-about-c-static.html" rel="nofollow">http://sali98.blogspot.com/2012/02/one-possible-solution-about-c-static.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>sali98 对《嵌入的CLR引用销毁的C++对象的问题》的评论</title>
		<link>http://www.missdeer.com/articles/1560/comment-page-1#comment-3786</link>
		<dc:creator>sali98</dc:creator>
		<pubDate>Wed, 22 Feb 2012 01:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?p=1560#comment-3786</guid>
		<description>&quot;#pragma init_seg(compiler)&quot; may be helpful for your case.
The objects grouped by the above option will be constructed before all other objects and destroyed after all others in the application. Generally, it would be used in the run-time library. For instance, cin and cout.

Or other options:
#pragma init_seg(lib)
#pragma init_seg(user)
#pragma init_seg(&quot;my.segment&quot;)

the construction order follows the above sequence.</description>
		<content:encoded><![CDATA[<p>“#pragma init_seg(compiler)” may be helpful for your case.<br />
The objects grouped by the above option will be constructed before all other objects and destroyed after all others in the application. Generally, it would be used in the run-time library. For instance, cin and cout.</p>
<p>Or other options:<br />
#pragma init_seg(lib)<br />
#pragma init_seg(user)<br />
#pragma init_seg(“my.segment”)</p>
<p>the construction order follows the above sequence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>类库 对《春节过完啦》的评论</title>
		<link>http://www.missdeer.com/articles/1563/comment-page-1#comment-3728</link>
		<dc:creator>类库</dc:creator>
		<pubDate>Sun, 29 Jan 2012 02:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?p=1563#comment-3728</guid>
		<description>@可可
笨蛋，你不认识的</description>
		<content:encoded><![CDATA[<p>@可可<br />
笨蛋，你不认识的</p>
]]></content:encoded>
	</item>
	<item>
		<title>可可 对《春节过完啦》的评论</title>
		<link>http://www.missdeer.com/articles/1563/comment-page-1#comment-3727</link>
		<dc:creator>可可</dc:creator>
		<pubDate>Sat, 28 Jan 2012 12:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?p=1563#comment-3727</guid>
		<description>好奇那个小姑娘的名字 ¬_¬</description>
		<content:encoded><![CDATA[<p>好奇那个小姑娘的名字 ¬_¬</p>
]]></content:encoded>
	</item>
	<item>
		<title>missdeer 对《bug fixing, team building》的评论</title>
		<link>http://www.missdeer.com/articles/1550/comment-page-1#comment-3687</link>
		<dc:creator>missdeer</dc:creator>
		<pubDate>Fri, 13 Jan 2012 14:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?p=1550#comment-3687</guid>
		<description>头像照，太小了看不清</description>
		<content:encoded><![CDATA[<p>头像照，太小了看不清</p>
]]></content:encoded>
	</item>
	<item>
		<title>GoogolMo 对《bug fixing, team building》的评论</title>
		<link>http://www.missdeer.com/articles/1550/comment-page-1#comment-3685</link>
		<dc:creator>GoogolMo</dc:creator>
		<pubDate>Fri, 13 Jan 2012 07:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?p=1550#comment-3685</guid>
		<description>多瘦?有照片吗???</description>
		<content:encoded><![CDATA[<p>多瘦?有照片吗???</p>
]]></content:encoded>
	</item>
	<item>
		<title>翻墙出来看看 对《我使用的免费软件集合》的评论</title>
		<link>http://www.missdeer.com/free-software-collection/comment-page-1#comment-3531</link>
		<dc:creator>翻墙出来看看</dc:creator>
		<pubDate>Sun, 04 Dec 2011 07:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.missdeer.com/?page_id=880#comment-3531</guid>
		<description>我是中国人啊！那是哪里的国旗？</description>
		<content:encoded><![CDATA[<p>我是中国人啊！那是哪里的国旗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

