<?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>சுதர்சன் சாந்தியப்பன் &#187; visual studio</title>
	<atom:link href="http://sudarsun.in/blog/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://sudarsun.in/blog</link>
	<description>Dream of the Impossible™</description>
	<lastBuildDate>Sun, 20 May 2012 17:23:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Developing GUI Applications in C++ with wxWidgets</title>
		<link>http://sudarsun.in/blog/2008/07/developing-gui-applications-in-c-with-wxwidgets/</link>
		<comments>http://sudarsun.in/blog/2008/07/developing-gui-applications-in-c-with-wxwidgets/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:27:22 +0000</pubDate>
		<dc:creator>sudarsun</dc:creator>
				<category><![CDATA[KnowHow]]></category>
		<category><![CDATA[KnowWhat]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[kdevelop]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[stlport]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[vs6]]></category>
		<category><![CDATA[wx-devcpp]]></category>
		<category><![CDATA[wxwidgets]]></category>

		<guid isPermaLink="false">http://sudarsun.in/blog/?p=16</guid>
		<description><![CDATA[Who said C++ cannot be used for Rapid Application Development (RAD) ? There are many GUI frameworks for C++, which are even portable across Unix, Windows and others. One such framework is wxWidgets. wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase. It can be [...]]]></description>
			<content:encoded><![CDATA[<div class="content-wrapper">
<p>Who said C++ cannot be used for Rapid<br />
Application Development (RAD) ? There are many GUI frameworks for C++,<br />
which are even portable across Unix, Windows and others. One such<br />
framework is <a href="http://www.wxwidgets.org/">wxWidgets</a>. </p>
<p>wxWidgets lets developers create applications for <strong>Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more </strong>using one codebase. It can be used from languages such as <strong>C++, Python, Perl, and C#/.NET</strong>. Unlike other cross-platform toolkits, wxWidgets applications <strong><em>look and feel native</em></strong>. This is because wxWidgets uses the platform&#8217;s own native controls rather than emulating them. It&#8217;s also<strong> <em>extensive, free, open-source, and mature</em></strong><em>.</em> </p>
<p>wxWidgets<br />
is not just a GUI framework. It provides native support for threads,<br />
sockets, database connectivity, synchronization and what else. Qt also<br />
provides such support, but I like wxWidgets for its simplicity is<br />
programming use.</p>
<p>There is a RAD development tool called <a href="http://wxdsgn.sourceforge.net/">wx-devcpp</a><br />
hosted at sourceforge, which helps faster creation of Frames, Controls,<br />
Dialogs and more. wx-devcpp has support for Visual Studio 2005<br />
compilation as well along with MinGW compilation in Windows. I use<br />
wx-devcpp for forms creations and import the generated source to VS6.0<br />
in Windows and KDevelop in my Fedora 7. The surprise is, the code<br />
compiles with very minimal changes from VS6.0 to KDevelop environment.<br />
I have used wxWidgets with STLport 5.1 for my development purposes.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://sudarsun.in/blog/2008/07/developing-gui-applications-in-c-with-wxwidgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  sudarsun.in/blog/tag/visual-studio/feed/ ) in 0.30447 seconds, on May 22nd, 2012 at 9:59 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 10:59 pm UTC -->
