Re: [sqlite] TCL loadable extensions

2008-07-10 Thread Alexey Pechnikov
В сообщении от 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=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


Re: [sqlite] TCL loadable extensions

2008-07-10 Thread Lauri Ojansivu
If you mean making extensions with C, look at the wiki.tcl.tk :
http://wiki.tcl.tk/_search?_charset_=UTF-8=extension

If you mean additional commands or fuctions for SQLite with Tcl, look
at TkSQLite:
http://reddog.s35.xrea.com/wiki/TkSQLite.html

- Lauri

2008/7/10 Alexey Pechnikov <[EMAIL PROTECTED]>:
> Hello!
>
> How can I make tcl lodable extensions? It's possibly on pythone and how about
> other languages?
>
> Best regards, Alexey.
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] TCL loadable extensions

2008-07-10 Thread Alexey Pechnikov
Hello!

How can I make tcl lodable extensions? It's possibly on pythone and how about 
other languages?

Best regards, Alexey.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users