>important correction - the problem actually exists on w2k8 (NT 6.0)(64bit >at least). The test application works as expected on w2k8 r2 (NT 6.1).
>I am going to research it further, but at this point it looks like MS >Windows issue, rather than sqlite. Compiler & runtime environment breakage is far more likely on Microsoft platforms than is breakage in the OS itself. The Windows API has not changed significantly since OS/2 New Technology 2.0. Are you running the "exact same fully statically linked executable" on all platforms? This is the only thing that would determine the issue was in the OS itself, and not related to the compiler or its runtime environment, or the runtime environment distributed with the OS. Dependencies on the subsystem runtime library (MSVCRT.DLL) or the OS core DLLs themselves are of course permissible. Dependencies on compiler associated runtimes (anything else) are not. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

