<?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 for Dalton Filho</title>
	<atom:link href="http://www.daltonfilho.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daltonfilho.com</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>Comment on wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS 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>Comment on wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS 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>Comment on Javascript time validation explained by Chris Doan</title>
		<link>http://www.daltonfilho.com/2008/01/20/javascript-time-validation-explained/comment-page-1/#comment-1807</link>
		<dc:creator>Chris Doan</dc:creator>
		<pubDate>Mon, 14 Dec 2009 07:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/01/20/javascript-time-validation-explained/#comment-1807</guid>
		<description>I agree, many people, including myself would shy away with using regular expression for validation because the single statements look scary at first. But the author&#039;s explanation helps me to understand it so I&#039;ll use it in my web site since I like compact code.</description>
		<content:encoded><![CDATA[<p>I agree, many people, including myself would shy away with using regular expression for validation because the single statements look scary at first. But the author&#8217;s explanation helps me to understand it so I&#8217;ll use it in my web site since I like compact code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS 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>Comment on wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS 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>Comment on wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS 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>Comment on wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS 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>Comment on wxWidgets on Windows using NetBeans 6.0 with MinGW + MSYS 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>Comment on In praise of education by Nate</title>
		<link>http://www.daltonfilho.com/2008/02/10/in-praise-of-education/comment-page-1/#comment-121</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 26 Jun 2008 01:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/02/10/in-praise-of-education/#comment-121</guid>
		<description>Great post! It&#039;s really gotten me thinking about ways to implement your solution.  

One problem is that numerous programming language books *do* have example problems. Another is that if you did publish the example database, then invariably, their solutions would start appearing. 

My best idea so far is a heavily-moderated wiki, with no solutions allowed, or a proprietary database sold only to employers. If solutions appear online (or someone writes a book and starts selling it), then all testing happens in the interview (no take-homes). 

Now someone needs to register a domain, set up the wiki and categorizing/rating systems, and start transcribing problems from texts. Simple, right?</description>
		<content:encoded><![CDATA[<p>Great post! It&#8217;s really gotten me thinking about ways to implement your solution.  </p>
<p>One problem is that numerous programming language books *do* have example problems. Another is that if you did publish the example database, then invariably, their solutions would start appearing. </p>
<p>My best idea so far is a heavily-moderated wiki, with no solutions allowed, or a proprietary database sold only to employers. If solutions appear online (or someone writes a book and starts selling it), then all testing happens in the interview (no take-homes). </p>
<p>Now someone needs to register a domain, set up the wiki and categorizing/rating systems, and start transcribing problems from texts. Simple, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing wxMatisse by Swing links of the week: May 25, 2008</title>
		<link>http://www.daltonfilho.com/2008/05/25/introducing-wxmatisse/comment-page-1/#comment-88</link>
		<dc:creator>Swing links of the week: May 25, 2008</dc:creator>
		<pubDate>Mon, 26 May 2008 20:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.daltonfilho.com/2008/05/25/introducing-wxmatisse/#comment-88</guid>
		<description>[...] Dalton Filho has an interesting project that allows saving Swing windows created by Matisse (NetBeans UI designer) as equivalent wxWidgets [...]</description>
		<content:encoded><![CDATA[<p>[...] Dalton Filho has an interesting project that allows saving Swing windows created by Matisse (NetBeans UI designer) as equivalent wxWidgets [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
