Wiki :: SQLite Library Method :: Revsion Diff
Endless Online Server Emulator
Home
Download
Dev
Wiki
Forum
Servers
New Page
Page
Talk
Edit
History
Login
EOSERV Wiki
> Page:
SQLite Library Method
>
History
>
Revision Diff
Revision Diff: SQLite Library Method
Revision by
at 6th Feb 2015 10:08 am
Deletions
Additions
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