<?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: Porting code to Windows</title>
	<atom:link href="http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/</link>
	<description>Matt Browns thoughts on Life, Linux and lots of other things...</description>
	<lastBuildDate>Sun, 28 Jun 2009 01:18:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Snark</title>
		<link>http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/comment-page-1/#comment-932</link>
		<dc:creator>Snark</dc:creator>
		<pubDate>Sat, 08 Apr 2006 12:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/#comment-932</guid>
		<description>I ported gnomemeeting/ekiga on win32, using mingw on win32, then improving to be able to cross-compile from GNU/Linux for win32, again using mingw.

Use mingw.
Use autotools.
Use libtool.
Use pkg-config.

Choose your tools wisely :-)</description>
		<content:encoded><![CDATA[<p>I ported gnomemeeting/ekiga on win32, using mingw on win32, then improving to be able to cross-compile from GNU/Linux for win32, again using mingw.</p>
<p>Use mingw.<br />
Use autotools.<br />
Use libtool.<br />
Use pkg-config.</p>
<p>Choose your tools wisely <img src='http://www.mattb.net.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Brown</title>
		<link>http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/comment-page-1/#comment-930</link>
		<dc:creator>Mark Brown</dc:creator>
		<pubDate>Sat, 08 Apr 2006 09:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/#comment-930</guid>
		<description>Defining WIN32_LEAN_AND_MEAN on the command line avoids a lot of hassle with incompatibilities between header versions.</description>
		<content:encoded><![CDATA[<p>Defining WIN32_LEAN_AND_MEAN on the command line avoids a lot of hassle with incompatibilities between header versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/comment-page-1/#comment-928</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 07 Apr 2006 22:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/#comment-928</guid>
		<description>The final application that we&#039;re heading towards is intended to sit as a Windows taskbar applet. 

The advice that I had received was that it would make our task much easier if we have everything in Visual Studio.</description>
		<content:encoded><![CDATA[<p>The final application that we&#8217;re heading towards is intended to sit as a Windows taskbar applet. </p>
<p>The advice that I had received was that it would make our task much easier if we have everything in Visual Studio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/comment-page-1/#comment-927</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 07 Apr 2006 17:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattb.net.nz/blog/2006/04/08/porting-a-code-to-windows/#comment-927</guid>
		<description>Just out of curiosity, why would MinGW not work here?  Note that nowadays, you can build a library with MinGW and use it with MSVC or vice versa, so even if the project you want libtrace for requires MSVC, you could still use MinGW for libtrace itself.  For example, libSDL builds for Windows come from a MinGW cross-compile, even though MSVC users make use of them.</description>
		<content:encoded><![CDATA[<p>Just out of curiosity, why would MinGW not work here?  Note that nowadays, you can build a library with MinGW and use it with MSVC or vice versa, so even if the project you want libtrace for requires MSVC, you could still use MinGW for libtrace itself.  For example, libSDL builds for Windows come from a MinGW cross-compile, even though MSVC users make use of them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
