<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for MindTrace</title>
	<atom:link href="http://suryagaddipati.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://suryagaddipati.wordpress.com</link>
	<description>Passion Over Process ..Intensity Over Talent...</description>
	<lastBuildDate>Tue, 20 Oct 2009 14:23:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on jquery plugin to convert form input to a javascript object graph by free karaoke software</title>
		<link>http://suryagaddipati.wordpress.com/2008/10/29/jquery-plugin-to-convert-form-input-to-a-javascript-object-graph/#comment-34</link>
		<dc:creator>free karaoke software</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://suryagaddipati.wordpress.com/?p=44#comment-34</guid>
		<description>What tamplate do you use in your blog? Very interesting articles</description>
		<content:encoded><![CDATA[<p>What tamplate do you use in your blog? Very interesting articles</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Python extensions in C/C++ with SWIG on windows by mc wong</title>
		<link>http://suryagaddipati.wordpress.com/2008/03/12/creating-python-extensions-in-cc-with-swig-on-windows/#comment-33</link>
		<dc:creator>mc wong</dc:creator>
		<pubDate>Wed, 30 Sep 2009 06:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://suryagaddipati.wordpress.com/?p=17#comment-33</guid>
		<description>Here are the actual steps on WinXP SP2

pexports pythoncom25.dll &gt; python25.def

comments : PExports 0.43 Copyright 1998, Anders Norlander
Changed 1999, Paul Sokolovsky

dlltool -k --input-def python25.def --dllname pythoncom25.dll --output-lib libpython25.a

comments :  GNU dlltool (GNU Binutils) 2.19.1
this step differs from your given example (maybe different versions of dlltool?)

swig –python –c++ example.i 

g++ -c *.c	
comments : seems &quot;g++ -c *.c++&quot; will output errors as only .c generated or needs to be renamed. 
I&#039;m using g++ (GCC) 3.4.5 (mingw-vista special r3)

g++ -c example_wrap.cxx -Ic:\python25\include 
comments : i have python25 installed

g++ -shared *.o -o _example.pyd -Lc:\python25\libs -lpython25

g++ -c example_wrap.cxx -Ic:\python25\include

g++ -shared *.o -o _example.pyd -Lc:\python25\libs -lpython25

All objects created.
09/30/2009  10:41 AM               311 example.c
09/30/2009  10:42 AM               347 example.i
09/30/2009  02:09 PM               596 example.o
09/30/2009  02:08 PM             2,502 example.py
09/30/2009  02:08 PM           109,072 example_wrap.cxx
09/30/2009  02:11 PM            33,279 example_wrap.o
09/30/2009  02:06 PM           368,484 libpython25.a
09/30/2009  02:05 PM            20,188 python25.def
12/23/2008  03:10 PM           199,524 python25.lib
07/08/2009  11:50 PM           339,968 pythoncom25.dll
09/30/2009  02:13 PM            60,166 _example.pyd</description>
		<content:encoded><![CDATA[<p>Here are the actual steps on WinXP SP2</p>
<p>pexports pythoncom25.dll &gt; python25.def</p>
<p>comments : PExports 0.43 Copyright 1998, Anders Norlander<br />
Changed 1999, Paul Sokolovsky</p>
<p>dlltool -k &#8211;input-def python25.def &#8211;dllname pythoncom25.dll &#8211;output-lib libpython25.a</p>
<p>comments :  GNU dlltool (GNU Binutils) 2.19.1<br />
this step differs from your given example (maybe different versions of dlltool?)</p>
<p>swig –python –c++ example.i </p>
<p>g++ -c *.c<br />
comments : seems &#8220;g++ -c *.c++&#8221; will output errors as only .c generated or needs to be renamed.<br />
I&#8217;m using g++ (GCC) 3.4.5 (mingw-vista special r3)</p>
<p>g++ -c example_wrap.cxx -Ic:\python25\include<br />
comments : i have python25 installed</p>
<p>g++ -shared *.o -o _example.pyd -Lc:\python25\libs -lpython25</p>
<p>g++ -c example_wrap.cxx -Ic:\python25\include</p>
<p>g++ -shared *.o -o _example.pyd -Lc:\python25\libs -lpython25</p>
<p>All objects created.<br />
09/30/2009  10:41 AM               311 example.c<br />
09/30/2009  10:42 AM               347 example.i<br />
09/30/2009  02:09 PM               596 example.o<br />
09/30/2009  02:08 PM             2,502 example.py<br />
09/30/2009  02:08 PM           109,072 example_wrap.cxx<br />
09/30/2009  02:11 PM            33,279 example_wrap.o<br />
09/30/2009  02:06 PM           368,484 libpython25.a<br />
09/30/2009  02:05 PM            20,188 python25.def<br />
12/23/2008  03:10 PM           199,524 python25.lib<br />
07/08/2009  11:50 PM           339,968 pythoncom25.dll<br />
09/30/2009  02:13 PM            60,166 _example.pyd</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Mapping an Enum by akcoder</title>
		<link>http://suryagaddipati.wordpress.com/2008/04/18/nhibernate-mapping-an-enum/#comment-16</link>
		<dc:creator>akcoder</dc:creator>
		<pubDate>Mon, 26 May 2008 06:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://suryagaddipati.wordpress.com/?p=22#comment-16</guid>
		<description>Another option is to use this method my colleague figure out:
http://orand.blogspot.com/2006/12/generic-nhibernate-enum-string-mapping.html

Then your property in your hbm file is reduced to one line:
</description>
		<content:encoded><![CDATA[<p>Another option is to use this method my colleague figure out:<br />
<a href="http://orand.blogspot.com/2006/12/generic-nhibernate-enum-string-mapping.html" rel="nofollow">http://orand.blogspot.com/2006/12/generic-nhibernate-enum-string-mapping.html</a></p>
<p>Then your property in your hbm file is reduced to one line:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NHibernate Mapping an Enum by Julian Skagen</title>
		<link>http://suryagaddipati.wordpress.com/2008/04/18/nhibernate-mapping-an-enum/#comment-15</link>
		<dc:creator>Julian Skagen</dc:creator>
		<pubDate>Sat, 03 May 2008 07:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://suryagaddipati.wordpress.com/?p=22#comment-15</guid>
		<description>Nice, but I really miss the possibility to map enums to own tables (this is the way that the DBA wants it), and in addition there will be referential integrity and selecting all in a table based on an enum type will go much faster as the fk is automatically indexed.

Cheers Julian.</description>
		<content:encoded><![CDATA[<p>Nice, but I really miss the possibility to map enums to own tables (this is the way that the DBA wants it), and in addition there will be referential integrity and selecting all in a table based on an enum type will go much faster as the fk is automatically indexed.</p>
<p>Cheers Julian.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
