<?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>simra &#187; dlltool</title>
	<atom:link href="http://www.simra.ch/tag/dlltool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simra.ch</link>
	<description>development &#38; design</description>
	<lastBuildDate>Fri, 26 Mar 2010 15:57:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code::Blocks and SQLite3</title>
		<link>http://www.simra.ch/2010/02/codeblocks-and-sqlite3/</link>
		<comments>http://www.simra.ch/2010/02/codeblocks-and-sqlite3/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 21:47:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[dlltool]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[wxwidgets]]></category>

		<guid isPermaLink="false">http://www.simra.ch/?p=1177</guid>
		<description><![CDATA[This is a little tutorial of how to use SQLite with Code::Blocks. It is assumed that you have already installed Code::Blocks with MinGW.

This is the way I did it:
1. Download sqlitedll-3_6_22.zip and sqlite-source-3_6_22.zip from http://www.sqlite.org/download.html
2. Extract sqlitedll-3.6.22.zip and then run from the command line:
dlltool -D sqlite3.dll -d sqlite3.def -l libsqlite3dll.a
You will now have libsqlite3dll.a, which [...]]]></description>
			<content:encoded><![CDATA[<p>This is a little tutorial of how to use SQLite with Code::Blocks. It is assumed that you have already installed Code::Blocks with MinGW.<br />
<span id="more-1177"></span><br />
This is the way I did it:</p>
<p>1. Download sqlitedll-3_6_22.zip and sqlite-source-3_6_22.zip from <a href="http://www.sqlite.org/download.html">http://www.sqlite.org/download.html</a></p>
<p>2. Extract sqlitedll-3.6.22.zip and then run from the command line:</p>
<blockquote><p>dlltool -D sqlite3.dll -d sqlite3.def -l libsqlite3dll.a</p></blockquote>
<p>You will now have libsqlite3dll.a, which should be placed in the MinGW lib directory.</p>
<p>3. Place sqlite3.dll in your system path.</p>
<p>4. Extract sqlite-source-3_6_22.zip and place sqlite3.h in your MinGW include directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simra.ch/2010/02/codeblocks-and-sqlite3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

