Liam Healy <l...@...> 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: -------------------------------- 1. Install MinGW (http://www.mingw.org/) and you will get the gcc (gnu compiler collection) 2. add the path to your path variable (isn't done during the installation!) 3. compile this way: gcc -shared -I "path" -o libsqlitefunctions.so extension-functions.c (path = path of sqlite3ext.h; i.e. C:\programs\sqlite) greetings Oliver [...] _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users