В сообщении от Thursday 10 July 2008 20:15:06 Lauri Ojansivu написал(а):
> If you mean making extensions with C, look at the wiki.tcl.tk :
> http://wiki.tcl.tk/_search?_charset_=UTF-8&S=extension
>
> If you mean additional commands or fuctions for SQLite with Tcl, look
> at TkSQLite:
> http://reddog.s35.xrea.com/wiki/TkSQLite.html

Thanks, but I want create binary SQLite extention for loading as
SELECT load_extension('my_extension.so');

May be I can use tcl interp in C extension code?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to