EOSERV Wiki > Page: SQLite Library Method > History > Revision Diff

Revision Diff: SQLite Library Method

Revision by at 6th Feb 2015 10:08 am
DeletionsAdditions
Modify sqlite3.def by placing the following line of text at the beginning of the file:
Run the following commands in the directory containing the necessary files:
<pre>@@LIBRARY sqlite3.dll@@
EXPORTS
sqlite3_aggregate_context
sqlite3_aggregate_count
...</pre>
Then run the following command:
<pre>> dlltool -d sqlite3.def -l libsqlite3.a</pre>
<pre>> dlltool -D sqlite3.dll -d sqlite3.def -l libsqlite3.a</pre>
EOSERV Wiki > Page: SQLite Library Method > History > Revision Diff