<?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: PInvoke ( How to Call C from C# )</title>
	<atom:link href="http://www.moythreads.com/wordpress/2008/02/04/pinvoke-how-to-call-c-from-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moythreads.com/wordpress/2008/02/04/pinvoke-how-to-call-c-from-c/</link>
	<description>Abandon All Hope, Ye Who Read This Blog</description>
	<lastBuildDate>Mon, 09 Jan 2012 17:59:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: moy</title>
		<link>http://www.moythreads.com/wordpress/2008/02/04/pinvoke-how-to-call-c-from-c/comment-page-1/#comment-440</link>
		<dc:creator>moy</dc:creator>
		<pubDate>Fri, 24 Sep 2010 21:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.moythreads.com/wordpress/2008/02/04/pinvoke-how-to-call-c-from-c/#comment-440</guid>
		<description>Just add more DllImpor lines with the C# prototype.</description>
		<content:encoded><![CDATA[<p>Just add more DllImpor lines with the C# prototype.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.moythreads.com/wordpress/2008/02/04/pinvoke-how-to-call-c-from-c/comment-page-1/#comment-439</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 24 Sep 2010 19:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.moythreads.com/wordpress/2008/02/04/pinvoke-how-to-call-c-from-c/#comment-439</guid>
		<description>Hi,

how to call more than one function, such as:
[DllImport(&quot;libtest.so&quot;, EntryPoint=&quot;print&quot;)]
[DllImport(&quot;libtest.so&quot;, EntryPoint=&quot;println&quot;)]
....</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how to call more than one function, such as:<br />
[DllImport("libtest.so", EntryPoint="print")]<br />
[DllImport("libtest.so", EntryPoint="println")]<br />
&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

