Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-31-2015, 05:48 PM
Drazel
Fire Beetle
 
Join Date: Aug 2015
Location: Las Vegas
Posts: 25
Default Compilation errors

So I went out and found all the programs listed to install a server on Windows.I followed the instructions to the letter. I found the versions of the software listed on the wiki, except cmake I used 3.3.1.

When I went to compile to server software I got hit with many errors, not just warnings. I am not sure why.

Code:
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>  Checking Build System
1>  CMake does not need to re-run because C:/EQ/Source/Build/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/luabind/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/common/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/shared_memory/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/world/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/zone/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/ucs/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/queryserv/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/eqlaunch/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/loginserver/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/client_files/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/client_files/import/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ/Source/Build/client_files/export/CMakeFiles/generate.stamp is up-to-date.
2>------ Build started: Project: common, Configuration: Debug Win32 ------
3>------ Build started: Project: luabind, Configuration: Debug Win32 ------
2>  Building Custom Rule C:/EQ/Source/common/CMakeLists.txt
2>  CMake does not need to re-run because C:\EQ\Source\Build\common\CMakeFiles\generate.stamp is up-to-date.
3>  Building Custom Rule C:/EQ/Source/luabind/CMakeLists.txt
3>  CMake does not need to re-run because C:\EQ\Source\Build\luabind\CMakeFiles\generate.stamp is up-to-date.
3>  class.cpp
3>  class_info.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  Unknown compiler version - please run the configure tests and report the results
2>  base_packet.cpp
2>  classes.cpp
2>  condition.cpp
2>  crash.cpp
2>  crc16.cpp
2>  crc32.cpp
2>  database.cpp
2>  database_conversions.cpp
2>C:\EQ\Source\common\database.cpp(1025): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1027): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1029): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1065): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1067): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1069): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1110): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1112): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1114): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1116): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1486): warning C4244: 'return' : conversion from 'uint16' to 'uint8', possible loss of data
2>C:\EQ\Source\common\database.cpp(1505): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1506): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\database.cpp(1507): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>  class_registry.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>  database_instances.cpp
3>  class_rep.cpp
2>C:\EQ\Source\common\database_conversions.cpp(463): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
2>C:\EQ\Source\common\database_conversions.cpp(466): warning C4018: '<' : signed/unsigned mismatch
3>  Unknown compiler version - please run the configure tests and report the results
2>C:\EQ\Source\common\database_instances.cpp(156): warning C4018: '<=' : signed/unsigned mismatch
2>C:\EQ\Source\common\database_instances.cpp(180): warning C4018: '<' : signed/unsigned mismatch
2>  dbcore.cpp
2>  emu_opcodes.cpp
2>  emu_tcp_connection.cpp
2>  emu_tcp_server.cpp
2>  eq_dictionary.cpp
2>  eqdb.cpp
2>  eqdb_res.cpp
3>  create_class.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data (C:\EQ\Source\common\eqdb_res.cpp)
2>  eqemu_exception.cpp
2>  eqemu_config.cpp
2>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data (C:\EQ\Source\common\eqdb.cpp)
2>C:\EQ\Source\common\eqdb.cpp(34): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
2>C:\EQ\Source\common\eqdb.cpp(38): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
2>  eqemu_logsys.cpp
2>  eq_packet.cpp
2>C:\EQ\Source\common\eqemu_logsys.cpp(157): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
2>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\process.h(222) : see declaration of 'getpid'
2>C:\EQ\Source\common\eqemu_logsys.cpp(340): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
2>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\process.h(222) : see declaration of 'getpid'
2>C:\EQ\Source\common\eqemu_logsys.cpp(342): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
2>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\process.h(222) : see declaration of 'getpid'
2>C:\EQ\Source\common\eqemu_logsys.cpp(347): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
2>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\process.h(222) : see declaration of 'getpid'
2>C:\EQ\Source\common\eqemu_logsys.cpp(348): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
2>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\process.h(222) : see declaration of 'getpid'
2>  eq_stream.cpp
3>  error.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  exception_handler.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>C:\EQ\Source\common\eq_stream.cpp(82): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
2>C:\EQ\Source\common\eq_stream.cpp(90): warning C4018: '>' : signed/unsigned mismatch
2>C:\EQ\Source\common\eq_stream.cpp(369): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>C:\EQ\Source\common\eq_stream.cpp(423): warning C4018: '>' : signed/unsigned mismatch
2>C:\EQ\Source\common\eq_stream.cpp(461): warning C4018: '>' : signed/unsigned mismatch
2>C:\EQ\Source\common\eq_stream.cpp(477): warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
2>C:\EQ\Source\common\eq_stream.cpp(488): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
2>C:\EQ\Source\common\eq_stream.cpp(490): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
2>C:\EQ\Source\common\eq_stream.cpp(634): warning C4018: '>' : signed/unsigned mismatch
2>C:\EQ\Source\common\eq_stream.cpp(646): warning C4018: '>' : signed/unsigned mismatch
2>C:\EQ\Source\common\eq_stream.cpp(696): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
2>C:\EQ\Source\common\eq_stream.cpp(697): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
2>C:\EQ\Source\common\eq_stream.cpp(762): warning C4018: '>' : signed/unsigned mismatch
2>C:\EQ\Source\common\eq_stream.cpp(765): warning C4244: 'initializing' : conversion from 'long' to 'uint16', possible loss of data
2>C:\EQ\Source\common\eq_stream.cpp(836): warning C4018: '>' : signed/unsigned mismatch
3>  function.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  inheritance.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>C:\EQ\Source\common\eq_stream.cpp(940): warning C4244: 'argument' : conversion from 'time_t' to 'u_long', possible loss of data
2>C:\EQ\Source\common\eq_stream.cpp(1165): warning C4018: '>' : signed/unsigned mismatch
2>C:\EQ\Source\common\eq_stream.cpp(1202): warning C4018: '>' : signed/unsigned mismatch
2>C:\EQ\Source\common\eq_packet.cpp(209): warning C4244: '=' : conversion from 'const uint16' to 'unsigned char', possible loss of data
2>C:\EQ\Source\common\eq_packet.cpp(221): warning C4244: '=' : conversion from 'uint16' to 'unsigned char', possible loss of data
2>  eq_stream_factory.cpp
2>  eq_stream_ident.cpp
2>C:\EQ\Source\common\eq_stream_factory.cpp(98): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
2>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\io.h(326) : see declaration of 'close'
2>  eq_stream_proxy.cpp
3>  link_compatibility.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  object_rep.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>  eqtime.cpp
3>  open.cpp
2>  extprofile.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  pcall.cpp
2>C:\EQ\Source\common\eqtime.cpp(76): warning C4244: 'initializing' : conversion from 'time_t' to 'unsigned long', possible loss of data
3>  Unknown compiler version - please run the configure tests and report the results
3>  scope.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  stack_content_by_name.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>C:\EQ\Source\common\eqtime.cpp(180): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
2>C:\EQ\Source\common\eqtime.cpp(183): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
2>C:\EQ\Source\common\eqtime.cpp(188): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
2>C:\EQ\Source\common\eqtime.cpp(192): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
2>  faction.cpp
2>  guild_base.cpp
2>  guilds.cpp
3>  weak_ref.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  wrapper_base.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>C:\EQ\Source\common\guild_base.cpp(788): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>  ipc_mutex.cpp
2>C:\EQ\Source\common\guild_base.cpp(818): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>  item.cpp
2>  md5.cpp
2>  memory_mapped_file.cpp
3>  luabind.vcxproj -> C:\EQ\Source\Build\bin\Debug\luabind.lib
2>  misc.cpp
2>  misc_functions.cpp
2>C:\EQ\Source\common\misc_functions.cpp(108): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
2>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(2238) : see declaration of 'gethostbyname'
2>C:\EQ\Source\common\misc_functions.cpp(246): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
2>  mutex.cpp
2>  mysql_request_result.cpp
2>C:\EQ\Source\common\mutex.cpp(39): warning C4996: 'GetVersionExA': was declared deprecated
2>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
2>C:\EQ\Source\common\mutex.cpp(43): warning C4996: 'GetVersionExA': was declared deprecated
2>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
2>C:\EQ\Source\common\mutex.cpp(117): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
2>  mysql_request_row.cpp
2>C:\EQ\Source\common\mysql_request_result.cpp(77): warning C4018: '>=' : signed/unsigned mismatch
2>C:\EQ\Source\common\mysql_request_result.cpp(85): warning C4018: '>=' : signed/unsigned mismatch
2>  opcode_map.cpp
2>  opcodemgr.cpp
2>  packet_dump.cpp
2>  packet_dump_file.cpp
2>  packet_functions.cpp
2>  perl_eqdb.cpp
2>  perl_eqdb_res.cpp
2>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ\Source\common\perl_eqdb.cpp)
2>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
2>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ\Source\common\perl_eqdb_res.cpp)
2>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
2>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data (C:\EQ\Source\common\perl_eqdb.cpp)
2>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data (C:\EQ\Source\common\perl_eqdb_res.cpp)
2>  proc_launcher.cpp
2>  ptimer.cpp
2>  races.cpp
2>  rdtsc.cpp
2>  rulesys.cpp
2>  serverinfo.cpp
2>C:\EQ\Source\common\serverinfo.cpp(37): warning C4996: 'GetVersionExA': was declared deprecated
2>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
2>  shareddb.cpp
2>C:\EQ\Source\common\rulesys.cpp(174): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>  skills.cpp
2>  spdat.cpp
2>C:\EQ\Source\common\spdat.cpp(494): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\shareddb.cpp(441): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\shareddb.cpp(540): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\shareddb.cpp(677): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\shareddb.cpp(1247): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
2>C:\EQ\Source\common\shareddb.cpp(1273): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
2>  string_util.cpp
2>C:\EQ\Source\common\shareddb.cpp(1666): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>C:\EQ\Source\common\shareddb.cpp(1677): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\shareddb.cpp(1678): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\shareddb.cpp(1679): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\shareddb.cpp(1680): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>  struct_strategy.cpp
2>  tcp_connection.cpp
2>  tcp_server.cpp
2>C:\EQ\Source\common\tcp_connection.cpp(589): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
2>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
2>  timeoutmgr.cpp
2>  timer.cpp
2>  unix.cpp
2>  worldconn.cpp
2>C:\EQ\Source\common\timer.cpp(74): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
2>  xml_parser.cpp
2>  platform.cpp
2>  patches.cpp
2>  sod.cpp
2>  sof.cpp
2>C:\EQ\Source\common\patches\sod.cpp(133): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\sod.cpp(137): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
2>C:\EQ\Source\common\patches\sod.cpp(1704): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\sod.cpp(1902): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\sod.cpp(1967): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\sod.cpp(2599): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\sod.cpp(3983): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
2>C:\EQ\Source\common\patches\sod.cpp(3984): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\sod.cpp(3985): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\sod.cpp(3987): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
2>  rof.cpp
2>C:\EQ\Source\common\patches\sof.cpp(133): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\sof.cpp(137): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
2>C:\EQ\Source\common\patches\sof.cpp(507): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\sof.cpp(1361): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\sof.cpp(1559): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\sof.cpp(1624): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\sof.cpp(3302): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
2>C:\EQ\Source\common\patches\sof.cpp(3303): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\sof.cpp(3304): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\sof.cpp(3306): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
2>  rof2.cpp
2>C:\EQ\Source\common\patches\rof.cpp(139): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\rof.cpp(145): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
2>C:\EQ\Source\common\patches\rof.cpp(2777): warning C4309: '=' : truncation of constant value
2>C:\EQ\Source\common\patches\rof.cpp(2778): warning C4309: '=' : truncation of constant value
2>C:\EQ\Source\common\patches\rof.cpp(2779): warning C4309: '=' : truncation of constant value
2>C:\EQ\Source\common\patches\rof.cpp(2862): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof.cpp(2916): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof.cpp(2972): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof.cpp(3314): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
2>C:\EQ\Source\common\patches\rof.cpp(3662): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof.cpp(3665): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof.cpp(3685): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof.cpp(3693): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof.cpp(3918): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\rof.cpp(5593): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
2>C:\EQ\Source\common\patches\rof.cpp(5594): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\rof.cpp(5595): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\rof.cpp(5597): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
2>  titanium.cpp
2>C:\EQ\Source\common\patches\rof2.cpp(205): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\rof2.cpp(211): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
2>C:\EQ\Source\common\patches\rof2.cpp(2867): warning C4309: '=' : truncation of constant value
2>C:\EQ\Source\common\patches\rof2.cpp(2868): warning C4309: '=' : truncation of constant value
2>C:\EQ\Source\common\patches\rof2.cpp(2869): warning C4309: '=' : truncation of constant value
2>C:\EQ\Source\common\patches\rof2.cpp(2952): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof2.cpp(3005): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof2.cpp(3061): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof2.cpp(3385): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
2>C:\EQ\Source\common\patches\rof2.cpp(3808): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof2.cpp(3811): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof2.cpp(3831): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof2.cpp(3839): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\rof2.cpp(4064): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\rof2.cpp(5807): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
2>C:\EQ\Source\common\patches\rof2.cpp(5808): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\rof2.cpp(5809): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\rof2.cpp(5811): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
2>  uf.cpp
2>C:\EQ\Source\common\patches\titanium.cpp(1159): warning C4018: '<' : signed/unsigned mismatch
2>  Base64.cpp
2>C:\EQ\Source\common\patches\uf.cpp(133): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\uf.cpp(136): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
2>C:\EQ\Source\common\patches\uf.cpp(1968): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\uf.cpp(2187): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\uf.cpp(2260): warning C4018: '<' : signed/unsigned mismatch
2>C:\EQ\Source\common\patches\uf.cpp(2869): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>C:\EQ\Source\common\patches\uf.cpp(4293): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
2>C:\EQ\Source\common\patches\uf.cpp(4294): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\uf.cpp(4295): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>C:\EQ\Source\common\patches\uf.cpp(4297): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
2>  File.cpp
2>  HttpdCookies.cpp
2>  HttpdForm.cpp
2>  HttpdSocket.cpp
2>  HTTPSocket.cpp
2>  MemFile.cpp
2>c:\eq\source\common\socketlib\httpsocket.cpp(115): warning C4715: 'HTTPSocket::ProcessReceivedData' : not all control paths return a value
2>  Mime.cpp
2>  Parse.cpp
2>  socket_include.cpp
2>  Utility.cpp
2>  StackWalker.cpp
2>C:\EQ\Source\common\StackWalker\StackWalker.cpp(1207): warning C4996: 'GetVersionExA': was declared deprecated
2>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
2>  tinystr.cpp
2>  tinyxml.cpp
2>  tinyxmlerror.cpp
2>  tinyxmlparser.cpp
2>guilds.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
2>  common.vcxproj -> C:\EQ\Source\Build\bin\Debug\common.lib
4>------ Build started: Project: eqlaunch, Configuration: Debug Win32 ------
5>------ Build started: Project: export_client_files, Configuration: Debug Win32 ------
4>  Building Custom Rule C:/EQ/Source/eqlaunch/CMakeLists.txt
4>  CMake does not need to re-run because C:\EQ\Source\Build\eqlaunch\CMakeFiles\generate.stamp is up-to-date.
5>  Building Custom Rule C:/EQ/Source/client_files/export/CMakeLists.txt
5>  CMake does not need to re-run because C:\EQ\Source\Build\client_files\export\CMakeFiles\generate.stamp is up-to-date.
5>  main.cpp
4>  eqlaunch.cpp
4>  worldserver.cpp
4>  zone_launch.cpp
5>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
5>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
5>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
5>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
5>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
5>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
5>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
5>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
5>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
5>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
5>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
5>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
5>C:\EQ\Source\Build\bin\Debug\export_client_files.exe : fatal error LNK1169: one or more multiply defined symbols found
6>------ Build started: Project: import_client_files, Configuration: Debug Win32 ------
6>  Building Custom Rule C:/EQ/Source/client_files/import/CMakeLists.txt
6>  CMake does not need to re-run because C:\EQ\Source\Build\client_files\import\CMakeFiles\generate.stamp is up-to-date.
4>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
4>mysqlclient.lib(zutil.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'mysqlclient.lib(zutil.obj)' or at 'C:\EQ\Source\Build\bin\Debug\zlib.pdb'; linking object as if no debug info
4>mysqlclient.lib(trees.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'mysqlclient.lib(trees.obj)' or at 'C:\EQ\Source\Build\bin\Debug\zlib.pdb'; linking object as if no debug info
4>mysqlclient.lib(inftrees.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'mysqlclient.lib(inftrees.obj)' or at 'C:\EQ\Source\Build\bin\Debug\zlib.pdb'; linking object as if no debug info
4>mysqlclient.lib(inflate.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'mysqlclient.lib(inflate.obj)' or at 'C:\EQ\Source\Build\bin\Debug\zlib.pdb'; linking object as if no debug info
4>mysqlclient.lib(inffast.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'mysqlclient.lib(inffast.obj)' or at 'C:\EQ\Source\Build\bin\Debug\zlib.pdb'; linking object as if no debug info
4>mysqlclient.lib(deflate.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'mysqlclient.lib(deflate.obj)' or at 'C:\EQ\Source\Build\bin\Debug\zlib.pdb'; linking object as if no debug info
4>mysqlclient.lib(crc32.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'mysqlclient.lib(crc32.obj)' or at 'C:\EQ\Source\Build\bin\Debug\zlib.pdb'; linking object as if no debug info
4>mysqlclient.lib(compress.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'mysqlclient.lib(compress.obj)' or at 'C:\EQ\Source\Build\bin\Debug\zlib.pdb'; linking object as if no debug info
6>  main.cpp
4>mysqlclient.lib(adler32.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'mysqlclient.lib(adler32.obj)' or at 'C:\EQ\Source\Build\bin\Debug\zlib.pdb'; linking object as if no debug info
6>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
6>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in main.obj
6>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
6>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
6>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
6>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
6>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
6>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
6>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
6>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
6>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
6>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
6>C:\EQ\Source\Build\bin\Debug\import_client_files.exe : fatal error LNK1169: one or more multiply defined symbols found
7>------ Build started: Project: loginserver, Configuration: Debug Win32 ------
7>  Building Custom Rule C:/EQ/Source/loginserver/CMakeLists.txt
7>  CMake does not need to re-run because C:\EQ\Source\Build\loginserver\CMakeFiles\generate.stamp is up-to-date.
7>  client.cpp
7>  client_manager.cpp
4>  eqlaunch.vcxproj -> C:\EQ\Source\Build\bin\Debug\eqlaunch.exe
8>------ Build started: Project: queryserv, Configuration: Debug Win32 ------
8>  Building Custom Rule C:/EQ/Source/queryserv/CMakeLists.txt
8>  CMake does not need to re-run because C:\EQ\Source\Build\queryserv\CMakeFiles\generate.stamp is up-to-date.
7>C:\EQ\Source\loginserver\client_manager.cpp(102): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\client_manager.cpp(115): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>  config.cpp
7>C:\EQ\Source\loginserver\client.cpp(251): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\client.cpp(273): warning C4309: '=' : truncation of constant value
7>C:\EQ\Source\loginserver\client.cpp(275): warning C4309: '=' : truncation of constant value
7>C:\EQ\Source\loginserver\client.cpp(276): warning C4309: '=' : truncation of constant value
7>C:\EQ\Source\loginserver\client.cpp(277): warning C4309: '=' : truncation of constant value
7>C:\EQ\Source\loginserver\client.cpp(278): warning C4309: '=' : truncation of constant value
7>C:\EQ\Source\loginserver\client.cpp(279): warning C4309: '=' : truncation of constant value
7>C:\EQ\Source\loginserver\client.cpp(282): warning C4309: '=' : truncation of constant value
8>  database.cpp
8>  lfguild.cpp
8>C:\EQ\Source\queryserv\database.cpp(148): warning C4018: '<' : signed/unsigned mismatch
8>C:\EQ\Source\queryserv\database.cpp(191): warning C4018: '<' : signed/unsigned mismatch
8>C:\EQ\Source\queryserv\database.cpp(225): warning C4018: '<' : signed/unsigned mismatch
8>C:\EQ\Source\queryserv\database.cpp(255): warning C4018: '<' : signed/unsigned mismatch
8>C:\EQ\Source\queryserv\database.cpp(291): warning C4018: '<' : signed/unsigned mismatch
8>C:\EQ\Source\queryserv\database.cpp(332): warning C4018: '<' : signed/unsigned mismatch
8>  queryserv.cpp
8>C:\EQ\Source\queryserv\lfguild.cpp(244): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
8>C:\EQ\Source\queryserv\lfguild.cpp(286): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
8>  queryservconfig.cpp
7>  database_mysql.cpp
7>  database_postgresql.cpp
7>  error_log.cpp
8>  worldserver.cpp
7>  main.cpp
8>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
7>  server_manager.cpp
8>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in database.obj
8>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in database.obj
8>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
8>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
8>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
8>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
8>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
8>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
8>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
8>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
8>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
8>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
8>C:\EQ\Source\Build\bin\Debug\queryserv.exe : fatal error LNK1169: one or more multiply defined symbols found
9>------ Build started: Project: shared_memory, Configuration: Debug Win32 ------
9>  Building Custom Rule C:/EQ/Source/shared_memory/CMakeLists.txt
9>  CMake does not need to re-run because C:\EQ\Source\Build\shared_memory\CMakeFiles\generate.stamp is up-to-date.
9>  base_data.cpp
9>  items.cpp
7>C:\EQ\Source\loginserver\server_manager.cpp(62): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\server_manager.cpp(67): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\server_manager.cpp(138): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\server_manager.cpp(150): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\server_manager.cpp(194): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>  world_server.cpp
9>  loot.cpp
7>C:\EQ\Source\loginserver\world_server.cpp(310): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\world_server.cpp(322): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\world_server.cpp(494): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\world_server.cpp(523): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>C:\EQ\Source\loginserver\world_server.cpp(525): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
7>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
7>  encryption.cpp
9>  main.cpp
9>  npc_faction.cpp
7>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
9>  spells.cpp
7>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in client.obj
7>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in client.obj
7>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
7>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
7>C:\EQ\Source\Build\bin\Debug\loginserver.exe : fatal error LNK1169: one or more multiply defined symbols found
10>------ Build started: Project: ucs, Configuration: Debug Win32 ------
10>  Building Custom Rule C:/EQ/Source/ucs/CMakeLists.txt
10>  CMake does not need to re-run because C:\EQ\Source\Build\ucs\CMakeFiles\generate.stamp is up-to-date.
9>  skill_caps.cpp
10>  chatchannel.cpp
10>  clientlist.cpp
10>C:\EQ\Source\ucs\clientlist.cpp(566): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
10>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
10>C:\EQ\Source\ucs\clientlist.cpp(585): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
10>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
10>C:\EQ\Source\ucs\clientlist.cpp(606): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
10>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
10>C:\EQ\Source\ucs\clientlist.cpp(716): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
10>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
10>C:\EQ\Source\ucs\clientlist.cpp(1296): warning C4018: '<' : signed/unsigned mismatch
10>C:\EQ\Source\ucs\clientlist.cpp(1407): warning C4018: '<' : signed/unsigned mismatch
9>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in base_data.obj
9>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in base_data.obj
9>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
9>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
9>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
9>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
9>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
9>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
9>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
9>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
9>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
9>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
9>C:\EQ\Source\Build\bin\Debug\shared_memory.exe : fatal error LNK1169: one or more multiply defined symbols found
10>  database.cpp
11>------ Build started: Project: world, Configuration: Debug Win32 ------
11>  Building Custom Rule C:/EQ/Source/world/CMakeLists.txt
11>  CMake does not need to re-run because C:\EQ\Source\Build\world\CMakeFiles\generate.stamp is up-to-date.
10>C:\EQ\Source\ucs\database.cpp(447): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
10>  ucs.cpp
10>  ucsconfig.cpp
11>  adventure.cpp
11>  adventure_manager.cpp
11>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch (C:\EQ\Source\world\adventure_manager.cpp)
11>C:\EQ\Source\world\adventure_manager.cpp(394): warning C4018: '<' : signed/unsigned mismatch
11>C:\EQ\Source\world\adventure_manager.cpp(412): warning C4018: '<' : signed/unsigned mismatch
11>C:\EQ\Source\world\adventure_manager.cpp(663): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
11>C:\EQ\Source\world\adventure_manager.cpp(669): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(670): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(671): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(672): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(680): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(681): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(683): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(684): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(685): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(686): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(688): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(689): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(690): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(691): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(910): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(911): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(912): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(913): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(914): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(915): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(916): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
11>C:\EQ\Source\world\adventure_manager.cpp(917): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
11>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch (C:\EQ\Source\world\adventure.cpp)
11>C:\EQ\Source\world\adventure.cpp(396): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\adventure.cpp(397): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
10>  worldserver.cpp
11>  client.cpp
11>  cliententry.cpp
11>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch (C:\EQ\Source\world\client.cpp)
11>C:\EQ\Source\world\client.cpp(407): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\client.cpp(631): warning C4018: '<' : signed/unsigned mismatch
11>C:\EQ\Source\world\client.cpp(644): warning C4018: '<' : signed/unsigned mismatch
11>C:\EQ\Source\world\client.cpp(752): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
11>C:\EQ\Source\world\client.cpp(1233): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch (C:\EQ\Source\world\cliententry.cpp)
11>C:\EQ\Source\world\client.cpp(1384): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\client.cpp(1435): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
11>C:\EQ\Source\world\client.cpp(1436): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
11>C:\EQ\Source\world\client.cpp(1484): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
11>C:\EQ\Source\world\client.cpp(1373): warning C4101: 'ext' : unreferenced local variable
11>C:\EQ\Source\world\client.cpp(1567): warning C4018: '<' : signed/unsigned mismatch
11>  clientlist.cpp
10>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in chatchannel.obj
10>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in chatchannel.obj
10>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
10>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
10>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
10>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
10>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
10>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
10>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
10>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
10>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
10>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
10>C:\EQ\Source\Build\bin\Debug\ucs.exe : fatal error LNK1169: one or more multiply defined symbols found
12>------ Build started: Project: zone, Configuration: Debug Win32 ------
11>  console.cpp
11>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch (C:\EQ\Source\world\clientlist.cpp)
11>C:\EQ\Source\world\clientlist.cpp(59): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\clientlist.cpp(305): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>  eql_config.cpp
11>C:\EQ\Source\world\console.cpp(91): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\console.cpp(222): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\console.cpp(237): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\console.cpp(246): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\console.cpp(251): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\console.cpp(257): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\console.cpp(263): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\console.cpp(268): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\console.cpp(316): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\console.cpp(779): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945) : see declaration of 'ultoa'
11>C:\EQ\Source\world\console.cpp(780): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945) : see declaration of 'ultoa'
11>C:\EQ\Source\world\console.cpp(781): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945) : see declaration of 'ultoa'
11>C:\EQ\Source\world\console.cpp(782): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945) : see declaration of 'ultoa'
11>  eqw.cpp
11>  eqw_http_handler.cpp
11>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ\Source\world\eqw.cpp)
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch (C:\EQ\Source\world\eqw.cpp)
11>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ\Source\world\eqw_http_handler.cpp)
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>  eqw_parser.cpp
11>  http_request.cpp
11>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ\Source\world\eqw_parser.cpp)
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data (C:\EQ\Source\world\http_request.cpp)
11>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data (C:\EQ\Source\world\eqw_parser.cpp)
11>C:\EQ\Source\world\http_request.cpp(65): warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
11>  launcher_link.cpp
11>  launcher_list.cpp
11>C:\EQ\Source\world\launcher_link.cpp(168): warning C4800: 'const uint8' : forcing value to bool 'true' or 'false' (performance warning)
11>  lfplist.cpp
11>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch (C:\EQ\Source\world\lfplist.cpp)
11>  login_server.cpp
11>  login_server_list.cpp
11>  net.cpp
11>  perl_eql_config.cpp
11>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch (C:\EQ\Source\world\net.cpp)
11>C:\EQ\Source\world\net.cpp(419): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\net.cpp(434): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\net.cpp(435): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\net.cpp(436): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\net.cpp(441): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\net.cpp(446): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\net.cpp(458): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ\Source\world\perl_eql_config.cpp)
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>  perl_eqw.cpp
11>  perl_http_request.cpp
11>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ\Source\world\perl_http_request.cpp)
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ\Source\world\perl_eqw.cpp)
11>          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>C:\EQ\Source\world\perl_eqw.cpp(409): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
11>C:\EQ\Source\world\perl_eqw.cpp(725): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
11>C:\EQ\Source\world\perl_eqw.cpp(753): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
11>  queryserv.cpp
11>  ucs.cpp
11>  wguild_mgr.cpp
11>  world_config.cpp
11>  worlddb.cpp
11>  zonelist.cpp
11>C:\EQ\Source\world\zonelist.cpp(107): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\zonelist.cpp(109): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\zonelist.cpp(336): warning C4996: 'inet_ntoa': Use inet_ntop() or InetNtop() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
11>          C:\Program Files (x86)\Windows Kits\8.1\Include\um\winsock2.h(1868) : see declaration of 'inet_ntoa'
11>C:\EQ\Source\world\worlddb.cpp(152): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
11>C:\EQ\Source\world\worlddb.cpp(182): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\worlddb.cpp(183): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\worlddb.cpp(184): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
11>  zoneserver.cpp
11>C:\EQ\Source\world\worlddb.cpp(329): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
11>C:\EQ\Source\world\worlddb.cpp(348): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\worlddb.cpp(349): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\worlddb.cpp(350): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>C:\EQ\Source\world\worlddb.cpp(351): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
11>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch (C:\EQ\Source\world\zoneserver.cpp)
11>C:\EQ\Source\world\zoneserver.cpp(1448): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
11>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(plugin_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(client_authentication.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(my_default.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(ssl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(net_serv.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(handshake_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(yassl_int.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(my_aes.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(crypto_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(yassl_imp.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(cert_wrapper.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(asn.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(my_rnd.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(crypt_genhash_impl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(my_sha1.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(handshake.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(common.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(log_client.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(integer.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(dsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(dh.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(rsa.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in adventure.obj
11>mysqlclient.lib(algebra.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in adventure.obj
11>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
11>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
11>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
11>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
11>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
11>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
11>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
11>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
11>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
11>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
11>C:\EQ\Source\Build\bin\Debug\world.exe : fatal error LNK1169: one or more multiply defined symbols found
13>------ Build started: Project: ALL_BUILD, Configuration: Debug Win32 ------
13>  Building Custom Rule C:/EQ/Source/CMakeLists.txt
13>  CMake does not need to re-run because C:\EQ\Source\Build\CMakeFiles\generate.stamp is up-to-date.
========== Build: 5 succeeded, 8 failed, 0 up-to-date, 0 skipped ==========
Hope this output file helps.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:03 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3