Re: [sqlite] Script Embedded SQLite With TCL

2017-10-13 Thread yaro
Thanks for your reply Peter da Silva. Since I want to embed TCL, my intent is to include only the TCL core code and SQLite code in my project and build them into one exec file. This way I can use SQLite in my C++ code as well as in TCL. Is this achievable? Or should I build TCL with SQLite as the o

Re: [sqlite] Script Embedded SQLite With TCL

2017-10-11 Thread Peter Da Silva
There doesn’t seem to be a straightforward way to get the SQLite handle from the Tcl SQL command, but it is possible. https://github.com/flightaware/Pgtcl/blob/master/generic/pgtclSqlite.c#L838 On 10/7/17, 9:31 AM, "sqlite-users on behalf of apajabo yaro" wrote: Hello,I am writing a C++