34 #ifdef __cplusplus_cli
35 #pragma managed(push, off)
38 #include "Sqlite/sqlite_connection.h"
40 #ifdef __cplusplus_cli
46 #error Your application is set to link with the single-threaded version of the run-time library. Go to project settings, in the C++ section, and change it to multi-threaded.
50 #pragma comment(lib, "clanSqlite-dll.lib")
53 #pragma comment(lib, "clanSqlite-static-mtdll.lib")
56 #pragma comment(lib, "clanSqlite-static-mt.lib")
61 #pragma comment(lib, "clanSqlite-dll-debug.lib")
64 #pragma comment(lib, "clanSqlite-static-mtdll-debug.lib")
67 #pragma comment(lib, "clanSqlite-static-mt-debug.lib")