Try compiling with -DSQLITE_MEMORY_BARRIER="" On 11/23/15, Johan W. Van Ooijen <jwvanooijen at kyazma.nl> wrote: > In trying to find a solution to the unresolved external > '__faststorefence' problem I get with the SQLite 3.9.2 amalgamation > under Embarcadero C++Builder XE7, I see that macro SQLITE_OS_WIN is used > on lines 9153 and 9169, whereas SQLITE_OS_WIN becomes #defined after > line 11225. This does not seem to be correct. > > A very confusing aspect is that many macros are #defined for WIN32, > while they also seem to apply to WIN64. > > Regards, > Johan Van Ooijen > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users >
-- D. Richard Hipp drh at sqlite.org