<?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: How to Create Nice About Box in wxWidgets</title>
	<atom:link href="http://wxwidgets.info/how-to-create-nice-about-box-in-wxwidgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://wxwidgets.info/how-to-create-nice-about-box-in-wxwidgets/</link>
	<description>Just Make It Cross-Platform</description>
	<lastBuildDate>Sat, 08 May 2010 22:22:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: T-Rex</title>
		<link>http://wxwidgets.info/how-to-create-nice-about-box-in-wxwidgets/comment-page-1/#comment-169</link>
		<dc:creator>T-Rex</dc:creator>
		<pubDate>Fri, 19 Mar 2010 12:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://wxwidgets.info/?p=480#comment-169</guid>
		<description>Well, you have the complete source code. Just modify it for your needs and add as many features as you want. Source code is free for commercial and non-commercial use</description>
		<content:encoded><![CDATA[<p>Well, you have the complete source code. Just modify it for your needs and add as many features as you want. Source code is free for commercial and non-commercial use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oops!</title>
		<link>http://wxwidgets.info/how-to-create-nice-about-box-in-wxwidgets/comment-page-1/#comment-168</link>
		<dc:creator>Oops!</dc:creator>
		<pubDate>Wed, 17 Mar 2010 06:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://wxwidgets.info/?p=480#comment-168</guid>
		<description>Heh, it&#039;s funny that your example About box says to contact the application author for copyright questions, but doesn&#039;t include an example email address, website, or other contact method.

Maybe not such a good example of an about box after all? :)</description>
		<content:encoded><![CDATA[<p>Heh, it&#8217;s funny that your example About box says to contact the application author for copyright questions, but doesn&#8217;t include an example email address, website, or other contact method.</p>
<p>Maybe not such a good example of an about box after all? <img src='http://wxwidgets.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T-Rex</title>
		<link>http://wxwidgets.info/how-to-create-nice-about-box-in-wxwidgets/comment-page-1/#comment-21</link>
		<dc:creator>T-Rex</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://wxwidgets.info/?p=480#comment-21</guid>
		<description>C/C++ -&gt; Runtime Library property depends only on way how you compiled wxWidgets. I&#039;m using static build which uses CRT statically.
Anyway the simplest way is double check that your project settings correspond settings of wxWidgets projects</description>
		<content:encoded><![CDATA[<p>C/C++ -&gt; Runtime Library property depends only on way how you compiled wxWidgets. I&#8217;m using static build which uses CRT statically.<br />
Anyway the simplest way is double check that your project settings correspond settings of wxWidgets projects</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerich</title>
		<link>http://wxwidgets.info/how-to-create-nice-about-box-in-wxwidgets/comment-page-1/#comment-18</link>
		<dc:creator>Gerich</dc:creator>
		<pubDate>Sun, 22 Feb 2009 09:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://wxwidgets.info/?p=480#comment-18</guid>
		<description>If you get this link error 
 wxAboutBoxTestApp.obj : error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: void __thiscall wxStringData::Free(void)&quot; (__imp_?Free@wxStringData@@QAEXXZ)&quot;&quot;

just go to Project Setting\C++\Code Generation\ and change Runtime Library to Multi-threaded Debug DLL (/MDd)</description>
		<content:encoded><![CDATA[<p>If you get this link error<br />
 wxAboutBoxTestApp.obj : error LNK2001: unresolved external symbol &#8220;__declspec(dllimport) public: void __thiscall wxStringData::Free(void)&#8221; (__imp_?Free@wxStringData@@QAEXXZ)&#8221;"</p>
<p>just go to Project Setting\C++\Code Generation\ and change Runtime Library to Multi-threaded Debug DLL (/MDd)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
