Re: [sqlite] load_extension() and extension-functions .c

2010-01-19 Thread Oliver Peters
Liam Healy writes: [...] > > > > > > > s2: extension-functions.c > > - > > add compilation instructions for windows > > I don't know how to compile in windows; if you or > someone has some instructions, I'll add them. compile instructions for Windows: -

Re: [sqlite] load_extension() and extension-functions .c

2010-01-18 Thread Jean-Christophe Deschamps
>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 >ext

Re: [sqlite] load_extension() and extension-functions .c

2010-01-18 Thread MikeW
Oliver Peters writes: > > Hello out there, > ...snip... > 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 sq