<?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>Phanix's Blog &#187; VC++</title>
	<atom:link href="http://blog.phanix.idv.tw/archives/tag/vc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phanix.idv.tw</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 01:03:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Calling Managed .NET C# COM Objects from Unmanaged C++</title>
		<link>http://blog.phanix.idv.tw/archives/2010/02/08/754/</link>
		<comments>http://blog.phanix.idv.tw/archives/2010/02/08/754/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:47:44 +0000</pubDate>
		<dc:creator>Phanix</dc:creator>
				<category><![CDATA[學習工作]]></category>
		<category><![CDATA[工作]]></category>
		<category><![CDATA[程式]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[VC++]]></category>

		<guid isPermaLink="false">http://blog.phanix.idv.tw/archives/2010/02/08/754/</guid>
		<description><![CDATA[從 VC++ 中呼叫 C# 所寫的 COM 物件，主要的可以分成三項需要注意的事情。 1. 怎麼讓 C# class library 在編譯出 DLL 的同時同時產生 COM 物件 2. 怎麼讓系統認得這個這個 COM 物件 3. 怎麼在 VC++ 中用這個 COM 物件 在這個網頁裡頭寫得非常清楚，同時還有範例下載。]]></description>
			<content:encoded><![CDATA[<p>從 VC++ 中呼叫 C# 所寫的 COM 物件，主要的可以分成三項需要注意的事情。</p>
<p>1. 怎麼讓 C# class library 在編譯出 DLL 的同時同時產生 COM 物件<br />
2. 怎麼讓系統認得這個這個 COM 物件<br />
3. 怎麼在 VC++ 中用這個 COM 物件</p>
<p>在<a href="http://netcode.ru/dotnet/?lang=&#038;katID=30&#038;skatID=248&#038;artID=6511" target="_blank">這個網頁</a>裡頭寫得非常清楚，同時還有範例下載。</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7434619175264093";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p> ]]></content:encoded>
			<wfw:commentRss>http://blog.phanix.idv.tw/archives/2010/02/08/754/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

