Jan Slodicka wrote:
>
> 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.)
>
This issue was recently fixed on trunk. See:
http://www.sqlite.org/src/info/527340abff
>
> 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.)
>
If you are needing to set these directories from another binary, could you
try
using the new sqlite3_win32_set_directory() API?
--
Joe Mistachkin
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users