<?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>Comments on: Useless Error Messages</title>
	<atom:link href="http://docwhat.org/2009/05/useless-error-messages/feed/" rel="self" type="application/rss+xml" />
	<link>http://docwhat.org/2009/05/useless-error-messages/</link>
	<description>Some men are discovered; others are found out</description>
	<lastBuildDate>Fri, 13 Aug 2010 15:37:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Nick</title>
		<link>http://docwhat.org/2009/05/useless-error-messages/comment-page-1/#comment-6244</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 31 May 2009 14:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://docwhat.gerf.org/?p=367#comment-6244</guid>
		<description>Your best bet when working with foreign DLLs in .NET is to create a COM interop wrapper assembly in C#.  Basically you build a C# class that wraps the functionality you need from your COM DLLs, which is sometimes easiest as a static class.

You may want to refer to this article: http://www.codeproject.com/KB/COM/ComHard.aspx

However, there are also plenty of examples of open source code that do COM interop.

Nick</description>
		<content:encoded><![CDATA[<p>Your best bet when working with foreign DLLs in .NET is to create a COM interop wrapper assembly in C#.  Basically you build a C# class that wraps the functionality you need from your COM DLLs, which is sometimes easiest as a static class.</p>
<p>You may want to refer to this article: <a href="http://www.codeproject.com/KB/COM/ComHard.aspx"  class="extlink">http://www.codeproject.com/KB/COM/ComHard.aspx</a></p>
<p>However, there are also plenty of examples of open source code that do COM interop.</p>
<p>Nick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
