>Currently running w/MSVC 2010 under Win 8.1. >I also presume you are testing under the latest SQLite source?
Yes, I believe so ... SQLite 3.24.0 2018-06-02 19:14:58 1ecb3aa13de5c8dc611b814ff34010de0bd90aae73d88aa37a59c4627be4alt2 Using GCC (MinGW-w64 8.1.0) on Windows 10 Pro for Workstations version 1803 build 17134.81 (current) MSVC (the one I have, I think VS 2008) also works fine ... though the .dll is still compiled with GCC MinGW-w64 8.1.0 (with -O3 and then some). Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. test.c Microsoft (R) Incremental Linker Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. /out:test.exe test.obj sqlite3.lib 2018-06-04 10:59:24 MinGW [D:\work] >test.exe Loop 1, no reset 1 2 3 4 5 6 7 8 9 10 ! sqlite3_reset returns 0 Loop 2, after reset 1 2 3 4 5 6 7 8 9 10 ! sqlite3_reset returns 0 --- The fact that there's a Highway to Hell but only a Stairway to Heaven says a lot about anticipated traffic volume. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users