<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>ThisIsNotATest</title>
	<link>http://tom.paschenda.org/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 25 Jan 2012 20:58:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Set multiple startup projects in Visual Studio 2010 via macro</title>
		<link>http://tom.paschenda.org/blog/?p=44</link>
		<comments>http://tom.paschenda.org/blog/?p=44#comments</comments>
		<pubDate>Mon, 16 Jan 2012 21:40:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VBA]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=44</guid>
		<description><![CDATA[——RANT MODE: ON—–
In one C++ project I am currently working on (yes, C++ is not dead  , I frequently have to switch between different startup projects in Visual Studio. Also, I sometimes want to start several executables at once. For this, Visual Studio supports setting of multiple startup projects.
However, settings those by hand can [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=44</wfw:commentRss>
		</item>
		<item>
		<title>Getting Qt and Ruby (=QtRuby) running on Windows 7 (and Windows XP)</title>
		<link>http://tom.paschenda.org/blog/?p=43</link>
		<comments>http://tom.paschenda.org/blog/?p=43#comments</comments>
		<pubDate>Mon, 20 Jun 2011 20:54:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=43</guid>
		<description><![CDATA[Update 2011-10-16: 
Following a very-well written post on stackoverflow, getting QT and Ruby running on Windows 7 is quite easy nowadays.
Quote from http://stackoverflow.com/questions/7577248/how-can-i-get-qt4-running-with-ruby-1-9-2-on-windows-7:
 The following steps work on Windows 7:

Install Ruby 1.9.2 via the official download page.
In a Windows shell, run gem install qtbindings.

The trivial example (require 'rubygems'; require 'Qt') should now work.
Hence the tutorial [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=43</wfw:commentRss>
		</item>
		<item>
		<title>Splitting mp3-files using mp3splt and batch files</title>
		<link>http://tom.paschenda.org/blog/?p=42</link>
		<comments>http://tom.paschenda.org/blog/?p=42#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows Batch Programming]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=42</guid>
		<description><![CDATA[——RANT MODE: ON—–
Back in the good old times of audio tapes, the concept of a track was not built into the system. This had pros and cons: It was quite easy to fast-forward or rewind to a certain position in a song or radio play. However, you could not just skip a track or forward [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=42</wfw:commentRss>
		</item>
		<item>
		<title>Deploying Ruby (and QtRuby) Applications</title>
		<link>http://tom.paschenda.org/blog/?p=41</link>
		<comments>http://tom.paschenda.org/blog/?p=41#comments</comments>
		<pubDate>Sun, 15 Mar 2009 19:57:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=41</guid>
		<description><![CDATA[Important Note
This post is outdated and as David Mullet points out here, ocra is the recommended way for deploying Ruby applications on windows.
Disclaimer
This post is about deploying Ruby apps like in &#8220;plain-old-ruby-desktop-apps-where-no-rails-is-involved&#8221; and covers only MS Windows.
——RANT MODE: ON—–
OK, now you have spent the last few days hacking together your Qt-and-Ruby application. You want to [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=41</wfw:commentRss>
		</item>
		<item>
		<title>Getting Qt and Ruby (=QtRuby) running on Windows XP</title>
		<link>http://tom.paschenda.org/blog/?p=38</link>
		<comments>http://tom.paschenda.org/blog/?p=38#comments</comments>
		<pubDate>Wed, 15 Oct 2008 06:11:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=38</guid>
		<description><![CDATA[Important note
An update on this post is available here. The improvements are

only 6 steps instead of 10
QtRuby 2.1.0 instead of whatever old version is installed by the guide below
Qt 4.6.1 instead of Qt 4.3.4
Ruby 1.8.7 instead of Ruby 1.8.6

This is a tutorial about writing Ruby applications that use the Qt framework on Windows XP. For [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>Excel VBA Code Updater</title>
		<link>http://tom.paschenda.org/blog/?p=32</link>
		<comments>http://tom.paschenda.org/blog/?p=32#comments</comments>
		<pubDate>Sat, 17 May 2008 17:12:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=32</guid>
		<description><![CDATA[One problem when developing VBA applications is that bringing bugfixes and improvements to your users can be difficult since an Excel Workbook contains both, code and data. Certainly you cannot expect the typical MS Excel user to import .bas files or things like that.
To solve this problem, I wrote a small Excel tool called &#8216;VBA [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>Qt Open Source 4.3.4 and Visual Studio</title>
		<link>http://tom.paschenda.org/blog/?p=28</link>
		<comments>http://tom.paschenda.org/blog/?p=28#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:37:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=28</guid>
		<description><![CDATA[The commercial version of Qt has a very nice feature. Given a qmake project file, it is able to create a .vcproj file that can be opened with Visual Studio. If everything is setup correctly you can instantly compile your project using the Visual Studio C++ compiler. This way it is not much of a [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>Small Update of VBA Library</title>
		<link>http://tom.paschenda.org/blog/?p=27</link>
		<comments>http://tom.paschenda.org/blog/?p=27#comments</comments>
		<pubDate>Sun, 30 Dec 2007 18:06:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=27</guid>
		<description><![CDATA[As I am working on some small Excel Project, I have stuffed some new things in the VBA Library. There are new functions for talking to MS Word and MS Outlook and one function to compare arrays. Not very fancy, but I post it here anyway to make sure I don&#8217;t forget that they are [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>Classic for-loop in a windows batch file</title>
		<link>http://tom.paschenda.org/blog/?p=26</link>
		<comments>http://tom.paschenda.org/blog/?p=26#comments</comments>
		<pubDate>Mon, 17 Dec 2007 09:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows Batch Programming]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=26</guid>
		<description><![CDATA[Question: How can a classic for loop

for (int i=0;i&#60;10;++i) {
// do stuff
}

be realized in a windows batch file?
Answer:

echo off
SET /a i=0
:loop
IF %i%==10 GOTO END
echo This is iteration %i%.
SET /a i=%i%+1
GOTO LOOP
:end
echo That&#8217;s it!
The answer uses goto and the /A option of the set command.  Without that option, SET interprets the right side of the [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>First version of VBA library released</title>
		<link>http://tom.paschenda.org/blog/?p=25</link>
		<comments>http://tom.paschenda.org/blog/?p=25#comments</comments>
		<pubDate>Sat, 10 Nov 2007 12:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=25</guid>
		<description><![CDATA[I just put up a first little version of a VBA library, which is a collection of function for doing stuff in Excel VBA. There are a few functions for ranges, strings and VBA modules. Currently (2007-12) I am not doing any larger VBA project.  Once I work on something that has more than [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
	</channel>
</rss>

