Martin Pfeifle <[email protected]> wrote: > Thanks. > I appreciate very much, the way I can add my own loadable extension > myExtension.dll by simply calling on SQL-level > select load_extension("myExtension.dll") without changing anything in > C.
What do you mean, without changing anything in C? What is myExtension.dll written in? Can't it call sqlite3_vfs_register during its initialization? Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

