Closed iamthemd closed 6 years ago
@mayankahm
-DMYSQL_LIBRARIES="C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib"
Second, please read and follow the docs, http://soci.sourceforge.net/doc/master/installation/
MYSQL_LIBRARIES - string - Full paths to libraries to link SOCI against to enable the backend support.
@mayankahm Finally, forget about SOCI 3.2 and use SOCI from the current master
branch.
Thanks @mloskot
Hi, I follow the procedure to use SOCI
I Applied build like : cmake -G "Visual Studio 14" -DWITH_BOOST=OFF -DWITH_MYSQL=ON -DMYSQL_INCLUDE_DIR="C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/include" -DMYSQL_LIBRARIES="C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib" ..\soci-3.2.3
My build Result: Selecting Windows SDK version to target Windows 10.0.10240. -- Configuring SOCI: -- SOCI_VERSION = 3.2.3 -- SOCI_ABI_VERSION = 3_2 -- WARNING: -- Could not determine compiler toolset name to set SOCI_COMPILER_NAME variable. -- SOCI_PLATFORM_NAME = win32 -- SOCI_COMPILER_NAME = -- SOCI_SHARED = ON -- SOCI_STATIC = ON -- SOCI_TESTS = ON -- Looking for SOCI dependencies: -- Boost: disabled, since WITH_BOOST=OFF -- MySQL: -- Found MySQL: C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/include, C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib -- MySQL Embedded not found. -- MYSQL_INCLUDE_DIR = C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/include -- MYSQL_LIBRARIES = C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib -- ODBC: -- WARNING: -- ODBC not found, some libraries or features will be disabled. -- See the documentation for ODBC or manually set these variables: -- ODBC_INCLUDE_DIR = ODBC_INCLUDE_DIR-NOTFOUND -- ODBC_LIBRARIES = odbc32 -- Oracle: -- WARNING: -- Oracle not found, some libraries or features will be disabled. -- See the documentation for Oracle or manually set these variables: -- ORACLE_INCLUDE_DIR = -- ORACLE_LIBRARIES = -- PostgreSQL: -- WARNING: -- PostgreSQL not found, some libraries or features will be disabled. -- See the documentation for PostgreSQL or manually set these variables: -- POSTGRESQL_INCLUDE_DIR = POSTGRESQL_INCLUDE_DIR-NOTFOUND -- POSTGRESQL_LIBRARIES = POSTGRESQL_LIBRARIES-NOTFOUND -- POSTGRESQL_VERSION = unknown -- SQLite3: -- WARNING: -- SQLite3 not found, some libraries or features will be disabled. -- See the documentation for SQLite3 or manually set these variables: -- SQLITE3_INCLUDE_DIR = SQLITE3_INCLUDE_DIR-NOTFOUND -- SQLITE3_LIBRARIES = SQLITE3_LIBRARY-NOTFOUND -- Firebird: -- WARNING: -- Firebird not found, some libraries or features will be disabled. -- See the documentation for Firebird or manually set these variables: -- FIREBIRD_INCLUDE_DIR = FIREBIRD_INCLUDE_DIR-NOTFOUND -- FIREBIRD_LIBRARIES = FIREBIRD_LIBRARIES-NOTFOUND -- FIREBIRD_VERSION = -- DB2: -- WARNING: -- DB2 not found, some libraries or features will be disabled. -- See the documentation for DB2 or manually set these variables: -- DB2_INCLUDE_DIR = DB2_INCLUDE_DIR-NOTFOUND -- DB2_LIBRARIES = DB2_LIBRARY-NOTFOUND -- Configuring SOCI core library: -- SOCI_CORE_TARGET = soci_core -- SOCI_CORE_TARGET_OUTPUT_NAME = soci_core_3_2 -- SOCI_CORE_DEPENDENCIES = -- WITH_BOOST = OFF -- COMPILE_DEFINITIONS = SOCI_ABI_VERSION="3_2" DBUG_OFF SOCI_LIBPREFIX="soci" SOCI_LIB_SUFFIX=".dll" -- Configuring SOCI database backends: -- Found MySQL: C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/include, C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib -- MySQL Embedded not found. -- Empty - SOCI backend skeleton for development of new backends -- SOCI_EMPTY = ON -- SOCI_EMPTY_TARGET = soci_empty -- SOCI_EMPTY_TARGET_OUTPUT_NAME = soci_empty_3_2 -- SOCI_EMPTY_HEADERS = soci-empty.h -- COMPILE_DEFINITIONS = SOCI_ABI_VERSION="3_2" DBUG_OFF DBUG_OFF -- SOCI_EMPTY_TEST_CONNSTR = dummy -- MySQL - SOCI backend for MySQL database engine -- SOCI_MYSQL = ON -- SOCI_MYSQL_TARGET = soci_mysql -- SOCI_MYSQL_TARGET_OUTPUT_NAME = soci_mysql_3_2 -- SOCI_MYSQL_HEADERS = soci-mysql.h common.h -- COMPILE_DEFINITIONS = SOCI_ABI_VERSION="3_2" DBUG_OFF DBUG_OFF HAVE_MYSQL=1 -- SOCI_MYSQL_TEST_CONNSTR = dummy
-- Configuring done WARNING: Target "soci_mysql" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql_test" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql_test" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql_test" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql_test" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql_test_static" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql_test_static" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql_test_static" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "soci_mysql_test_static" requests linking to directory "C:/Program Files (x86)/MySQL/MySQL Connector C 6.1/lib". Targets may link only to libraries. CMake is dropping the item. -- Generating done -- Build files have been written to:
After that applied msbuild.exe SOCI.sln
Result 👍
Microsoft (R) Build Engine version 14.0.25420.1 Copyright (C) Microsoft Corporation. All rights reserved.
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. Build started 05-07-2018 18:29:17. Project "Z:\TheBeast\watchdog\Soci\build\SOCI.sln" on node 1 (default targets). ValidateSolutionConfiguration: Building solution configuration "Debug|Win32". ValidateProjects: The project "INSTALL" is not selected for building in solution configuration "Debug|Win32". The project "RUN_TESTS" is not selected for building in solution configuration "Debug|Win32". The project "check" is not selected for building in solution configuration "Debug|Win32". Project "Z:\TheBeast\watchdog\Soci\build\SOCI.sln" (1) is building "Z:\TheBeast\watchdog\Soci\build\ALL_BU ILD.vcxproj.metaproj" (2) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\ZERO_CHECK.vcxproj" (3) on node 1 (default targets). PrepareForBuild: Creating directory "Win32\Debug\ZERO_CHECK\". Creating directory "Z:\TheBeast\watchdog\Soci\build\Debug\". Creating directory "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\". InitializeBuildStatus: Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified . CustomBuild: Checking Build System CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/CMakeFiles/generate.stamp is up-to -date. CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/core/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/empty/CMakeFiles/generate .stamp is up-to-date. CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/empty/test/CMakeFiles/gen erate.stamp is up-to-date. CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/mysql/CMakeFiles/generate .stamp is up-to-date. CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/mysql/test/CMakeFiles/gen erate.stamp is up-to-date. FinalizeBuildStatus: Deleting file "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild". Touching "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate". Done Building Project "Z:\TheBeast\watchdog\Soci\build\ZERO_CHECK.vcxproj" (default targets).
Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\core\soci_core.vcxproj.metaproj" (4) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\core\soci_core.vcxproj.metaproj" (4) is building "Z:\TheBeast\wat chdog\Soci\build\core\soci_core.vcxproj" (5) on node 1 (default targets). PrepareForBuild: Creating directory "soci_core.dir\Debug\". Creating directory "Z:\TheBeast\watchdog\Soci\build\bin\Debug\". Creating directory "soci_core.dir\Debug\soci_core.tlog\". InitializeBuildStatus: Creating "soci_core.dir\Debug\soci_core.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule Z:/TheBeast/watchdog/Soci/soci-3.2.3/core/CMakeLists.txt CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/core/CMakeFiles/generate.stamp is up-to-date. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IZ:\TheBeast\watchdog\Soci\build\c ore /Zi /nologo /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "SOCI_ABI_VERSION=\"3_2\"" /D DBUG_OFF /D "SOCI_LIBPREFIX=\"soci\"" /D "SOCI_LIB_SUFFIX=\".dll\"" /D "CMAKE_INTDIR=\"Debug\"" /D SOCI_DLL /D _W INDLL /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"soci_co re.dir\Debug\" /Fd"soci_core.dir\Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:queue "Z:\TheBeast\wat chdog\Soci\soci-3.2.3\core\backend-loader.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\blob.cpp" "Z:\ TheBeast\watchdog\Soci\soci-3.2.3\core\connection-parameters.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\ core\connection-pool.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\error.cpp" "Z:\TheBeast\watchdog\So ci\soci-3.2.3\core\into-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\once-temp-type.cpp" "Z:\The Beast\watchdog\Soci\soci-3.2.3\core\prepare-temp-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\pr ocedure.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\ref-counted-prepare-info.cpp" "Z:\TheBeast\watch dog\Soci\soci-3.2.3\core\ref-counted-statement.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\row.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\rowid.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\session .cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\soci-simple.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\ core\statement.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\transaction.cpp" "Z:\TheBeast\watchdog\So ci\soci-3.2.3\core\use-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\values.cpp" backend-loader.cpp Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\backend-loader.cpp(103): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WA RNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\core\soci_core.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdlib.h(1183): note: see declaration o f 'getenv' blob.cpp connection-parameters.cpp connection-pool.cpp error.cpp into-type.cpp once-temp-type.cpp prepare-temp-type.cpp procedure.cpp ref-counted-prepare-info.cpp ref-counted-statement.cpp row.cpp rowid.cpp session.cpp soci-simple.cpp Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\soci-simple.cpp(497): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARN INGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\core\soci_core.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1769): note: see declaration of 'sprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\soci-simple.cpp(514): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNIN GS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\core\soci_core.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(2254): note: see declaration of 'sscanf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\soci-simple.cpp(1535): warning C4996: 'sprintf': This function o r variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WAR NINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\core\soci_core.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1769): note: see declaration of 'sprintf' statement.cpp transaction.cpp use-type.cpp values.cpp Generating Code... MakeDirsForLink: Creating directory "Z:\TheBeast\watchdog\Soci\build\lib\Debug\". Link: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\TheBeast \watchdog\Soci\build\bin\Debug\soci_core_3_2.dll" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTU AC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"Z:/TheBeast/watchdog/Soci/build/bin /Debug/soci_core_3_2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"Z:/TheBeast/watchd og/Soci/build/lib/Debug/soci_core_3_2.lib" /MACHINE:X86 /SAFESEH /machine:X86 /DLL "soci_core.dir\Debug \backend-loader.obj" soci_core.dir\Debug\blob.obj "soci_core.dir\Debug\connection-parameters.obj" "soci_core.dir\Debug\connection-pool.obj" soci_core.dir\Debug\error.obj "soci_core.dir\Debug\into-type.obj" "soci_core.dir\Debug\once-temp-type.obj" "soci_core.dir\Debug\prepare-temp-type.obj" soci_core.dir\Debug\procedure.obj "soci_core.dir\Debug\ref-counted-prepare-info.obj" "soci_core.dir\Debug\ref-counted-statement.obj" soci_core.dir\Debug\row.obj soci_core.dir\Debug\rowid.obj soci_core.dir\Debug\session.obj "soci_core.dir\Debug\soci-simple.obj" soci_core.dir\Debug\statement.obj soci_core.dir\Debug\transaction.obj "soci_core.dir\Debug\use-type.obj" soci_core.dir\Debug\values.obj Creating library Z:/TheBeast/watchdog/Soci/build/lib/Debug/soci_core_3_2.lib and object Z:/TheBeast/w atchdog/Soci/build/lib/Debug/soci_core_3_2.exp soci_core.vcxproj -> Z:\TheBeast\watchdog\Soci\build\bin\Debug\soci_core_3_2.dll soci_core.vcxproj -> Z:/TheBeast/watchdog/Soci/build/bin/Debug/soci_core_3_2.pdb (Full PDB) FinalizeBuildStatus: Deleting file "soci_core.dir\Debug\soci_core.tlog\unsuccessfulbuild". Touching "soci_core.dir\Debug\soci_core.tlog\soci_core.lastbuildstate". Done Building Project "Z:\TheBeast\watchdog\Soci\build\core\soci_core.vcxproj" (default targets).
Done Building Project "Z:\TheBeast\watchdog\Soci\build\core\soci_core.vcxproj.metaproj" (default targets).
Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\core\soci_core_static.vcxproj.metaproj" (6) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\core\soci_core_static.vcxproj.metaproj" (6) is building "Z:\TheBe ast\watchdog\Soci\build\core\soci_core_static.vcxproj" (7) on node 1 (default targets). PrepareForBuild: Creating directory "soci_core_static.dir\Debug\". Creating directory "soci_core_static.dir\Debug\soci_core_static.tlog\". InitializeBuildStatus: Creating "soci_core_static.dir\Debug\soci_core_static.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule Z:/TheBeast/watchdog/Soci/soci-3.2.3/core/CMakeLists.txt CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/core/CMakeFiles/generate.stamp is up-to-date. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /IZ:\TheBeast\watchdog\Soci\build\c ore /Zi /nologo /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "SOCI_ABI_VERSION=\"3_2\"" /D DBUG_OFF /D "SOCI_LIBPREFIX=\"soci\"" /D "SOCI_LIB_SUFFIX=\".dll\"" /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EH sc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"soci_core_static.dir\Debug\" /Fd"soci_core_static.dir\Debug\soci_core_static.pdb" /Gd /TP /analyze- /errorReport:queue "Z:\TheBeast\w atchdog\Soci\soci-3.2.3\core\backend-loader.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\blob.cpp" "Z :\TheBeast\watchdog\Soci\soci-3.2.3\core\connection-parameters.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2. 3\core\connection-pool.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\error.cpp" "Z:\TheBeast\watchdog\ Soci\soci-3.2.3\core\into-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\once-temp-type.cpp" "Z:\T heBeast\watchdog\Soci\soci-3.2.3\core\prepare-temp-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\ procedure.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\ref-counted-prepare-info.cpp" "Z:\TheBeast\wat chdog\Soci\soci-3.2.3\core\ref-counted-statement.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\row.cpp " "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\rowid.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\sessi on.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\soci-simple.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2. 3\core\statement.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\transaction.cpp" "Z:\TheBeast\watchdog\ Soci\soci-3.2.3\core\use-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\values.cpp" backend-loader.cpp Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\backend-loader.cpp(103): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WA RNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\core\soci_core_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdlib.h(1183): note: see declaration o f 'getenv' blob.cpp connection-parameters.cpp connection-pool.cpp error.cpp into-type.cpp once-temp-type.cpp prepare-temp-type.cpp procedure.cpp ref-counted-prepare-info.cpp ref-counted-statement.cpp row.cpp rowid.cpp session.cpp soci-simple.cpp Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\soci-simple.cpp(497): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARN INGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\core\soci_core_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1769): note: see declaration of 'sprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\soci-simple.cpp(514): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNIN GS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\core\soci_core_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(2254): note: see declaration of 'sscanf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\soci-simple.cpp(1535): warning C4996: 'sprintf': This function o r variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WAR NINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\core\soci_core_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1769): note: see declaration of 'sprintf' statement.cpp transaction.cpp use-type.cpp values.cpp Generating Code... Lib: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\Lib.exe /OUT:"Z:\TheBeast\watchdog\Soci\build \lib\Debug\libsoci_core_3_2.lib" /NOLOGO /machine:X86 "soci_core_static.dir\Debug\backend-loader.obj" soci_core_static.dir\Debug\blob.obj "soci_core_static.dir\Debug\connection-parameters.obj" "soci_core_static.dir\Debug\connection-pool.obj" soci_core_static.dir\Debug\error.obj "soci_core_static.dir\Debug\into-type.obj" "soci_core_static.dir\Debug\once-temp-type.obj" "soci_core_static.dir\Debug\prepare-temp-type.obj" soci_core_static.dir\Debug\procedure.obj "soci_core_static.dir\Debug\ref-counted-prepare-info.obj" "soci_core_static.dir\Debug\ref-counted-statement.obj" soci_core_static.dir\Debug\row.obj soci_core_static.dir\Debug\rowid.obj soci_core_static.dir\Debug\session.obj "soci_core_static.dir\Debug\soci-simple.obj" soci_core_static.dir\Debug\statement.obj soci_core_static.dir\Debug\transaction.obj "soci_core_static.dir\Debug\use-type.obj" soci_core_static.dir\Debug\values.obj soci_core_static.vcxproj -> Z:\TheBeast\watchdog\Soci\build\lib\Debug\libsoci_core_3_2.lib FinalizeBuildStatus: Deleting file "soci_core_static.dir\Debug\soci_core_static.tlog\unsuccessfulbuild". Touching "soci_core_static.dir\Debug\soci_core_static.tlog\soci_core_static.lastbuildstate". Done Building Project "Z:\TheBeast\watchdog\Soci\build\core\soci_core_static.vcxproj" (default targets).
Done Building Project "Z:\TheBeast\watchdog\Soci\build\core\soci_core_static.vcxproj.metaproj" (default ta rgets).
Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\backends\empty\soci_empty.vcxproj.metaproj" (8) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\soci_empty.vcxproj.metaproj" (8) is building "Z:\T heBeast\watchdog\Soci\build\backends\empty\soci_empty.vcxproj" (9) on node 1 (default targets). PrepareForBuild: Creating directory "soci_empty.dir\Debug\". Creating directory "soci_empty.dir\Debug\soci_empty.tlog\". InitializeBuildStatus: Creating "soci_empty.dir\Debug\soci_empty.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule Z:/TheBeast/watchdog/Soci/soci-3.2.3/backends/empty/CMakeLists.txt CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/empty/CMakeFiles/generate .stamp is up-to-date. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /I"Z:\TheBeast\watchdog\Soci\soci-3 .2.3\core" /Zi /nologo /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "SOCI_ABI_VERSION=\"3_2\"" /D DBUG _OFF /D "CMAKE_INTDIR=\"Debug\"" /D SOCI_DLL /D _WINDLL /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise / Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"soci_empty.dir\Debug\" /Fd"soci_empty.dir\Debug\vc140.pdb" / Gd /TP /analyze- /errorReport:queue "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\blob.cpp" "Z:\T heBeast\watchdog\Soci\soci-3.2.3\backends\empty\factory.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backe nds\empty\row-id.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\session.cpp" "Z:\TheBeast\wat chdog\Soci\soci-3.2.3\backends\empty\standard-into-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backe nds\empty\standard-use-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\statement.cpp" "Z: \TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\vector-into-type.cpp" "Z:\TheBeast\watchdog\Soci\soci- 3.2.3\backends\empty\vector-use-type.cpp" blob.cpp factory.cpp row-id.cpp session.cpp standard-into-type.cpp standard-use-type.cpp statement.cpp vector-into-type.cpp vector-use-type.cpp Generating Code... Link: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\TheBeast \watchdog\Soci\build\bin\Debug\soci_empty_3_2.dll" /INCREMENTAL /NOLOGO ....\lib\Debug\soci_core_3_2.li b kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.li b advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:" Z:/TheBeast/watchdog/Soci/build/bin/Debug/soci_empty_3_2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE / NXCOMPAT /IMPLIB:"Z:/TheBeast/watchdog/Soci/build/lib/Debug/soci_empty_3_2.lib" /MACHINE:X86 /SAFESEH / machine:X86 /DLL soci_empty.dir\Debug\blob.obj soci_empty.dir\Debug\factory.obj "soci_empty.dir\Debug\row-id.obj" soci_empty.dir\Debug\session.obj "soci_empty.dir\Debug\standard-into-type.obj" "soci_empty.dir\Debug\standard-use-type.obj" soci_empty.dir\Debug\statement.obj "soci_empty.dir\Debug\vector-into-type.obj" "soci_empty.dir\Debug\vector-use-type.obj" Creating library Z:/TheBeast/watchdog/Soci/build/lib/Debug/soci_empty_3_2.lib and object Z:/TheBeast/ watchdog/Soci/build/lib/Debug/soci_empty_3_2.exp soci_empty.vcxproj -> Z:\TheBeast\watchdog\Soci\build\bin\Debug\soci_empty_3_2.dll soci_empty.vcxproj -> Z:/TheBeast/watchdog/Soci/build/bin/Debug/soci_empty_3_2.pdb (Full PDB) FinalizeBuildStatus: Deleting file "soci_empty.dir\Debug\soci_empty.tlog\unsuccessfulbuild". Touching "soci_empty.dir\Debug\soci_empty.tlog\soci_empty.lastbuildstate". Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\soci_empty.vcxproj" (default targets ).
Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\soci_empty.vcxproj.metaproj" (defaul t targets).
Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\backends\empty\soci_empty_static.vcxproj.metaproj" (10) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\soci_empty_static.vcxproj.metaproj" (10) is buildi ng "Z:\TheBeast\watchdog\Soci\build\backends\empty\soci_empty_static.vcxproj" (11) on node 1 (default targ ets). PrepareForBuild: Creating directory "soci_empty_static.dir\Debug\". Creating directory "soci_empty_static.dir\Debug\soci_emp.55D40E90.tlog\". InitializeBuildStatus: Creating "soci_empty_static.dir\Debug\soci_emp.55D40E90.tlog\unsuccessfulbuild" because "AlwaysCreate" w as specified. CustomBuild: Building Custom Rule Z:/TheBeast/watchdog/Soci/soci-3.2.3/backends/empty/CMakeLists.txt CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/empty/CMakeFiles/generate .stamp is up-to-date. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /I"Z:\TheBeast\watchdog\Soci\soci-3 .2.3\core" /Zi /nologo /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "SOCI_ABI_VERSION=\"3_2\"" /D DBUG _OFF /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"soci_empty_static.dir\Debug\" /Fd"soci_empty_static.dir\Debug\soci_empty_static.pdb " /Gd /TP /analyze- /errorReport:queue "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\blob.cpp" "Z :\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\factory.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\ba ckends\empty\row-id.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\session.cpp" "Z:\TheBeast\ watchdog\Soci\soci-3.2.3\backends\empty\standard-into-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\ba ckends\empty\standard-use-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\statement.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\vector-into-type.cpp" "Z:\TheBeast\watchdog\Soci\so ci-3.2.3\backends\empty\vector-use-type.cpp" blob.cpp factory.cpp row-id.cpp session.cpp standard-into-type.cpp standard-use-type.cpp statement.cpp vector-into-type.cpp vector-use-type.cpp Generating Code... Lib: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\Lib.exe /OUT:"Z:\TheBeast\watchdog\Soci\build \lib\Debug\libsoci_empty_3_2.lib" /NOLOGO /machine:X86 soci_empty_static.dir\Debug\blob.obj soci_empty_static.dir\Debug\factory.obj "soci_empty_static.dir\Debug\row-id.obj" soci_empty_static.dir\Debug\session.obj "soci_empty_static.dir\Debug\standard-into-type.obj" "soci_empty_static.dir\Debug\standard-use-type.obj" soci_empty_static.dir\Debug\statement.obj "soci_empty_static.dir\Debug\vector-into-type.obj" "soci_empty_static.dir\Debug\vector-use-type.obj" soci_empty_static.vcxproj -> Z:\TheBeast\watchdog\Soci\build\lib\Debug\libsoci_empty_3_2.lib FinalizeBuildStatus: Deleting file "soci_empty_static.dir\Debug\soci_emp.55D40E90.tlog\unsuccessfulbuild". Touching "soci_empty_static.dir\Debug\soci_emp.55D40E90.tlog\soci_empty_static.lastbuildstate". Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\soci_empty_static.vcxproj" (default targets).
Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\soci_empty_static.vcxproj.metaproj" (default targets).
Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\backends\empty\test\soci_empty_test.vcxproj.metaproj" (12) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\test\soci_empty_test.vcxproj.metaproj" (12) is bui lding "Z:\TheBeast\watchdog\Soci\build\backends\empty\test\soci_empty_test.vcxproj" (13) on node 1 (defaul t targets). PrepareForBuild: Creating directory "soci_empty_test.dir\Debug\". Creating directory "soci_empty_test.dir\Debug\soci_empty_test.tlog\". InitializeBuildStatus: Creating "soci_empty_test.dir\Debug\soci_empty_test.tlog\unsuccessfulbuild" because "AlwaysCreate" was s pecified. CustomBuild: Building Custom Rule Z:/TheBeast/watchdog/Soci/soci-3.2.3/backends/empty/test/CMakeLists.txt CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/empty/test/CMakeFiles/gen erate.stamp is up-to-date. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /I"Z:\TheBeast\watchdog\Soci\soci-3 .2.3\core" /I"Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test" /I"Z:\TheBeast\watchdog\Soci\soci-3.2.3\ba ckends\empty" /Zi /nologo /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "SOCI_ABI_VERSION=\"3_2\"" /D D BUG_OFF /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forSc ope /Zc:inline /GR /Fo"soci_empty_test.dir\Debug\" /Fd"soci_empty_test.dir\Debug\vc140.pdb" /Gd /TP /an alyze- /errorReport:queue "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\test\test-empty.cpp" test-empty.cpp Link: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\TheBeast \watchdog\Soci\build\bin\Debug\soci_empty_test.exe" /INCREMENTAL /NOLOGO ......\lib\Debug\soci_empty_3 _2.lib ......\lib\Debug\soci_core_3_2.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib o le32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAcc ess='false'" /manifest:embed /DEBUG /PDB:"Z:/TheBeast/watchdog/Soci/build/bin/Debug/soci_empty_test.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"Z:/TheBeast/watchdog/Soci/build/lib/Debug/s oci_empty_test.lib" /MACHINE:X86 /SAFESEH /machine:X86 "soci_empty_test.dir\Debug\test-empty.obj" soci_empty_test.vcxproj -> Z:\TheBeast\watchdog\Soci\build\bin\Debug\soci_empty_test.exe soci_empty_test.vcxproj -> Z:/TheBeast/watchdog/Soci/build/bin/Debug/soci_empty_test.pdb (Full PDB) FinalizeBuildStatus: Deleting file "soci_empty_test.dir\Debug\soci_empty_test.tlog\unsuccessfulbuild". Touching "soci_empty_test.dir\Debug\soci_empty_test.tlog\soci_empty_test.lastbuildstate". Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\test\soci_empty_test.vcxproj" (defau lt targets).
Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\test\soci_empty_test.vcxproj.metapro j" (default targets).
Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\backends\empty\test\soci_empty_test_static.vcxproj.metaproj" (14) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\test\soci_empty_test_static.vcxproj.metaproj" (14) is building "Z:\TheBeast\watchdog\Soci\build\backends\empty\test\soci_empty_test_static.vcxproj" (15) on node 1 (default targets). PrepareForBuild: Creating directory "soci_empty_test_static.dir\Debug\". Creating directory "soci_empty_test_static.dir\Debug\soci_emp.A0FCC3FD.tlog\". InitializeBuildStatus: Creating "soci_empty_test_static.dir\Debug\soci_emp.A0FCC3FD.tlog\unsuccessfulbuild" because "AlwaysCrea te" was specified. CustomBuild: Building Custom Rule Z:/TheBeast/watchdog/Soci/soci-3.2.3/backends/empty/test/CMakeLists.txt CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/empty/test/CMakeFiles/gen erate.stamp is up-to-date. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /I"Z:\TheBeast\watchdog\Soci\soci-3 .2.3\core" /I"Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test" /I"Z:\TheBeast\watchdog\Soci\soci-3.2.3\ba ckends\empty" /Zi /nologo /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "SOCI_ABI_VERSION=\"3_2\"" /D D BUG_OFF /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forSc ope /Zc:inline /GR /Fo"soci_empty_test_static.dir\Debug\" /Fd"soci_empty_test_static.dir\Debug\vc140.pd b" /Gd /TP /analyze- /errorReport:queue "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\empty\test\test-e mpty.cpp" test-empty.cpp Link: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\TheBeast \watchdog\Soci\build\bin\Debug\soci_empty_test_static.exe" /INCREMENTAL /NOLOGO ......\lib\Debug\libso ci_core_3_2.lib ......\lib\Debug\libsoci_empty_3_2.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asI nvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"Z:/TheBeast/watchdog/Soci/build/bin/Debug/soci_em pty_test_static.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"Z:/TheBeast/watchdog/So ci/build/lib/Debug/soci_empty_test_static.lib" /MACHINE:X86 /SAFESEH /machine:X86 "soci_empty_test_stat ic.dir\Debug\test-empty.obj" soci_empty_test_static.vcxproj -> Z:\TheBeast\watchdog\Soci\build\bin\Debug\soci_empty_test_static.exe soci_empty_test_static.vcxproj -> Z:/TheBeast/watchdog/Soci/build/bin/Debug/soci_empty_test_static.pdb ( Full PDB) FinalizeBuildStatus: Deleting file "soci_empty_test_static.dir\Debug\soci_emp.A0FCC3FD.tlog\unsuccessfulbuild". Touching "soci_empty_test_static.dir\Debug\soci_emp.A0FCC3FD.tlog\soci_empty_test_static.lastbuildstate" . Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\test\soci_empty_test_static.vcxproj" (default targets).
Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\empty\test\soci_empty_test_static.vcxproj. metaproj" (default targets).
Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\backends\mysql\soci_mysql.vcxproj.metaproj" (16) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj.metaproj" (16) is building "Z:\ TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj" (17) on node 1 (default targets). PrepareForBuild: Creating directory "soci_mysql.dir\Debug\". Creating directory "soci_mysql.dir\Debug\soci_mysql.tlog\". InitializeBuildStatus: Creating "soci_mysql.dir\Debug\soci_mysql.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule Z:/TheBeast/watchdog/Soci/soci-3.2.3/backends/mysql/CMakeLists.txt CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/mysql/CMakeFiles/generate .stamp is up-to-date. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /I"C:\Program Files (x86)\MySQL\MyS QL Connector C 6.1\include" /I"Z:\TheBeast\watchdog\Soci\soci-3.2.3\core" /Zi /nologo /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "SOCI_ABI_VERSION=\"3_2\"" /D DBUG_OFF /D HAVE_MYSQL=1 /D "CMAKE_INTDIR=\"D ebug\"" /D SOCI_DLL /D _WINDLL /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope / Zc:inline /GR /Fo"soci_mysql.dir\Debug\" /Fd"soci_mysql.dir\Debug\vc140.pdb" /Gd /TP /analyze- /errorRe port:queue "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\blob.cpp" "Z:\TheBeast\watchdog\Soci\soc i-3.2.3\backends\mysql\common.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\factory.cpp" "Z: \TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\row-id.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\back ends\mysql\session.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-into-type.cpp" "Z: \TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp" "Z:\TheBeast\watchdog\Soci\soci -3.2.3\backends\mysql\statement.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-into-ty pe.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp" blob.cpp common.cpp factory.cpp row-id.cpp session.cpp standard-into-type.cpp standard-use-type.cpp Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(49): warning C4996: 'strcpy': Th is function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_S ECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql .vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\string.h(119): note: see declaration of 'strcpy' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(74): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci _mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(83): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci _mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(91): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci _mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(99): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci _mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(115): warning C4996: '_snprintf' : This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soc i_mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(125): warning C4996: '_snprintf' : This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soc i_mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' statement.cpp vector-into-type.cpp vector-use-type.cpp Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(60): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SEC URE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.v cxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\string.h(119): note: see declaration of 'strcpy' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(96): warning C4996: '_snprintf': T his function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _C RT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_m ysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(108): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(120): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(132): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(150): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(162): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Generating Code... Link: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\TheBeast \watchdog\Soci\build\bin\Debug\soci_mysql_3_2.dll" /INCREMENTAL /NOLOGO ....\lib\Debug\soci_core_3_2.li b kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.li b advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:" Z:/TheBeast/watchdog/Soci/build/bin/Debug/soci_mysql_3_2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE / NXCOMPAT /IMPLIB:"Z:/TheBeast/watchdog/Soci/build/lib/Debug/soci_mysql_3_2.lib" /MACHINE:X86 /SAFESEH / machine:X86 /DLL soci_mysql.dir\Debug\blob.obj soci_mysql.dir\Debug\common.obj soci_mysql.dir\Debug\factory.obj "soci_mysql.dir\Debug\row-id.obj" soci_mysql.dir\Debug\session.obj "soci_mysql.dir\Debug\standard-into-type.obj" "soci_mysql.dir\Debug\standard-use-type.obj" soci_mysql.dir\Debug\statement.obj "soci_mysql.dir\Debug\vector-into-type.obj" "soci_mysql.dir\Debug\vector-use-type.obj" Creating library Z:/TheBeast/watchdog/Soci/build/lib/Debug/soci_mysql_3_2.lib and object Z:/TheBeast/ watchdog/Soci/build/lib/Debug/soci_mysql_3_2.exp common.obj : error LNK2019: unresolved external symbol _mysql_real_escape_string@16 referenced in function "char __cdecl soci::details::mysql::quote(struct st_mysql ,char const ,int)" (?quote@mysql@details@so ci@@YAPADPAUst_mysql@@PBDH@Z) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj] session.obj : error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: t hiscall soci::mysql_session_backend::mysql_session_backend(class soci::connection_parameters const &)" (?? 0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\watchdog\Soci\build\backends\ mysql\soci_mysql.vcxproj] statement.obj : error LNK2001: unresolved external symbol _mysql_errno@4 [Z:\TheBeast\watchdog\Soci\build\ backends\mysql\soci_mysql.vcxproj] session.obj : error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: t hiscall soci::mysql_session_backend::mysql_session_backend(class soci::connection_parameters const &)" (?? 0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\watchdog\Soci\build\backends\ mysql\soci_mysql.vcxproj] statement.obj : error LNK2001: unresolved external symbol _mysql_error@4 [Z:\TheBeast\watchdog\Soci\build\ backends\mysql\soci_mysql.vcxproj] session.obj : error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: th iscall soci::mysql_session_backend::mysql_session_backend(class soci::connection_parameters const &)" (??0 mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\watchdog\Soci\build\backends\m ysql\soci_mysql.vcxproj] session.obj : error LNK2019: unresolved external symbol _mysql_ssl_set@24 referenced in function "public: thiscall soci::mysql_session_backend::mysql_session_backend(class soci::connection_parameters const &)" (??0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\watchdog\Soci\build\backen ds\mysql\soci_mysql.vcxproj] session.obj : error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "pub lic: thiscall soci::mysql_session_backend::mysql_session_backend(class soci::connection_parameters const &)" (??0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\watchdog\Soci\build\b ackends\mysql\soci_mysql.vcxproj] session.obj : error LNK2019: unresolved external symbol _mysql_real_query@12 referenced in function "void cdecl `anonymous namespace'::hard_exec(struct st_mysql ,class std::basic_string<char,struct std::char_t raits,class std::allocator > const &)" (?hard_exec@?A0x34f9bf96@@YAXPAUst_mysql@@ABV?$basic_st
ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soc
i_mysql.vcxproj]
statement.obj : error LNK2001: unresolved external symbol _mysql_real_query@12 [Z:\TheBeast\watchdog\Soci\
build\backends\mysql\soci_mysql.vcxproj]
session.obj : error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public:
thiscall soci::mysql_session_backend::mysql_session_backend(class soci::connection_parameters const &)"
(??0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\watchdog\Soci\build\backen
ds\mysql\soci_mysql.vcxproj]
session.obj : error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: voi
d thiscall soci::mysql_session_backend::clean_up(void)" (?clean_up@mysql_session_backend@soci@@QAEXXZ) [
Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
standard-into-type.obj : error LNK2019: unresolved external symbol _mysql_row_seek@8 referenced in functio
n "public: virtual void thiscall soci::mysql_standard_into_type_backend::post_fetch(bool,bool,enum soci:
:indicator *)" (?post_fetch@mysql_standard_into_type_backend@soci@@UAEX_N0PAW4indicator@2@@Z) [Z:\TheBeast
\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
vector-into-type.obj : error LNK2001: unresolved external symbol _mysql_row_seek@8 [Z:\TheBeast\watchdog\S
oci\build\backends\mysql\soci_mysql.vcxproj]
standard-into-type.obj : error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in functi
on "public: virtual void thiscall soci::mysql_standard_into_type_backend::post_fetch(bool,bool,enum soci
::indicator )" (?post_fetch@mysql_standard_into_type_backend@soci@@UAEX_N0PAW4indicator@2@@Z) [Z:\TheBeas
t\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
statement.obj : error LNK2001: unresolved external symbol _mysql_fetch_row@4 [Z:\TheBeast\watchdog\Soci\bu
ild\backends\mysql\soci_mysql.vcxproj]
vector-into-type.obj : error LNK2001: unresolved external symbol _mysql_fetch_row@4 [Z:\TheBeast\watchdog\
Soci\build\backends\mysql\soci_mysql.vcxproj]
standard-into-type.obj : error LNK2019: unresolved external symbol _mysql_fetch_lengths@4 referenced in fu
nction "public: virtual void __thiscall soci::mysql_standard_into_type_backend::post_fetch(bool,bool,enum
soci::indicator )" (?post_fetch@mysql_standard_into_type_backend@soci@@UAEX_N0PAW4indicator@2@@Z) [Z:\The
Beast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
vector-into-type.obj : error LNK2001: unresolved external symbol _mysql_fetch_lengths@4 [Z:\TheBeast\watch
dog\Soci\build\backends\mysql\soci_mysql.vcxproj]
statement.obj : error LNK2019: unresolved external symbol _mysql_num_rows@4 referenced in function "public
: virtual enum soci::details::statement_backend::exec_fetch_result thiscall soci::mysql_statement_backen
d::execute(int)" (?execute@mysql_statement_backend@soci@@UAE?AW4exec_fetch_result@statement_backend@detail
s@2@H@Z) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
statement.obj : error LNK2019: unresolved external symbol _mysql_fetch_field_direct@8 referenced in functi
on "public: virtual void thiscall soci::mysql_statement_backend::describe_column(int,enum soci::data_typ
e &,class std::basic_string<char,struct std::char_traits,class std::allocator > &)" (?describe
_column@mysql_statement_backend@soci@@UAEXHAAW4data_type@2@AAV?$basic_string@DU?$char_traits@D@std@@V?$all
ocator@D@2@@std@@@Z) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
statement.obj : error LNK2019: unresolved external symbol _mysql_row_tell@4 referenced in function "public
: virtual enum soci::details::statement_backend::exec_fetch_result thiscall soci::mysql_statement_backen
d::execute(int)" (?execute@mysql_statement_backend@soci@@UAE?AW4exec_fetch_result@statement_backend@detail
s@2@H@Z) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
statement.obj : error LNK2019: unresolved external symbol _mysql_field_count@4 referenced in function "pub
lic: virtual enum soci::details::statement_backend::exec_fetch_result thiscall soci::mysql_statement_bac
kend::execute(int)" (?execute@mysql_statement_backend@soci@@UAE?AW4exec_fetch_result@statement_backend@det
ails@2@H@Z) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
statement.obj : error LNK2019: unresolved external symbol _mysql_affected_rows@4 referenced in function "p
ublic: virtual enum soci::details::statement_backend::exec_fetch_result thiscall soci::mysql_statement_b
ackend::execute(int)" (?execute@mysql_statement_backend@soci@@UAE?AW4exec_fetch_result@statement_backend@d
etails@2@H@Z) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
statement.obj : error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function "pu
blic: virtual enum soci::details::statement_backend::exec_fetch_result thiscall soci::mysql_statement_ba
ckend::execute(int)" (?execute@mysql_statement_backend@soci@@UAE?AW4exec_fetch_result@statement_backend@de
tails@2@H@Z) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
statement.obj : error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function "pub
lic: virtual void __thiscall soci::mysql_statement_backend::clean_up(void)" (?clean_up@mysql_statement_bac
kend@soci@@UAEXXZ) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
Z:\TheBeast\watchdog\Soci\build\bin\Debug\soci_mysql_3_2.dll : fatal error LNK1120: 19 unresolved external
s [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj]
Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj" (default targets
) -- FAILED.
Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql.vcxproj.metaproj" (defaul t targets) -- FAILED.
Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\backends\mysql\soci_mysql_static.vcxproj.metaproj" (18) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql_static.vcxproj.metaproj" (18) is buildi ng "Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql_static.vcxproj" (19) on node 1 (default targ ets). PrepareForBuild: Creating directory "soci_mysql_static.dir\Debug\". Creating directory "soci_mysql_static.dir\Debug\soci_mys.8999139D.tlog\". InitializeBuildStatus: Creating "soci_mysql_static.dir\Debug\soci_mys.8999139D.tlog\unsuccessfulbuild" because "AlwaysCreate" w as specified. CustomBuild: Building Custom Rule Z:/TheBeast/watchdog/Soci/soci-3.2.3/backends/mysql/CMakeLists.txt CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/mysql/CMakeFiles/generate .stamp is up-to-date. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /I"C:\Program Files (x86)\MySQL\MyS QL Connector C 6.1\include" /I"Z:\TheBeast\watchdog\Soci\soci-3.2.3\core" /Zi /nologo /W4 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "SOCI_ABI_VERSION=\"3_2\"" /D DBUG_OFF /D HAVE_MYSQL=1 /D "CMAKE_INTDIR=\"D ebug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchart /Zc:forScope /Zc:inline /GR /Fo"soci mysql_static.dir\Debug\" /Fd"soci_mysql_static.dir\Debug\soci_mysql_static.pdb" /Gd /TP /analyze- /erro rReport:queue "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\blob.cpp" "Z:\TheBeast\watchdog\Soci\ soci-3.2.3\backends\mysql\common.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\factory.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\row-id.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\b ackends\mysql\session.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-into-type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp" "Z:\TheBeast\watchdog\Soci\s oci-3.2.3\backends\mysql\statement.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-into -type.cpp" "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp" blob.cpp common.cpp factory.cpp row-id.cpp session.cpp standard-into-type.cpp standard-use-type.cpp Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(49): warning C4996: 'strcpy': Th is function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_S ECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql _static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\string.h(119): note: see declaration of 'strcpy' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(74): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci _mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(83): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci _mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(91): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci _mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(99): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci _mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(115): warning C4996: '_snprintf' : This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soc i_mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\standard-use-type.cpp(125): warning C4996: '_snprintf' : This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soc i_mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' statement.cpp vector-into-type.cpp vector-use-type.cpp Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(60): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SEC URE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql_s tatic.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\string.h(119): note: see declaration of 'strcpy' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(96): warning C4996: '_snprintf': T his function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _C RT_SECURE_NO_WARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_m ysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(108): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(120): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(132): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(150): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\vector-use-type.cpp(162): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintfs instead. To disable deprecation, use CRT_SECURE_NOWARNINGS. See online help for details. [Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci mysql_static.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf' Generating Code... Lib: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\Lib.exe /OUT:"Z:\TheBeast\watchdog\Soci\build \lib\Debug\libsoci_mysql_3_2.lib" /NOLOGO /machine:X86 soci_mysql_static.dir\Debug\blob.obj soci_mysql_static.dir\Debug\common.obj soci_mysql_static.dir\Debug\factory.obj "soci_mysql_static.dir\Debug\row-id.obj" soci_mysql_static.dir\Debug\session.obj "soci_mysql_static.dir\Debug\standard-into-type.obj" "soci_mysql_static.dir\Debug\standard-use-type.obj" soci_mysql_static.dir\Debug\statement.obj "soci_mysql_static.dir\Debug\vector-into-type.obj" "soci_mysql_static.dir\Debug\vector-use-type.obj" soci_mysql_static.vcxproj -> Z:\TheBeast\watchdog\Soci\build\lib\Debug\libsoci_mysql_3_2.lib FinalizeBuildStatus: Deleting file "soci_mysql_static.dir\Debug\soci_mys.8999139D.tlog\unsuccessfulbuild". Touching "soci_mysql_static.dir\Debug\soci_mys.8999139D.tlog\soci_mysql_static.lastbuildstate". Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql_static.vcxproj" (default targets).
Done Building Project "Z:\TheBeast\watchdog\Soci\build\backends\mysql\soci_mysql_static.vcxproj.metaproj" (default targets).
Project "Z:\TheBeast\watchdog\Soci\build\ALL_BUILD.vcxproj.metaproj" (2) is building "Z:\TheBeast\watchdog \Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj.metaproj" (21) on node 1 (default targets). Project "Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj.metaproj" (21) is building "Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj" (22) on node 1 (default targets). PrepareForBuild: Creating directory "soci_mysql_test_static.dir\Debug\". Creating directory "soci_mysql_test_static.dir\Debug\soci_mys.B3B1629F.tlog\". InitializeBuildStatus: Creating "soci_mysql_test_static.dir\Debug\soci_mys.B3B1629F.tlog\unsuccessfulbuild" because "AlwaysCrea te" was specified. CustomBuild: Building Custom Rule Z:/TheBeast/watchdog/Soci/soci-3.2.3/backends/mysql/test/CMakeLists.txt CMake does not need to re-run because Z:/TheBeast/watchdog/Soci/build/backends/mysql/test/CMakeFiles/gen erate.stamp is up-to-date. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /I"C:\Program Files (x86)\MySQL\MyS QL Connector C 6.1\include" /I"Z:\TheBeast\watchdog\Soci\soci-3.2.3\core" /I"Z:\TheBeast\watchdog\Soci\s oci-3.2.3\core\test" /I"Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql" /Zi /nologo /W4 /WX- /Od /O b0 /Oy- /D WIN32 /D _WINDOWS /D "SOCI_ABI_VERSION=\"3_2\"" /D DBUG_OFF /D HAVE_MYSQL=1 /D "CMAKE_INTDIR= \"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"so ci_mysql_test_static.dir\Debug\" /Fd"soci_mysql_test_static.dir\Debug\vc140.pdb" /Gd /TP /analyze- /err orReport:queue "Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\test\test-mysql.cpp" test-mysql.cpp Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test/common-tests.h(806): warning C4456: declaration of 'i' hide s previous local declaration [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static.v cxproj] Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test/common-tests.h(755): note: see declaration of 'i' Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test/common-tests.h(1949): warning C4456: declaration of 'r' hid es previous local declaration [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static. vcxproj] Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test/common-tests.h(1938): note: see declaration of 'r' Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test/common-tests.h(2006): warning C4456: declaration of 't' hid es previous local declaration [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static. vcxproj] Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test/common-tests.h(1975): note: see declaration of 't' Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test/common-tests.h(2027): warning C4456: declaration of 'r' hid es previous local declaration [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static. vcxproj] Z:\TheBeast\watchdog\Soci\soci-3.2.3\core\test/common-tests.h(1938): note: see declaration of 'r' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\test\test-mysql.cpp(70): warning C4456: declaration of 'in' hides previous local declaration [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_tes t_static.vcxproj] Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\test\test-mysql.cpp(57): note: see declaration of 'i n' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\test\test-mysql.cpp(71): warning C4456: declaration of 'out' hides previous local declaration [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_te st_static.vcxproj] Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\test\test-mysql.cpp(58): note: see declaration of 'o ut' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\test\test-mysql.cpp(903): warning C4459: declaration o f 'backEnd' hides global declaration [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysqltest static.vcxproj] Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\test\test-mysql.cpp(28): note: see declaration of 'b ackEnd' Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\test\test-mysql.cpp(903): warning C4459: declaration o f 'connectString' hides global declaration [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql _test_static.vcxproj] Z:\TheBeast\watchdog\Soci\soci-3.2.3\backends\mysql\test\test-mysql.cpp(27): note: see declaration of 'c onnectString' Link: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"Z:\TheBeast \watchdog\Soci\build\bin\Debug\soci_mysql_test_static.exe" /INCREMENTAL /NOLOGO ......\lib\Debug\libso ci_core_3_2.lib ......\lib\Debug\libsoci_mysql_3_2.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asI nvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"Z:/TheBeast/watchdog/Soci/build/bin/Debug/soci_my sql_test_static.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"Z:/TheBeast/watchdog/So ci/build/lib/Debug/soci_mysql_test_static.lib" /MACHINE:X86 /SAFESEH /machine:X86 "soci_mysql_test_stat ic.dir\Debug\test-mysql.obj" test-mysql.obj : error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function "void cdecl test1(void)" (?test1@@YAXXZ) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysq l_test_static.vcxproj] test-mysql.obj : error LNK2019: unresolved external symbol _mysql_real_escape_string@16 referenced in func tion catch$?test11@@YAXXZ$6 [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static. vcxproj] libsoci_mysql_3_2.lib(common.obj) : error LNK2001: unresolved external symbol _mysql_real_escape_string@16 [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj] libsoci_mysql_3_2.lib(session.obj) : error LNK2019: unresolved external symbol _mysql_errno@4 referenced i n function "public: thiscall soci::mysql_session_backend::mysql_session_backend(class soci::connection_p arameters const &)" (??0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\watchd og\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj] libsoci_mysql_3_2.lib(statement.obj) : error LNK2001: unresolved external symbol _mysql_errno@4 [Z:\TheBea st\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj] libsoci_mysql_3_2.lib(session.obj) : error LNK2019: unresolved external symbol _mysql_error@4 referenced i n function "public: thiscall soci::mysql_session_backend::mysql_session_backend(class soci::connection_p arameters const &)" (??0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\watchd og\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj] libsoci_mysql_3_2.lib(statement.obj) : error LNK2001: unresolved external symbol _mysql_error@4 [Z:\TheBea st\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj] libsoci_mysql_3_2.lib(session.obj) : error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: thiscall soci::mysql_session_backend::mysql_session_backend(class soci::connection_pa rameters const &)" (??0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\watchdo g\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj] libsoci_mysql_3_2.lib(session.obj) : error LNK2019: unresolved external symbol _mysql_ssl_set@24 reference d in function "public: thiscall soci::mysql_session_backend::mysql_session_backend(class soci::connectio n_parameters const &)" (??0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\wat chdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj] libsoci_mysql_3_2.lib(session.obj) : error LNK2019: unresolved external symbol _mysql_real_connect@32 refe renced in function "public: thiscall soci::mysql_session_backend::mysql_session_backend(class soci::conn ection_parameters const &)" (??0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeas t\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj] libsoci_mysql_3_2.lib(session.obj) : error LNK2019: unresolved external symbol _mysql_real_query@12 refere nced in function "void __cdecl `anonymous namespace'::hard_exec(struct st_mysql *,class std::basic_string< char,struct std::char_traits,class std::allocator > const &)" (?hard_exec@?A0x34f9bf96@@YAXPAU
st_mysql@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) [Z:\TheBeast\watchdog\Soci\b
uild\backends\mysql\test\soci_mysql_test_static.vcxproj]
libsoci_mysql_3_2.lib(statement.obj) : error LNK2001: unresolved external symbol _mysql_real_query@12 [Z:\
TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj]
libsoci_mysql_3_2.lib(session.obj) : error LNK2019: unresolved external symbol _mysql_options@12 reference
d in function "public: thiscall soci::mysql_session_backend::mysql_session_backend(class soci::connectio
n_parameters const &)" (??0mysql_session_backend@soci@@QAE@ABVconnection_parameters@1@@Z) [Z:\TheBeast\wat
chdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj]
libsoci_mysql_3_2.lib(session.obj) : error LNK2019: unresolved external symbol _mysql_close@4 referenced i
n function "public: void thiscall soci::mysql_session_backend::clean_up(void)" (?clean_up@mysqlsession
backend@soci@@QAEXXZ) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_static.vcxproj]
libsoci_mysql_3_2.lib(statement.obj) : error LNK2019: unresolved external symbol _mysql_num_rows@4 referen
ced in function "public: virtual enum soci::details::statement_backend::exec_fetch_result thiscall soci:
:mysql_statement_backend::execute(int)" (?execute@mysql_statement_backend@soci@@UAE?AW4exec_fetch_result@s
tatement_backend@details@2@H@Z) [Z:\TheBeast\watchdog\Soci\build\backends\mysql\test\soci_mysql_test_stati
c.vcxproj]
libsoci_mysql_3_2.lib(statement.obj) : error LNK2019: unresolved external symbol _mysql_fetch_field_direct
@8 referenced in function "public: virtual void __thiscall soci::mysql_statement_backend::describe_column(
int,enum soci::data_type &,class std::basic_string<char,struct std::char_traits,class std::allocator