<?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>SmallPearl &#187; GUI</title>
	<atom:link href="http://www.smallpearl.com/category/development/gui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smallpearl.com</link>
	<description>Random musings</description>
	<lastBuildDate>Tue, 29 Mar 2011 02:56:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cross-platform Development &#8211; Qt</title>
		<link>http://www.smallpearl.com/2010/03/20/cross-platform-development-qt/</link>
		<comments>http://www.smallpearl.com/2010/03/20/cross-platform-development-qt/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 06:11:47 +0000</pubDate>
		<dc:creator>hari</dc:creator>
				<category><![CDATA[GUI]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://www.smallpearl.com/?p=62</guid>
		<description><![CDATA[Cross platform development has been a goal that I have held very close to my heart for quite some time. The notion of having an application or even a simple utility that can work across Windows, Linux and Mac somehow presents a charm that I find very appealing and something, try as I may, that [...]]]></description>
		<wfw:commentRss>http://www.smallpearl.com/2010/03/20/cross-platform-development-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting a child window inside a simple window</title>
		<link>http://www.smallpearl.com/2008/09/30/putting-a-child-window-inside-a-simple-window/</link>
		<comments>http://www.smallpearl.com/2008/09/30/putting-a-child-window-inside-a-simple-window/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 02:09:11 +0000</pubDate>
		<dc:creator>hari</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[MFC]]></category>

		<guid isPermaLink="false">http://www.smallpearl.com/?p=138</guid>
		<description><![CDATA[This is a short write-up that I did quite a while ago to show to a newly joined colleague how MFC UI can be created from the program without requiring the definition of resources. This is really very simple MFC programming and I&#8217;m including it here as I&#8217;m going to shut down the other blog [...]]]></description>
		<wfw:commentRss>http://www.smallpearl.com/2008/09/30/putting-a-child-window-inside-a-simple-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple MFC Window &#8211; from commandline</title>
		<link>http://www.smallpearl.com/2008/09/25/simple-mfc-window-from-commandline/</link>
		<comments>http://www.smallpearl.com/2008/09/25/simple-mfc-window-from-commandline/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 10:50:27 +0000</pubDate>
		<dc:creator>hari</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[MFC]]></category>

		<guid isPermaLink="false">http://www.smallpearl.com/?p=90</guid>
		<description><![CDATA[This program does pretty much nothing other than create a window. The
objectives are:
Demonstrate how simple it is to create a window using MFC classes
without using the wizard Demonstrate that compiling and linking an MFC
program is as simple as a regular console program Outline basic MFC
concepts
#include &#60;afxwin.h&#62;
// declare a simple window
class MyWnd : public CWnd {
public:
MyWnd() [...]]]></description>
		<wfw:commentRss>http://www.smallpearl.com/2008/09/25/simple-mfc-window-from-commandline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

