On Fri, Aug 30, 2013 at 5:53 PM, Jay A. Kreibich <[email protected]> wrote:
> be built into an SO/DLL/DYLIB and loaded dynamically, or use the same > code to build the module statically directly into an SQLite > library. ...*if* you use a custom entry point. A related advantage: a custom entrypoint allows one to combine multiple extensions into one DLL/binary. The extension then becomes more or less unaffected by any particular linkage. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

