Zachary Greve wrote: > > When using MSVC to compile the SQLite library, several errors pop up > about differing linkage definitions of several session extension > functions. These functions are declared without the SQLITE_API macro, > but are implemented with it. MSVC does not like this and fails the > compilation. >
Thanks for the report. This should now be fixed on trunk. -- Joe Mistachkin @ https://urn.to/r/mistachkin _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

