<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rachel's Blog &#187; wxWidgets</title>
	<atom:link href="http://www.willmer.com/kb/tag/wxwidgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willmer.com/kb</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 14:27:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>resizing a grid after change</title>
		<link>http://www.willmer.com/kb/2007/07/resizing-a-grid-after-change/</link>
		<comments>http://www.willmer.com/kb/2007/07/resizing-a-grid-after-change/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 15:49:52 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[wxWidgets]]></category>

		<guid isPermaLink="false">http://www.willmer.com/kb/2007/07/resizing-a-grid-after-change/</guid>
		<description><![CDATA[you&#8217;ve got to resize the parent e.g. grid->GetParent()->Layout(); and then to be sure, run Layout on the top window]]></description>
			<content:encoded><![CDATA[<p>you&#8217;ve got to resize the parent e.g.</p>
<p>grid->GetParent()->Layout();<br />
and then to be sure, run Layout on the top window</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willmer.com/kb/2007/07/resizing-a-grid-after-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling wxWidgets sample apps with Visual C++ 2005 Express</title>
		<link>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/</link>
		<comments>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/#comments</comments>
		<pubDate>Sun, 27 Nov 2005 11:51:50 +0000</pubDate>
		<dc:creator>Rachel</dc:creator>
				<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[Visual C++]]></category>

		<guid isPermaLink="false">http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/</guid>
		<description><![CDATA[To get wxWidgets to install with Visual C++ 2005 Express, I needed to change the linker options to set Incremental=No. Otherwise, I was getting this Linker Error CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409 LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt]]></description>
			<content:encoded><![CDATA[<p>To get wxWidgets to install with Visual C++ 2005 Express, I needed to change the linker options to set Incremental=No.</p>
<p>Otherwise, I was getting this Linker Error<br />
<code>CVTRES : fatal error CVT1100: duplicate resource.  type:MANIFEST, name:1, language:0x0409<br />
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.willmer.com/kb/2005/11/compiling-wxwidgets-sample-apps-with-visual-c-2005-express/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

