<?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>Wed, 05 Oct 2011 13:43:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Paolo</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/comment-page-1/#comment-2841</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Wed, 05 Oct 2011 13:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-2841</guid>
		<description>Thanks very much Dalton for this very very useful tutorial. 
One million thanks to Ben Jenkins for the right placement of &#039;wx-config --libs&quot; 

Paolo</description>
		<content:encoded><![CDATA[<p>Thanks very much Dalton for this very very useful tutorial.<br />
One million thanks to Ben Jenkins for the right placement of &#8216;wx-config &#8211;libs&#8221; </p>
<p>Paolo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoru</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/comment-page-1/#comment-2619</link>
		<dc:creator>Yoru</dc:creator>
		<pubDate>Sat, 19 Mar 2011 18:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-2619</guid>
		<description>Hey there =)
I&#039;m following this tutorial, but i can&#039;t get past this line &quot;/configure --enable-debug --disable-shared --enable-unicode&quot;
i read the comments on this, and i set the host as Ben said, but still, i get the configure command not found...any ideas? u.u
i&#039;ve tried ruunning wxwidgets on java, but no luck so far, so i&#039;m trying c++....i really need to work this out, i&#039;d really thank you if you could help me! ; ;</description>
		<content:encoded><![CDATA[<p>Hey there =)<br />
I&#8217;m following this tutorial, but i can&#8217;t get past this line &#8220;/configure &#8211;enable-debug &#8211;disable-shared &#8211;enable-unicode&#8221;<br />
i read the comments on this, and i set the host as Ben said, but still, i get the configure command not found&#8230;any ideas? u.u<br />
i&#8217;ve tried ruunning wxwidgets on java, but no luck so far, so i&#8217;m trying c++&#8230;.i really need to work this out, i&#8217;d really thank you if you could help me! ; ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zitroneneis</title>
		<link>http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/comment-page-1/#comment-2549</link>
		<dc:creator>zitroneneis</dc:creator>
		<pubDate>Tue, 05 Oct 2010 14:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/02/23/wxwidgets-on-windows-using-netbeans-60-with-mingw-msys/#comment-2549</guid>
		<description>@ Ben Jenkins
Thank you very much for your last comment, I was stuck for an hour trying to figure out, why my netbeans configuration wouldn&#039;t work.

@ Dalton
A big thank you goes out to you too, for writing this tutorial in the first place!</description>
		<content:encoded><![CDATA[<p>@ Ben Jenkins<br />
Thank you very much for your last comment, I was stuck for an hour trying to figure out, why my netbeans configuration wouldn&#8217;t work.</p>
<p>@ Dalton<br />
A big thank you goes out to you too, for writing this tutorial in the first place!</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-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>
</channel>
</rss>

