Didn't get any reaction to my previous report, hence just briefly: a) File operations on Windows platforms have a number of other problems. For example SQLite fails to report if given folder is write-able on WinRT. (This is a handy test for below mentioned directories.)
b) Global variables sqlite3_data/temp_directory do not work as advertized. In fact, using them results in access violation. The workaround is simple: Publish them with _declspec(dllexport) attribute. (Def file won't help.) Have a good day. With best regards, Jan Slodicka Resco _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

