<?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>loopmod &#187; Windows</title>
	<atom:link href="http://www.loopmod.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loopmod.com</link>
	<description>Digital Audio Development</description>
	<lastBuildDate>Thu, 23 Dec 2010 05:43:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>MySQL ODBC Connector / Driver Fix</title>
		<link>http://www.loopmod.com/2009/03/24/mysql-odbc-connector-driver-fix/</link>
		<comments>http://www.loopmod.com/2009/03/24/mysql-odbc-connector-driver-fix/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:56:35 +0000</pubDate>
		<dc:creator>escher</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[Registry]]></category>

		<guid isPermaLink="false">http://www.loopmod.com/?p=121</guid>
		<description><![CDATA[Apparently there is an issue with FileMaker installations.  Filemaker ends up borking the Windows Registry so that later installed ODBC Drivers don&#8217;t load.  This means when you install the MySQL ODBC Connector/Driver, it will not show up in the ODBC Driver list. &#160; The issue is caused by a misplaced (default) registry value.  The easiest [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently there is an issue with FileMaker installations.  Filemaker ends up borking the Windows Registry so that later installed ODBC Drivers don&#8217;t load.  This means when you install the MySQL ODBC Connector/Driver, it will not show up in the ODBC Driver list.<br />
&nbsp;<br />
The issue is caused by a misplaced (default) registry value.  The easiest way to fix it is to delete the default value, as it does not need to be set.  Other&#8217;s have suggested exporting the whole key, to a <code>.reg</code> then deleting the key, removing the @=&#8221;" from the backed up registry file, and then re-installing the key.<br />
&nbsp;<br />
or you can just run the following <code>.reg</code> file:<br />
&nbsp;</p>
<pre><code>Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
@=-
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.loopmod.com/2009/03/24/mysql-odbc-connector-driver-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Love SciTE</title>
		<link>http://www.loopmod.com/2009/03/04/i-love-scite/</link>
		<comments>http://www.loopmod.com/2009/03/04/i-love-scite/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 20:54:43 +0000</pubDate>
		<dc:creator>escher</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.loopmod.com/?p=102</guid>
		<description><![CDATA[Seriously&#8230; I&#8217;ve been using it for a few years now, and it has completely replaced TextPad as my editor of choice, which previously replaced the behemoth which is now UltraEdit. It does everything that i need, and a couple javascripts add any functionality i need that&#8217;s not already implemented. Most importantly it&#8217;s ultra light weight, [...]]]></description>
			<content:encoded><![CDATA[<p>Seriously&#8230; I&#8217;ve been using it for a few years now, and it has completely replaced TextPad as my editor of choice, which previously replaced the behemoth which is now UltraEdit.  It does everything that i need, and a couple javascripts add any functionality i need that&#8217;s not already implemented.  Most importantly it&#8217;s ultra light weight, and fast.  There are also other scintilla based text editors.  Other people recommend NotePad++ and Programmers Notepad 2, but i prefer the bare bones SciTE.<br />
&nbsp;<br />
behold!!!!<br />
<img class="size-full wp-image-117" title="scite" src="http://www.loopmod.com/wp-content/uploads/2009/03/scite.png" alt="scite session" width="776" height="546" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loopmod.com/2009/03/04/i-love-scite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeGuru &#8211; ATL/WTL Examples</title>
		<link>http://www.loopmod.com/2009/01/29/codeguru-atl-performance-timer/</link>
		<comments>http://www.loopmod.com/2009/01/29/codeguru-atl-performance-timer/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 18:41:22 +0000</pubDate>
		<dc:creator>escher</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ATL]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[MSVC]]></category>
		<category><![CDATA[multithreading]]></category>
		<category><![CDATA[Profiling]]></category>
		<category><![CDATA[Win32]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WTL]]></category>

		<guid isPermaLink="false">http://www.loopmod.com/?p=33</guid>
		<description><![CDATA[Love this site &#8211; Codeguru &#8211; it has a million Windows ATL/WTL Examples. Performance Timer (for code performance profiling) Sizing Framework ATL Multithreading ATL/WTL examples index]]></description>
			<content:encoded><![CDATA[<p>Love this site &#8211; <a title="Codeguru" href="http://www.codeguru.com/">Codeguru</a> &#8211; it has a million Windows ATL/WTL Examples.</p>
<ul>
<li><a title="Performance Timing Code" href="http://www.codeguru.com/cpp/com-tech/atl/performance/article.php/c10333/">Performance Timer (for code performance profiling)</a></li>
<li><a title="WTL Sizing Framework" href="http://www.codeguru.com/cpp/com-tech/atl/misc/article.php/c3563/">Sizing Framework</a></li>
<li><a title="ATL Multithreading" href="http://www.codeguru.com/cpp/com-tech/atl/misc/article.php/c12399/">ATL Multithreading </a></li>
<li><a title="ATL Examples" href="http://www.codeguru.com/cpp/com-tech/atl/">ATL/WTL examples index</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.loopmod.com/2009/01/29/codeguru-atl-performance-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Wallpapers</title>
		<link>http://www.loopmod.com/2009/01/29/vista-wallpapers/</link>
		<comments>http://www.loopmod.com/2009/01/29/vista-wallpapers/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 16:50:02 +0000</pubDate>
		<dc:creator>escher</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://www.loopmod.com/?p=22</guid>
		<description><![CDATA[Some sweet Windows 7 wallpapers posted on NeoSmart:  Wallpaper Gallery]]></description>
			<content:encoded><![CDATA[<p>Some sweet Windows 7 wallpapers posted on <a title="Neo Smart" href="http://neosmart.net/blog/2008/windows-7-wallpapers-download/">NeoSmart</a>:  <a title="Vista 7 Wallpapers" href="http://neosmart.net/gallery/v/wallpapers/Win7/Official/">Wallpaper Gallery</a></p>
<div class="wp-caption alignleft" style="width: 160px"><a href="http://neosmart.net/gallery/v/wallpapers/Win7/Official/Altai+Mountain.jpg.html"><img src="http://neosmart.net/gallery/d/7336-2/Altai+Mountain.jpg" alt="Vista Mountain Wallpaper" width="150" height="94" /></a><p class="wp-caption-text">Altai Mountain Wallpaper</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.loopmod.com/2009/01/29/vista-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

