<?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: wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS</title>
	<atom:link href="http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/</link>
	<description></description>
	<lastBuildDate>Fri, 18 Jun 2010 15:38:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben Jenkins</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/comment-page-1/#comment-2545</link>
		<dc:creator>Ben Jenkins</dc:creator>
		<pubDate>Fri, 18 Jun 2010 15:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-2545</guid>
		<description>A few updates to the last comment:

- I redid the &quot;configure&quot; and enabled many more options.  I also tried many more --host choices and settled on i686-mingw32

- In NetBeans, the `wx-config --libs` can only go into one place:

In Project, choose properties.  Then, go to the linker section.  Find the &quot;Libraries&quot; line and expand the &quot;...&quot; button.  Click &quot;Add Option&quot; then choose the &quot;Other Option&quot; button.  Enter `wx-config --libs` here.

After several days, &#039;hello world&#039; compiles and links.  These are all good systems but there so many options and platforms, that a detailed description needs to be written for each different setup.  The general purpose setups suffer because of the lack of documentation.  I thank you again for this best tutorial and am happy to contribute my own writing if wanted.</description>
		<content:encoded><![CDATA[<p>A few updates to the last comment:</p>
<p>- I redid the &#8220;configure&#8221; and enabled many more options.  I also tried many more &#8211;host choices and settled on i686-mingw32</p>
<p>- In NetBeans, the `wx-config &#8211;libs` can only go into one place:</p>
<p>In Project, choose properties.  Then, go to the linker section.  Find the &#8220;Libraries&#8221; line and expand the &#8220;&#8230;&#8221; button.  Click &#8220;Add Option&#8221; then choose the &#8220;Other Option&#8221; button.  Enter `wx-config &#8211;libs` here.</p>
<p>After several days, &#8216;hello world&#8217; compiles and links.  These are all good systems but there so many options and platforms, that a detailed description needs to be written for each different setup.  The general purpose setups suffer because of the lack of documentation.  I thank you again for this best tutorial and am happy to contribute my own writing if wanted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Jenkins</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/comment-page-1/#comment-2544</link>
		<dc:creator>Ben Jenkins</dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-2544</guid>
		<description>Thank you for writing this out!  This is the only description I could find anywhere that actually showed how to set up wxWidgets *after* doing the installation.

Comments:

First, I am building the Hello World example, nothing custom or special.

- &quot;configure&quot; fails unless I set --host i386-mingw (miracle I figured this out -- this option I could not find documented anywhere, even in &#039;configure --help&#039;).

- Easier than typing the wx-configure line, I added this to the compiler options:  

`{full-path}/wx-config --cxxflags`

Note that these are backticks and NOT single quotes.  This executes the command on the fly and is less error prone I feel.  Similar option for linker is possible.

- step 13 is the breaking point.  I did everything you said in every possible combination but I still get the ugly linker errors.  I must need different options during configure, but what?  Too many choices.

My setup:  Windows 7 on intel i3, NetBeans 6.9, wxWidgets 2.8.11, MinGW 5.1.6, MSys 1.0.11 (I don&#039;t think this is the latest version, but the newer versions don&#039;t seem to include &#039;make&#039; and NetBeans won&#039;t work with MinGW&#039;s make).</description>
		<content:encoded><![CDATA[<p>Thank you for writing this out!  This is the only description I could find anywhere that actually showed how to set up wxWidgets *after* doing the installation.</p>
<p>Comments:</p>
<p>First, I am building the Hello World example, nothing custom or special.</p>
<p>- &#8220;configure&#8221; fails unless I set &#8211;host i386-mingw (miracle I figured this out &#8212; this option I could not find documented anywhere, even in &#8216;configure &#8211;help&#8217;).</p>
<p>- Easier than typing the wx-configure line, I added this to the compiler options:  </p>
<p>`{full-path}/wx-config &#8211;cxxflags`</p>
<p>Note that these are backticks and NOT single quotes.  This executes the command on the fly and is less error prone I feel.  Similar option for linker is possible.</p>
<p>- step 13 is the breaking point.  I did everything you said in every possible combination but I still get the ugly linker errors.  I must need different options during configure, but what?  Too many choices.</p>
<p>My setup:  Windows 7 on intel i3, NetBeans 6.9, wxWidgets 2.8.11, MinGW 5.1.6, MSys 1.0.11 (I don&#8217;t think this is the latest version, but the newer versions don&#8217;t seem to include &#8216;make&#8217; and NetBeans won&#8217;t work with MinGW&#8217;s make).</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-page-1/#comment-1323</link>
		<dc:creator>Dalton Filho</dc:creator>
		<pubDate>Sat, 06 Dec 2008 17:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-1323</guid>
		<description>Maiko,

To use accents directly in your code you have to make sure that:

&lt;ol&gt;
&lt;li&gt;Your wxWidgets build supports unicode. Check the 5th step of the first part of the tutorial for more info;
&lt;li&gt;You are using the &lt;code&gt;&lt;a href=&quot;http://docs.wxwidgets.org/2.6/wx_stringfunctions.html#underscoret&quot; rel=&quot;nofollow&quot;&gt;_T&lt;/a&gt;&lt;/code&gt; or &lt;code&gt;&lt;a href=&quot;http://docs.wxwidgets.org/2.6/wx_stringfunctions.html#wxt&quot; rel=&quot;nofollow&quot;&gt;wxT&lt;/a&gt;&lt;/code&gt; macros. It is a good practice to always use one of these macros whenever you use literal strings because even if you use an ASCII only build, these macros will simply return the value you&#039;ve passed;
&lt;li&gt;You are using &lt;a href=&quot;http://unicode.org/charts/PDF/U0080.pdf&quot; rel=&quot;nofollow&quot;&gt;unicode codes&lt;/code&gt;&lt;/a&gt; for every non ASCII character. For example: instead of using &lt;code&gt;&quot;A&#231;&#227;o&quot;&lt;/code&gt;, you must use &lt;code&gt;_T(&quot;A\u00E7\u00E3o&quot;)&lt;/code&gt;.
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>Maiko,</p>
<p>To use accents directly in your code you have to make sure that:</p>
<ol>
<li>Your wxWidgets build supports unicode. Check the 5th step of the first part of the tutorial for more info;
</li>
<li>You are using the <code><a href="http://docs.wxwidgets.org/2.6/wx_stringfunctions.html#underscoret" rel="nofollow">_T</a></code> or <code><a href="http://docs.wxwidgets.org/2.6/wx_stringfunctions.html#wxt" rel="nofollow">wxT</a></code> macros. It is a good practice to always use one of these macros whenever you use literal strings because even if you use an ASCII only build, these macros will simply return the value you&#8217;ve passed;
</li>
<li>You are using <a href="http://unicode.org/charts/PDF/U0080.pdf" rel="nofollow">unicode codes</a> for every non ASCII character. For example: instead of using <code>"A&ccedil;&atilde;o"</code>, you must use <code>_T(&quot;A\u00E7\u00E3o&quot;)</code>.
</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maiko</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/comment-page-1/#comment-1320</link>
		<dc:creator>Maiko</dc:creator>
		<pubDate>Sat, 06 Dec 2008 00:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-1320</guid>
		<description>Oi achei o linker, atende pelo nome e vinculador. Essas versoes traduziadas de IDE é um horror, como voce ainda nao autorizou o post anterior, pode excluir.

So uma pergunta como habilitou o wxWidgets para mostrar acentos?</description>
		<content:encoded><![CDATA[<p>Oi achei o linker, atende pelo nome e vinculador. Essas versoes traduziadas de IDE é um horror, como voce ainda nao autorizou o post anterior, pode excluir.</p>
<p>So uma pergunta como habilitou o wxWidgets para mostrar acentos?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schniefus</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/comment-page-1/#comment-1219</link>
		<dc:creator>schniefus</dc:creator>
		<pubDate>Fri, 31 Oct 2008 10:51:23 +0000</pubDate>
		<guid isPermaLink="false">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-page-1/#comment-284</link>
		<dc:creator>Dalton Filho</dc:creator>
		<pubDate>Sun, 17 Aug 2008 02:21:51 +0000</pubDate>
		<guid isPermaLink="false">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&#039;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-page-1/#comment-254</link>
		<dc:creator>natty</dc:creator>
		<pubDate>Sat, 09 Aug 2008 00:35:19 +0000</pubDate>
		<guid isPermaLink="false">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-page-1/#comment-84</link>
		<dc:creator>Dalton Filho</dc:creator>
		<pubDate>Sun, 18 May 2008 15:41:28 +0000</pubDate>
		<guid isPermaLink="false">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&#039;t replace all occurrences of /c/ by C\:/ the include directories won&#039;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-page-1/#comment-12</link>
		<dc:creator>Web 2.0 Announcer</dc:creator>
		<pubDate>Mon, 03 Mar 2008 16:25:59 +0000</pubDate>
		<guid isPermaLink="false">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>[...]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-page-1/#comment-11</link>
		<dc:creator>Dalton Filho</dc:creator>
		<pubDate>Sat, 01 Mar 2008 19:48:08 +0000</pubDate>
		<guid isPermaLink="false">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&#039; linker options to be used at link time, but now I&#039;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>
</channel>
</rss>
