<?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>Cross-Platform Programming with wxWidgets &#187; Video</title>
	<atom:link href="http://wxwidgets.info/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://wxwidgets.info</link>
	<description>Just Make It Cross-Platform</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:50:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using wxFlatNotebook in Code::Blocks Project</title>
		<link>http://wxwidgets.info/using-wxflatnotebook-in-codeblocks-project/</link>
		<comments>http://wxwidgets.info/using-wxflatnotebook-in-codeblocks-project/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 21:25:13 +0000</pubDate>
		<dc:creator>T-Rex</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[wxWidgets]]></category>

		<guid isPermaLink="false">http://wxwidgets.info/?p=521</guid>
		<description><![CDATA[This tutorial shows how to: Create wxFlatNotebook static library in Code::Blocks. Configure and compile wxFlatNotebook library. Create small wxWidgets project which uses wxFlatNotebook. Configure project and add support of 3rd-party library. Download video: &#8220;Using wxFlatNotebook in Code::Blocks Project&#8221;.]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to:</p>
<ul>
<li>Create wxFlatNotebook static library in Code::Blocks.</li>
<li>Configure and compile wxFlatNotebook library.</li>
<li>Create small wxWidgets project which uses wxFlatNotebook.</li>
<li>Configure project and add support of 3rd-party library.</li>
</ul>
<p><a title="Download video: Using wxFlatNotebook in Code::Blocks Project" href="http://depositfiles.com/files/y933gi746" target="_blank">Download video: &#8220;Using wxFlatNotebook in Code::Blocks Project&#8221;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wxwidgets.info/using-wxflatnotebook-in-codeblocks-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using wxSQLite3 for Creating Mobile Software</title>
		<link>http://wxwidgets.info/using-wxsqlite3-for-creating-mobile-software/</link>
		<comments>http://wxwidgets.info/using-wxsqlite3-for-creating-mobile-software/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 13:28:05 +0000</pubDate>
		<dc:creator>T-Rex</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[wxSQLite3]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[wxWinCE]]></category>

		<guid isPermaLink="false">http://wxwidgets.info/?p=497</guid>
		<description><![CDATA[New video which shows ho to: Create minimal wxWidgets application for Windows Mobile Compile SQLite for Windows Mobile 5 Compile wxSQLite3 for Windows Mobile 5 Setup wxWidgets application to use wxSQLite Create SQLite database programmatically Create tables in database programmatically Fill tables with data Retrieve data Handle exceptions Download video &#8220;Using wxSQLite3 for Creating Mobile [...]]]></description>
			<content:encoded><![CDATA[<p>New video which shows ho to:</p>
<ul>
<li> Create minimal wxWidgets application for <strong>Windows Mobile</strong></li>
<li> Compile <strong>SQLite </strong>for Windows Mobile 5</li>
<li> Compile <strong>wxSQLite3 </strong>for Windows Mobile 5</li>
<li> Setup wxWidgets application to use <strong>wxSQLite</strong></li>
<li> Create <strong>SQLite </strong>database programmatically</li>
<li> Create tables in database programmatically</li>
<li> Fill tables with data</li>
<li> Retrieve data</li>
<li> Handle exceptions</li>
</ul>
<p><a title="Download video: Using wxSQLite3 for Creating Mobile Software" href="http://uploadbox.com/files/97c0cad581" target="_blank">Download video &#8220;Using wxSQLite3 for Creating Mobile Software&#8221;</a></p>
<p><a title="Download source code: Using wxSQLite3 for Creating Mobile Software" href="http://wxwidgets.info//wp-content/uploads/2009/02/mobilesqlitesample.7z" target="_blank">Download sample &#8220;Using wxSQLite3 for Creating Mobile Software&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wxwidgets.info/using-wxsqlite3-for-creating-mobile-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localization of wxWidgets Application with poEdit</title>
		<link>http://wxwidgets.info/localization_video/</link>
		<comments>http://wxwidgets.info/localization_video/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 18:44:03 +0000</pubDate>
		<dc:creator>T-Rex</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[wxLocale]]></category>

		<guid isPermaLink="false">http://wxwidgets.info//?p=23</guid>
		<description><![CDATA[This tutorial shows how to: Create simple wxWidgets application Extract string constants from source code with poEdit and create .PO file Translate string constants with poEdit Create message catalog (.MO file) with poEdit Apply translation with wxLocale class You can download this video here.]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to:</p>
<ul>
<li>Create simple wxWidgets application</li>
<li>Extract string constants from source code with <strong>poEdit</strong> and create .PO file</li>
<li>Translate string constants with <strong>poEdit</strong></li>
<li>Create message catalog (.MO file) with <strong>poEdit</strong></li>
<li>Apply translation with <strong>wxLocale</strong> class</li>
</ul>
<p>You can download this video <a title="Download video: Localization of wxWidgets Applications with poEdit" href="http://wxwidgets.info//wp-content/uploads/2009/01/wxwidgets-internat-video.7z" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wxwidgets.info/localization_video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wxWidgets and Visual Studio 2005 (Windows)</title>
		<link>http://wxwidgets.info/wxwidgets_and_vc2005_video/</link>
		<comments>http://wxwidgets.info/wxwidgets_and_vc2005_video/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 19:13:54 +0000</pubDate>
		<dc:creator>T-Rex</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://wxwidgets.info//?p=42</guid>
		<description><![CDATA[This tutorial shows how to: Build wxWidgets with Visual Studio 2005 Configure the IDE Create, configure and build small wxWidgets project You can download this video here (1.77 MB).]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to:</p>
<ul>
<li>Build <strong>wxWidgets </strong>with <strong>Visual Studio 2005</strong></li>
<li>Configure the IDE</li>
<li>Create, configure and build small <strong>wxWidgets</strong> project</li>
</ul>
<p>You can download this video <a title="Download video: wxWidgets and Visual Studio 2005" href="http://wxwidgets.info//wp-content/uploads/2009/01/wxvc2005_video.7z" target="_blank">here</a> (1.77 MB).</p>
]]></content:encoded>
			<wfw:commentRss>http://wxwidgets.info/wxwidgets_and_vc2005_video/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>wxWidgets and Eclipse (installation+configuration under Windows)</title>
		<link>http://wxwidgets.info/wxwidgets_and_eclipse_video/</link>
		<comments>http://wxwidgets.info/wxwidgets_and_eclipse_video/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 19:09:04 +0000</pubDate>
		<dc:creator>T-Rex</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://wxwidgets.info//?p=38</guid>
		<description><![CDATA[Tutorial shows how to: Install Eclipse (with dependencies) Install Eclipse CDT Install MinGW Install wxWidgets (2.7.0) Build wxWidgets with MinGW Create small C++ project with Eclipse Perform project configuration to make it work with wxWidgets You can download this video here (2 MB).]]></description>
			<content:encoded><![CDATA[<p>Tutorial shows how to:</p>
<ul>
<li> Install <strong>Eclipse </strong>(with dependencies)</li>
<li> Install <strong>Eclipse CDT</strong></li>
<li>Install <strong>MinGW</strong></li>
<li> Install <strong>wxWidgets</strong> (2.7.0)</li>
<li> Build <strong>wxWidgets</strong> with <strong>MinGW</strong></li>
<li> Create small C++ project with <strong>Eclipse</strong></li>
<li> Perform project configuration to make it work with <strong>wxWidgets</strong></li>
</ul>
<p>You can download this video <a title="Download video: wxWidgets and Eclipse under Windows" href="http://wxwidgets.info//wp-content/uploads/2009/01/wxeclipse_video.7z" target="_blank">here</a> (2 MB).</p>
]]></content:encoded>
			<wfw:commentRss>http://wxwidgets.info/wxwidgets_and_eclipse_video/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>wxWidgets-2.8 and Code::Blocks (Windows)</title>
		<link>http://wxwidgets.info/wxwidgets28_and_codeblocks_video_win/</link>
		<comments>http://wxwidgets.info/wxwidgets28_and_codeblocks_video_win/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 19:04:58 +0000</pubDate>
		<dc:creator>T-Rex</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[Code::Blocks]]></category>

		<guid isPermaLink="false">http://wxwidgets.info//?p=35</guid>
		<description><![CDATA[This tutorial shows how to: Install MinGW Build wxWidgets-2.8 with MinGW Install Code::Blocks IDE (which has nice new wizard for wxWidgets projects from now) Create, configure and build small wxWidgets project You can download this video here (1.47 MB).]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to:</p>
<ul>
<li>Install <strong>MinGW</strong></li>
<li>Build <strong>wxWidgets-2.8</strong> with <strong>MinGW</strong></li>
<li>Install <strong>Code::Blocks</strong> IDE (which has nice new wizard for <strong>wxWidgets</strong> projects from now)</li>
<li>Create, configure and build small <strong>wxWidgets</strong> project</li>
</ul>
<p>You can download this video <a title="Download video: wxWidgets 2.8 and Code::Blocks (Windows)" href="http://wxwidgets.info//wp-content/uploads/2009/01/wxcodeblocks_28.7z" target="_blank">here</a> (1.47 MB).</p>
]]></content:encoded>
			<wfw:commentRss>http://wxwidgets.info/wxwidgets28_and_codeblocks_video_win/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>wxWidgets and Code::Blocks (Windows)</title>
		<link>http://wxwidgets.info/wxwidgets28_and_codeblocks_video_win-2/</link>
		<comments>http://wxwidgets.info/wxwidgets28_and_codeblocks_video_win-2/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 19:01:37 +0000</pubDate>
		<dc:creator>T-Rex</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[Code::Blocks]]></category>

		<guid isPermaLink="false">http://wxwidgets.info//?p=32</guid>
		<description><![CDATA[This tutorial shows how to: Install MinGW Build wxWidgets with MinGW Install Code::Blocks IDE Create, configure and build small wxWidgets project You can download this video here (1.74 MB).]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to:</p>
<ul>
<li>Install <strong>MinGW</strong></li>
<li> Build <strong>wxWidgets </strong>with <strong>MinGW</strong></li>
<li> Install <strong>Code::Blocks</strong> IDE</li>
<li>Create, configure and build small <strong>wxWidgets</strong> project</li>
</ul>
<p>You can download this video <a title="Download video: wxWidgets and Code::Blocks (Windows)" href="http://wxwidgets.info//wp-content/uploads/2009/01/wxcodeblocks_video.7z" target="_blank">here</a> (1.74 MB).</p>
]]></content:encoded>
			<wfw:commentRss>http://wxwidgets.info/wxwidgets28_and_codeblocks_video_win-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wxWidgets and NetBeans (installation+configuration)</title>
		<link>http://wxwidgets.info/wxwidgets_and_codeblocks_video_win-2/</link>
		<comments>http://wxwidgets.info/wxwidgets_and_codeblocks_video_win-2/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 18:57:19 +0000</pubDate>
		<dc:creator>T-Rex</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://wxwidgets.info//?p=30</guid>
		<description><![CDATA[This tutorial shows how to: Install MinGW Install and build wxWidgets with MinGW Install NetBeans Create, configure and build small wxWidgets project You can download this viedo here (2.51 MB).]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to:</p>
<ul>
<li>Install <strong>MinGW</strong></li>
<li> Install and build <strong>wxWidgets </strong>with <strong>MinGW</strong></li>
<li> Install <strong>NetBeans</strong></li>
<li> Create, configure and build small <strong>wxWidgets </strong>project</li>
</ul>
<p>You can download this viedo <a title="Download video: wxWidgets and NetBeans (installation+configuration)" href="http://wxwidgets.info//wp-content/uploads/2009/01/wxnetbeans_video.7z" target="_blank">here</a> (2.51 MB).</p>
]]></content:encoded>
			<wfw:commentRss>http://wxwidgets.info/wxwidgets_and_codeblocks_video_win-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wxWinCE and Visual Studio 2005 (Windows)</title>
		<link>http://wxwidgets.info/wxwince_and_vc2005_video/</link>
		<comments>http://wxwidgets.info/wxwince_and_vc2005_video/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 18:52:52 +0000</pubDate>
		<dc:creator>T-Rex</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[wxWinCE]]></category>

		<guid isPermaLink="false">http://wxwidgets.info//?p=27</guid>
		<description><![CDATA[This tutorial shows how to: Install Microsoft SmartPhone 2003 SDK Build wxWinCE Build Minimal wxWidgets sample for smartphone You can download this video here (1.57 MB).]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to:</p>
<ul>
<li>Install Microsoft SmartPhone 2003 SDK</li>
<li> Build <strong>wxWinCE</strong></li>
<li><strong> </strong>Build Minimal <strong>wxWidgets sample for smartphone</strong></li>
</ul>
<p>You can download this video <a title="Download video: wxWinCE and Visual Studio 2005 (Windows)" href="http://wxwidgets.info//wp-content/uploads/2009/01/wxwince_vc2005_video.7z" target="_blank">here</a> (1.57 MB).</p>
]]></content:encoded>
			<wfw:commentRss>http://wxwidgets.info/wxwince_and_vc2005_video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
