<?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>The Tardis Technologies Blog</title>
	<atom:link href="http://www.tardistech.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.tardistech.com</link>
	<description>Technical Solutions to Difficult Problems</description>
	<lastBuildDate>Mon, 24 Dec 2012 20:39:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>The site is back online</title>
		<link>http://www.tardistech.com/?p=17</link>
		<comments>http://www.tardistech.com/?p=17#comments</comments>
		<pubDate>Mon, 24 Dec 2012 20:39:40 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/?p=17</guid>
		<description><![CDATA[After a problem with the web site about six months ago, I have recreated the Tardis Technologies blog.  Unfortunately, the WordPress database format changed a little bit, so I need to do some work to get it back in a format for posting.  The first post is back online.  I hope to get the rest [...]]]></description>
				<content:encoded><![CDATA[<p>After a problem with the web site about six months ago, I have recreated the Tardis Technologies blog.  Unfortunately, the WordPress database format changed a little bit, so I need to do some work to get it back in a format for posting.  The first post is back online.  I hope to get the rest of the old content online soon.</p>
<p>Rob</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/?feed=rss2&#038;p=17</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Re)installing the iTunes COM API in Windows</title>
		<link>http://www.tardistech.com/?p=13</link>
		<comments>http://www.tardistech.com/?p=13#comments</comments>
		<pubDate>Mon, 10 Apr 2006 19:07:20 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.tardistech.com/?p=13</guid>
		<description><![CDATA[I ran into a problem recently where a third-party application could not launch iTunes and the Apple iTunes COM SDK also could not launch iTunes.  I have the 64-bit version of Windows XP Professional (x64 Edition) installed on my Athlon 64 computer and initially thought that perhaps MarkAble (an excellent tool for converting audio files into iTunes/iPod Audiobooks) [...]]]></description>
				<content:encoded><![CDATA[<p>I ran into a problem recently where a <a href="http://www.ipodsoft.com/index.php?/software/markable" target="_blank">third-party application</a> could not launch iTunes and the <a href="http://developer.apple.com/sdk/itunescomsdk.html" target="_blank">Apple iTunes COM SDK</a> also could not launch iTunes.  I have the 64-bit version of Windows XP Professional (x64 Edition) installed on my Athlon 64 computer and initially thought that perhaps <a href="http://www.ipodsoft.com/index.php?/software/markable" target="_blank">MarkAble</a> (an excellent tool for converting audio files into iTunes/iPod Audiobooks) was not working correctly on my 64-bit OS.  However, its problem was with launching iTunes, not calling any of iTunes&#8221; functionality.</p>
<p><strong>Technical Explanation</strong></p>
<p>It was not a 64-bit issue at all.  For some reason, my iTunes COM type library (TLB) was never registered on the system.  So, values  like &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\iTunes.Application&#8221; and  &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Classes\iTunes.Application.1&#8243; were not registered on my system.  Neither the ITunes.Application GUID (DC0C2640-1415-4644-875C-6F4D769839BA) nor the iTunes TypeLib for all of the COM interfaces (9E93C96F-CF0D-43f6-8BA8-B807A3370712) showed up anywhere in my registry.</p>
<p><strong>Possible Explanations</strong></p>
<p>What caused this?  This may happen when iTunes does not complete its installation process or when the type libraries do not get registered  correctly.  Either situation could occur on a 32-bit or a 64-bit version  of Windows.</p>
<p><strong>Solution</strong></p>
<p>How did I fix it?  I just dropped to a command-prompt, changed to the  &#8220;C:\Program Files (x86)\iTunes&#8221; directory, and issued the following command:</p>
<blockquote><p>itunes /regserver</p></blockquote>
<p>That did the trick!  Now MarkAble works like a charm.  The iTunes COM SDK should also work fine now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tardistech.com/?feed=rss2&#038;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
