> You should modify the rtree.c source file and add the following before each
> public function:
>    __declspec(dllexport)
>
> So for instance, line 2772:
>    int sqlite3_extension_init(
> becomes:
>    __declspec(dllexport) int sqlite3_extension_init(
>   
Thank you, I got it to work!!!

Now, let´s see how we can this thing to work with my data ...


Thank you, 


Christophe Leske

www.multimedial.de - [EMAIL PROTECTED]
http://www.linkedin.com/in/multimedial
Lessingstr. 5 - 40227 Duesseldorf - Germany
0211 261 32 12 - 0177 249 70 31


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

Reply via email to