Hello out there,

I just wanted to say "thank you" for this wonderful feature (load_extension) and
the work invested into these very useful extra functions 
(extension-functions.c).


>From the view of a non programmer (only heavy user) I've 2 suggestions and 1
question.

s1: http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions
-----------------------------------------------------------
SELECT load_extension('filename');

Please give an example for filename like 'C:\programs\sqlite\helpfunctions.dll'
(I didn't have a problem with this but there might be other users (non
programmers) who do have)


s2: extension-functions.c
-------------------------
add compilation instructions for windows


q1:
----
I used gcc version 3.4.5 (mingw-vista special r3) to compile
"extension-functions.c" with the following options

gcc -shared -fPIC -I "c:\Programme\SQLite" -o libsqlitefunctions.so
extension-functions.c
(I copied sqlite3ext.h before to "c:\Programme\SQLite")

and got the following error message:

extension-functions.c:1: warning: -fPIC ignored for target (all code is position
independent)

Where's my mistake?

Greetings
Oliver

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to