<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS</title>
	<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 21:36:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: schniefus</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-1219</link>
		<dc:creator>schniefus</dc:creator>
		<pubDate>Fri, 31 Oct 2008 10:51:23 +0000</pubDate>
		<guid>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-1219</guid>
		<description>thanx for this tutorial! Great work. Just one remark. Executing wx-config I got pathnames without /c/. So I have just to prepend the wxWidgets installation path before copying the path into the netbeans configuration.</description>
		<content:encoded><![CDATA[<p>thanx for this tutorial! Great work. Just one remark. Executing wx-config I got pathnames without /c/. So I have just to prepend the wxWidgets installation path before copying the path into the netbeans configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalton Filho</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-284</link>
		<dc:creator>Dalton Filho</dc:creator>
		<pubDate>Sun, 17 Aug 2008 02:21:51 +0000</pubDate>
		<guid>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-284</guid>
		<description>Natty,

This is usually a lib configuration problem. Try removing all the lib configuration and compile it again. If you get the same error, the libraries weren't configured correctly.</description>
		<content:encoded><![CDATA[<p>Natty,</p>
<p>This is usually a lib configuration problem. Try removing all the lib configuration and compile it again. If you get the same error, the libraries weren&#8217;t configured correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natty</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-254</link>
		<dc:creator>natty</dc:creator>
		<pubDate>Sat, 09 Aug 2008 00:35:19 +0000</pubDate>
		<guid>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-254</guid>
		<description>I did everything exactly as explained, but I keep getting undefined references ... and then the build is failed.

any idea?</description>
		<content:encoded><![CDATA[<p>I did everything exactly as explained, but I keep getting undefined references &#8230; and then the build is failed.</p>
<p>any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalton Filho</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-84</link>
		<dc:creator>Dalton Filho</dc:creator>
		<pubDate>Sun, 18 May 2008 15:41:28 +0000</pubDate>
		<guid>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-84</guid>
		<description>Note: this tutorial was updated as of May 18th on the 13th item of the second list. I realized that if you don't replace all occurrences of /c/ by C\:/ the include directories won't be considered.</description>
		<content:encoded><![CDATA[<p>Note: this tutorial was updated as of May 18th on the 13th item of the second list. I realized that if you don&#8217;t replace all occurrences of /c/ by C\:/ the include directories won&#8217;t be considered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web 2.0 Announcer</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-12</link>
		<dc:creator>Web 2.0 Announcer</dc:creator>
		<pubDate>Mon, 03 Mar 2008 16:25:59 +0000</pubDate>
		<guid>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-12</guid>
		<description>&lt;strong&gt;wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS...&lt;/strong&gt;

[...]This guide explains how to create a wxWidgets project using NetBeans on Windows (including Vista). It is divided in two parts: the first lists the steps necessary to compile wxWidgets on Windows (using MinGW + MSYS); the second part explains how t...</description>
		<content:encoded><![CDATA[<p><strong>wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS&#8230;</strong></p>
<p>[&#8230;]This guide explains how to create a wxWidgets project using NetBeans on Windows (including Vista). It is divided in two parts: the first lists the steps necessary to compile wxWidgets on Windows (using MinGW + MSYS); the second part explains how t&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalton Filho</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-11</link>
		<dc:creator>Dalton Filho</dc:creator>
		<pubDate>Sat, 01 Mar 2008 19:48:08 +0000</pubDate>
		<guid>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-11</guid>
		<description>Biffy,

Thank you very much for your input. That step was about adding a new option to your makefile to allow wxWidgets' linker options to be used at link time, but now I've found a better way that does not require you to modify any makefile, so the guide will be updated to reflect this new method.

EDIT: The guide was updated as of March 1st.</description>
		<content:encoded><![CDATA[<p>Biffy,</p>
<p>Thank you very much for your input. That step was about adding a new option to your makefile to allow wxWidgets&#8217; linker options to be used at link time, but now I&#8217;ve found a better way that does not require you to modify any makefile, so the guide will be updated to reflect this new method.</p>
<p>EDIT: The guide was updated as of March 1st.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Branam</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-10</link>
		<dc:creator>James Branam</dc:creator>
		<pubDate>Mon, 25 Feb 2008 19:52:11 +0000</pubDate>
		<guid>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-10</guid>
		<description>Hi,
My name is James Branam and I'm the NetBeans Community Docs Manager. Your blog entry would make a fantastic tutorial for our Community Docs wiki (http://wiki.netbeans.org/wiki/view/CommunityDocs).  Would you be willing to contribute it? If you need any help or have any questions, please contact me at james.branam@sun.com. I look forward to hearing from you.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
My name is James Branam and I&#8217;m the NetBeans Community Docs Manager. Your blog entry would make a fantastic tutorial for our Community Docs wiki (http://wiki.netbeans.org/wiki/view/CommunityDocs).  Would you be willing to contribute it? If you need any help or have any questions, please contact me at <a href="mailto:james.branam@sun.com.">james.branam@sun.com.</a> I look forward to hearing from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biffy</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-9</link>
		<dc:creator>Biffy</dc:creator>
		<pubDate>Mon, 25 Feb 2008 15:25:51 +0000</pubDate>
		<guid>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-9</guid>
		<description>I really want to start developing Windows Applications using C++, NetBeans and wxWidgets.  Having followed this guide I dont seem to be getting anywhere.

For a tutorial that started off being rather informative, I think you've got lazy at the end.  Step 13 especially makes no sense to me and I dont have a clue what to do there.  If you'd be able to clear up that step I could give you the error messages that I get.

I'm running Vista Ultimate, NetBeans 6, wxWidgets 2.8.7 which compiles fine using your steps

PS: I've overwritten the Vista GCCs as your guide says but that doesnt help</description>
		<content:encoded><![CDATA[<p>I really want to start developing Windows Applications using C++, NetBeans and wxWidgets.  Having followed this guide I dont seem to be getting anywhere.</p>
<p>For a tutorial that started off being rather informative, I think you&#8217;ve got lazy at the end.  Step 13 especially makes no sense to me and I dont have a clue what to do there.  If you&#8217;d be able to clear up that step I could give you the error messages that I get.</p>
<p>I&#8217;m running Vista Ultimate, NetBeans 6, wxWidgets 2.8.7 which compiles fine using your steps</p>
<p>PS: I&#8217;ve overwritten the Vista GCCs as your guide says but that doesnt help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
