<?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; Development</title>
	<atom:link href="http://www.loopmod.com/category/development/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>Free C++ Books</title>
		<link>http://www.loopmod.com/2009/01/29/free-c-books/</link>
		<comments>http://www.loopmod.com/2009/01/29/free-c-books/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 16:37:15 +0000</pubDate>
		<dc:creator>escher</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[eBook]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://www.loopmod.com/?p=16</guid>
		<description><![CDATA[I really needed some decent C++ References, and found this site. It links to a bunch of Free C++ Books. Jackpot! &#8211; http://www.freeprogrammingresources.com/cppbooks.html This is exactly what i was looking for: Bruce Eckel &#8211; Thinking in C++ 2nd Edition]]></description>
			<content:encoded><![CDATA[<p>I really needed some decent C++ References, and found this site. It links to a bunch of Free C++ Books.<br />
Jackpot! &#8211; <a title="Free Programming Resources" href="http://www.freeprogrammingresources.com/cppbooks.html">http://www.freeprogrammingresources.com/cppbooks.html</a></p>
<p>This is exactly what i was looking for: <a title="Thinking in C++" href="http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html">Bruce Eckel &#8211; Thinking in C++ 2nd Edition</a></p>
<div id="attachment_30" class="wp-caption alignnone" style="width: 160px"><a title="Thinking in C++ Cover" href="http://www.mindviewinc.com/Books/"><img class="size-thumbnail wp-image-30" src="http://www.loopmod.com/wp-content/uploads/2009/01/cpp2v1cover-150x150.jpg" alt="Thinking in C++ Volume 1" width="150" height="150" /></a><p class="wp-caption-text">Thinking in C++ Volume 1</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.loopmod.com/2009/01/29/free-c-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

