<?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: ctypes tricks</title>
	<atom:link href="http://wwwx.cs.unc.edu/~gb/wp/blog/2007/02/11/ctypes-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/02/11/ctypes-tricks/</link>
	<description>Geeks making the world a bit better</description>
	<lastBuildDate>Mon, 09 Nov 2009 16:06:53 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: In Traction &#187; Blog Archive &#187; Fun with Python, OpenCV and face detection</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/02/11/ctypes-tricks/comment-page-1/#comment-34569</link>
		<dc:creator>In Traction &#187; Blog Archive &#187; Fun with Python, OpenCV and face detection</dc:creator>
		<pubDate>Fri, 27 Jun 2008 13:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/02/11/ctypes-tricks/#comment-34569</guid>
		<description>[...] that you would like to use, give ctypes a try. Gary Bishop wrote about a couple of interesting ctypes tricks to make the process [...]</description>
		<content:encoded><![CDATA[<p>[...] that you would like to use, give ctypes a try. Gary Bishop wrote about a couple of interesting ctypes tricks to make the process [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gb</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/02/11/ctypes-tricks/comment-page-1/#comment-613</link>
		<dc:creator>gb</dc:creator>
		<pubDate>Tue, 06 Mar 2007 00:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/02/11/ctypes-tricks/#comment-613</guid>
		<description>My example above is like that, except mine has multiple outputs followed by an optional input. I don&#039;t recall if I&#039;ve called it with the optional input but I think it works. Email me a snippet of code and maybe I can spot something.</description>
		<content:encoded><![CDATA[<p>My example above is like that, except mine has multiple outputs followed by an optional input. I don&#8217;t recall if I&#8217;ve called it with the optional input but I think it works. Email me a snippet of code and maybe I can spot something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RW</title>
		<link>http://wwwx.cs.unc.edu/~gb/wp/blog/2007/02/11/ctypes-tricks/comment-page-1/#comment-612</link>
		<dc:creator>RW</dc:creator>
		<pubDate>Mon, 05 Mar 2007 23:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://wwwx.cs.unc.edu/~gb/wp/blog/2007/02/11/ctypes-tricks/#comment-612</guid>
		<description>Like your ctype tricks.  Been trying out the function prototype trick.

My particular function call as a (input, output, input) argument list.  When i pass the 2 for the output type I get a TypeError: c_wchar_p &#039;out&#039; parameter must be passed as default value.

I cannot find any reference as to what that means.  Curious if you have ran into this?

Thanks

rw</description>
		<content:encoded><![CDATA[<p>Like your ctype tricks.  Been trying out the function prototype trick.</p>
<p>My particular function call as a (input, output, input) argument list.  When i pass the 2 for the output type I get a TypeError: c_wchar_p &#8216;out&#8217; parameter must be passed as default value.</p>
<p>I cannot find any reference as to what that means.  Curious if you have ran into this?</p>
<p>Thanks</p>
<p>rw</p>
]]></content:encoded>
	</item>
</channel>
</rss>
