|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support::Windows Servers Support forum for Windows EQEMu users. |
|
|
|
01-02-2015, 08:54 AM
|
Sarnak
|
|
Join Date: Jan 2012
Posts: 56
|
|
Build issue
Hi
Following the guide for installation
Run WinXP 32bit and C++ (Visual 10) to build with.
I have had to adjust a the download on the Xampp to suit 32bit
All ok upto the build where I have one fail, I have included bots and private login. Any help greatly appreciated.
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: luabind, Configuration: Debug Win32 ------
3>------ Build started: Project: common, Configuration: Debug Win32 ------
3> Building Custom Rule C:/EQ/Source/common/CMakeLists.txt
3> CMake does not need to re-run because C:\EQ\Source\Build\common\CMakeFiles\generate.stamp is up-to-date.
2> Building Custom Rule C:/EQ/Source/luabind/CMakeLists.txt
2> CMake does not need to re-run because C:\EQ\Source\Build\luabind\CMakeFiles\generate.stamp is up-to-date.
3> base_packet.cpp
3> classes.cpp
3> condition.cpp
3> crash.cpp
2> class.cpp
2> class_info.cpp
2> class_registry.cpp
2> class_rep.cpp
3> crc16.cpp
3> crc32.cpp
3> database.cpp
3> dbcore.cpp
3> debug.cpp
3> emu_opcodes.cpp
3>..\..\common\debug.cpp(42): warning C4482: nonstandard extension used: enum 'EQEMuLog::LogIDs' used in qualified name
3>..\..\common\debug.cpp(43): warning C4482: nonstandard extension used: enum 'EQEMuLog::LogIDs' used in qualified name
3>..\..\common\debug.cpp(44): warning C4482: nonstandard extension used: enum 'EQEMuLog::LogIDs' used in qualified name
3>..\..\common\debug.cpp(45): warning C4482: nonstandard extension used: enum 'EQEMuLog::LogIDs' used in qualified name
3>..\..\common\debug.cpp(46): warning C4482: nonstandard extension used: enum 'EQEMuLog::LogIDs' used in qualified name
3>..\..\common\debug.cpp(47): warning C4482: nonstandard extension used: enum 'EQEMuLog::LogIDs' used in qualified name
3>..\..\common\debug.cpp(48): warning C4482: nonstandard extension used: enum 'EQEMuLog::LogIDs' used in qualified name
3>..\..\common\debug.cpp(100): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
3> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\process.h(206) : see declaration of 'getpid'
3> emu_tcp_connection.cpp
3> emu_tcp_server.cpp
3> eq_dictionary.cpp
3>..\..\common\database.cpp(890): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
3>..\..\common\database.cpp(893): warning C4018: '<' : signed/unsigned mismatch
3>..\..\common\database.cpp(2614): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(2616): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(2618): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(2655): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(2657): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(2659): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(2704): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(2706): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(2708): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(2710): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(3100): warning C4244: 'return' : conversion from 'uint16' to 'uint8', possible loss of data
3>..\..\common\database.cpp(3120): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(3121): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(3122): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\database.cpp(3873): warning C4018: '<=' : signed/unsigned mismatch
3>..\..\common\database.cpp(3897): warning C4018: '<' : signed/unsigned mismatch
3> eqdb.cpp
3> eqdb_res.cpp
2> create_class.cpp
3> eqemu_exception.cpp
3> eqemu_config.cpp
2> error.cpp
2> exception_handler.cpp
2> function.cpp
2> inheritance.cpp
3> eqemu_error.cpp
3>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
3>..\..\common\eqdb.cpp(34): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
3>..\..\common\eqdb.cpp(38): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
3>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
3> eq_packet.cpp
3> eq_stream.cpp
3> eq_stream_factory.cpp
2> link_compatibility.cpp
2> object_rep.cpp
3>..\..\common\eqemu_error.cpp(131): warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
3> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\conio.h(128) : see declaration of 'getch'
3> eq_stream_ident.cpp
3>..\..\common\eq_packet.cpp(208): warning C4244: '=' : conversion from 'const uint16' to 'unsigned char', possible loss of data
3>..\..\common\eq_packet.cpp(220): warning C4244: '=' : conversion from 'uint16' to 'unsigned char', possible loss of data
3> eq_stream_proxy.cpp
3>..\..\common\eq_stream.cpp(78): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
3>..\..\common\eq_stream.cpp(86): warning C4018: '>' : signed/unsigned mismatch
3>..\..\common\eq_stream.cpp(367): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
3>..\..\common\eq_stream.cpp(421): warning C4018: '>' : signed/unsigned mismatch
3>..\..\common\eq_stream.cpp(459): warning C4018: '>' : signed/unsigned mismatch
3>..\..\common\eq_stream.cpp(475): warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
3>..\..\common\eq_stream.cpp(475): warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
3>..\..\common\eq_stream.cpp(489): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
3>..\..\common\eq_stream.cpp(491): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
3>..\..\common\eq_stream_factory.cpp(97): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
3> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
3>..\..\common\eq_stream.cpp(610): warning C4018: '>' : signed/unsigned mismatch
3>..\..\common\eq_stream.cpp(622): warning C4018: '>' : signed/unsigned mismatch
3>..\..\common\eq_stream.cpp(673): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
3>..\..\common\eq_stream.cpp(673): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
3>..\..\common\eq_stream.cpp(674): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
3>..\..\common\eq_stream.cpp(739): warning C4018: '>' : signed/unsigned mismatch
3>..\..\common\eq_stream.cpp(742): warning C4244: 'initializing' : conversion from 'long' to 'uint16', possible loss of data
3>..\..\common\eq_stream.cpp(813): warning C4018: '>' : signed/unsigned mismatch
3>..\..\common\eq_stream.cpp(917): warning C4244: 'argument' : conversion from 'time_t' to 'u_long', possible loss of data
2> open.cpp
2> pcall.cpp
3>..\..\common\eq_stream.cpp(1147): warning C4018: '>' : signed/unsigned mismatch
3>..\..\common\eq_stream.cpp(1184): warning C4018: '>' : signed/unsigned mismatch
3> eqtime.cpp
2> scope.cpp
3> extprofile.cpp
3> faction.cpp
2> stack_content_by_name.cpp
3> guild_base.cpp
3>..\..\common\eqtime.cpp(75): warning C4244: 'initializing' : conversion from 'time_t' to 'unsigned long', possible loss of data
3>..\..\common\eqtime.cpp(180): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
3>..\..\common\eqtime.cpp(183): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
3>..\..\common\eqtime.cpp(188): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
3>..\..\common\eqtime.cpp(192): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
3> guilds.cpp
2> weak_ref.cpp
2> wrapper_base.cpp
3> ipc_mutex.cpp
3> item.cpp
3>..\..\common\guild_base.cpp(808): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
3>..\..\common\guild_base.cpp(839): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
3> logsys.cpp
3> logsys_eqemu.cpp
3> md5.cpp
3> memory_mapped_file.cpp
3> misc.cpp
3> misc_functions.cpp
3> moremath.cpp
3> mutex.cpp
3> mysql_request_result.cpp
3> mysql_request_row.cpp
3>..\..\common\misc_functions.cpp(246): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
3>..\..\common\misc_functions.cpp(246): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
3>..\..\common\mutex.cpp(117): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
3> opcode_map.cpp
3> opcodemgr.cpp
3>..\..\common\mysql_request_result.cpp(77): warning C4018: '>=' : signed/unsigned mismatch
3>..\..\common\mysql_request_result.cpp(85): warning C4018: '>=' : signed/unsigned mismatch
3> packet_dump.cpp
3> packet_dump_file.cpp
3> packet_functions.cpp
3> perl_eqdb.cpp
3> perl_eqdb_res.cpp
2> luabind.vcxproj -> C:\EQ\Source\Build\bin\Debug\luabind.lib
3>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
3> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
3> proc_launcher.cpp
3>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
3> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
3> ptimer.cpp
3>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
3> races.cpp
3> rdtsc.cpp
3>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
3> rulesys.cpp
3> serverinfo.cpp
3> shareddb.cpp
3> skills.cpp
3> spdat.cpp
3>..\..\common\spdat.cpp(493): warning C4018: '<' : signed/unsigned mismatch
3> string_util.cpp
3> struct_strategy.cpp
3>..\..\common\rulesys.cpp(174): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3> tcp_connection.cpp
3>..\..\common\shareddb.cpp(451): warning C4018: '<' : signed/unsigned mismatch
3>..\..\common\shareddb.cpp(541): warning C4018: '<' : signed/unsigned mismatch
3>..\..\common\shareddb.cpp(657): warning C4018: '<' : signed/unsigned mismatch
3>..\..\common\shareddb.cpp(1224): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
3>..\..\common\shareddb.cpp(1250): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
3>..\..\common\shareddb.cpp(1629): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
3>..\..\common\shareddb.cpp(1640): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\shareddb.cpp(1641): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\shareddb.cpp(1642): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\shareddb.cpp(1643): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3> tcp_server.cpp
3> timeoutmgr.cpp
3> timer.cpp
3> unix.cpp
3> worldconn.cpp
3> xml_parser.cpp
3>..\..\common\timer.cpp(74): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
3> platform.cpp
3> patches.cpp
3> sod.cpp
3> sof.cpp
3> rof.cpp
3> rof2.cpp
3>..\..\common\patches\sod.cpp(126): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\sod.cpp(130): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
3>..\..\common\patches\sod.cpp(413): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\sod.cpp(1567): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\sod.cpp(2368): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\patches\sod.cpp(3629): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
3>..\..\common\patches\sod.cpp(3630): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\sod.cpp(3631): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\sod.cpp(3633): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
3> titanium.cpp
3>..\..\common\patches\sof.cpp(126): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\sof.cpp(130): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
3>..\..\common\patches\sof.cpp(393): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\sof.cpp(469): warning C4018: '<' : signed/unsigned mismatch
3>..\..\common\patches\sof.cpp(1225): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\rof.cpp(130): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\rof.cpp(136): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
3>..\..\common\patches\rof.cpp(646): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\sof.cpp(2949): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
3>..\..\common\patches\sof.cpp(2950): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\sof.cpp(2951): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\sof.cpp(2953): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
3>..\..\common\patches\rof2.cpp(196): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\rof2.cpp(202): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
3>..\..\common\patches\rof.cpp(2676): warning C4309: '=' : truncation of constant value
3>..\..\common\patches\rof.cpp(2677): warning C4309: '=' : truncation of constant value
3>..\..\common\patches\rof.cpp(2678): warning C4309: '=' : truncation of constant value
3>..\..\common\patches\rof2.cpp(712): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\rof.cpp(3133): warning C4244: 'argument' : conversion from 'time_t' to 'uint32', possible loss of data
3>..\..\common\patches\rof.cpp(3671): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\patches\rof.cpp(4151): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
3>..\..\common\patches\rof2.cpp(2760): warning C4309: '=' : truncation of constant value
3>..\..\common\patches\rof2.cpp(2761): warning C4309: '=' : truncation of constant value
3>..\..\common\patches\rof2.cpp(2762): warning C4309: '=' : truncation of constant value
3>..\..\common\patches\rof2.cpp(3199): warning C4244: 'argument' : conversion from 'time_t' to 'uint32', possible loss of data
3>..\..\common\patches\rof.cpp(5334): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
3>..\..\common\patches\rof.cpp(5335): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\rof.cpp(5336): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\rof.cpp(5338): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
3>..\..\common\patches\rof2.cpp(3738): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\patches\rof2.cpp(4223): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
3>..\..\common\patches\rof2.cpp(5417): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
3>..\..\common\patches\rof2.cpp(5418): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\rof2.cpp(5419): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\rof2.cpp(5421): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
3> underfoot.cpp
3> Base64.cpp
3> File.cpp
3> HttpdCookies.cpp
3> HttpdForm.cpp
3> HttpdSocket.cpp
3>..\..\common\patches\underfoot.cpp(126): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\underfoot.cpp(129): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
3>..\..\common\patches\underfoot.cpp(572): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\underfoot.cpp(1853): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
3>..\..\common\patches\underfoot.cpp(2653): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
3>..\..\common\patches\underfoot.cpp(3146): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
3>..\..\common\patches\underfoot.cpp(4099): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
3>..\..\common\patches\underfoot.cpp(4100): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\underfoot.cpp(4101): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
3>..\..\common\patches\underfoot.cpp(4103): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
3> HTTPSocket.cpp
3> MemFile.cpp
3> Mime.cpp
3> Parse.cpp
3> socket_include.cpp
3> Utility.cpp
3> StackWalker.cpp
3> tinystr.cpp
3> tinyxml.cpp
3>c:\eq\source\common\socketlib\httpsocket.cpp(115): warning C4715: 'HTTPSocket::ProcessReceivedData' : not all control paths return a value
3> tinyxmlerror.cpp
3> tinyxmlparser.cpp
3>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
3> common.vcxproj -> C:\EQ\Source\Build\bin\Debug\common.lib
4>------ Build started: Project: shared_memory, Configuration: Debug Win32 ------
5>------ Build started: Project: queryserv, Configuration: Debug Win32 ------
6>------ Build started: Project: world, Configuration: Debug Win32 ------
7>------ Build started: Project: loginserver, Configuration: Debug Win32 ------
5> Building Custom Rule C:/EQ/Source/queryserv/CMakeLists.txt
5> CMake does not need to re-run because C:\EQ\Source\Build\queryserv\CMakeFiles\generate.stamp is up-to-date.
4> Building Custom Rule C:/EQ/Source/shared_memory/CMakeLists.txt
4> CMake does not need to re-run because C:\EQ\Source\Build\shared_memory\CMakeFiles\generate.stamp is up-to-date.
4> base_data.cpp
4> items.cpp
4> loot.cpp
4> main.cpp
5> database.cpp
5> lfguild.cpp
5> queryserv.cpp
5> queryservconfig.cpp
6> Building Custom Rule C:/EQ/Source/world/CMakeLists.txt
7> Building Custom Rule C:/EQ/Source/loginserver/CMakeLists.txt
6> CMake does not need to re-run because C:\EQ\Source\Build\world\CMakeFiles\generate.stamp is up-to-date.
7> CMake does not need to re-run because C:\EQ\Source\Build\loginserver\CMakeFiles\generate.stamp is up-to-date.
6> adventure.cpp
6> adventure_manager.cpp
6> client.cpp
6> cliententry.cpp
7> client.cpp
7> client_manager.cpp
7> config.cpp
7> database_mysql.cpp
5>..\..\queryserv\lfguild.cpp(246): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
5>..\..\queryserv\lfguild.cpp(292): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
5>..\..\queryserv\database.cpp(147): warning C4018: '<' : signed/unsigned mismatch
5>..\..\queryserv\database.cpp(190): warning C4018: '<' : signed/unsigned mismatch
5>..\..\queryserv\database.cpp(224): warning C4018: '<' : signed/unsigned mismatch
5>..\..\queryserv\database.cpp(254): warning C4018: '<' : signed/unsigned mismatch
5>..\..\queryserv\database.cpp(290): warning C4018: '<' : signed/unsigned mismatch
5>..\..\queryserv\database.cpp(331): warning C4018: '<' : signed/unsigned mismatch
4> npc_faction.cpp
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
5> worldserver.cpp
4> spells.cpp
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
4> skill_caps.cpp
7> database_postgresql.cpp
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
7>..\..\loginserver\client.cpp(273): warning C4309: '=' : truncation of constant value
7>..\..\loginserver\client.cpp(275): warning C4309: '=' : truncation of constant value
7>..\..\loginserver\client.cpp(276): warning C4309: '=' : truncation of constant value
7>..\..\loginserver\client.cpp(277): warning C4309: '=' : truncation of constant value
7>..\..\loginserver\client.cpp(278): warning C4309: '=' : truncation of constant value
7>..\..\loginserver\client.cpp(279): warning C4309: '=' : truncation of constant value
7>..\..\loginserver\client.cpp(282): warning C4309: '=' : truncation of constant value
6>..\..\world\adventure.cpp(397): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure.cpp(398): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\client.cpp(620): warning C4018: '<' : signed/unsigned mismatch
6>..\..\world\client.cpp(633): warning C4018: '<' : signed/unsigned mismatch
6>..\..\world\adventure_manager.cpp(393): warning C4018: '<' : signed/unsigned mismatch
6>..\..\world\adventure_manager.cpp(411): warning C4018: '<' : signed/unsigned mismatch
6>..\..\world\client.cpp(1412): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
6>..\..\world\client.cpp(1413): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
6>..\..\world\client.cpp(1350): warning C4101: 'ext' : unreferenced local variable
6>..\..\world\client.cpp(1547): warning C4018: '<' : signed/unsigned mismatch
6>..\..\world\adventure_manager.cpp(661): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\world\adventure_manager.cpp(667): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(668): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(669): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(670): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(678): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(679): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(681): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(682): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(683): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(684): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(686): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(687): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(688): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\adventure_manager.cpp(689): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6> clientlist.cpp
6>..\..\world\adventure_manager.cpp(907): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
6>..\..\world\adventure_manager.cpp(908): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
6>..\..\world\adventure_manager.cpp(909): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
6>..\..\world\adventure_manager.cpp(910): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
6>..\..\world\adventure_manager.cpp(911): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
6>..\..\world\adventure_manager.cpp(912): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
6>..\..\world\adventure_manager.cpp(913): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
6>..\..\world\adventure_manager.cpp(914): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
7> error_log.cpp
7> main.cpp
6> console.cpp
7> server_manager.cpp
6> eql_config.cpp
7> world_server.cpp
6> eqw.cpp
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
7> encryption.cpp
6> eqw_http_handler.cpp
6>..\..\world\console.cpp(777): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
6>..\..\world\console.cpp(778): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
6>..\..\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.
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
6>..\..\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.
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
6>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
6> eqw_parser.cpp
6> http_request.cpp
6>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
6> launcher_link.cpp
6>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
6> launcher_list.cpp
6>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
6>c:\eq\source\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
6>..\..\world\http_request.cpp(65): warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
6> lfplist.cpp
6> login_server.cpp
6>..\..\world\launcher_link.cpp(169): warning C4800: 'const uint8' : forcing value to bool 'true' or 'false' (performance warning)
5> queryserv.vcxproj -> C:\EQ\Source\Build\bin\Debug\queryserv.exe
6> login_server_list.cpp
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
6> net.cpp
8>------ Build started: Project: import_client_files, Configuration: Debug Win32 ------
4> shared_memory.vcxproj -> C:\EQ\Source\Build\bin\Debug\shared_memory.exe
6> perl_eql_config.cpp
8> Building Custom Rule C:/EQ/Source/client_files/import/CMakeLists.txt
8> CMake does not need to re-run because C:\EQ\Source\Build\client_files\import\CMakeFiles\generate.stamp is up-to-date.
9>------ Build started: Project: export_client_files, Configuration: Debug Win32 ------
8> main.cpp
6> perl_eqw.cpp
6>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
6>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
6> perl_http_request.cpp
6>..\..\world\perl_eqw.cpp(409): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\world\perl_eqw.cpp(725): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\world\perl_eqw.cpp(753): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
6> queryserv.cpp
7> loginserver.vcxproj -> C:\EQ\Source\Build\bin\Debug\loginserver.exe
6> ucs.cpp
6>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
6> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
6> wguild_mgr.cpp
10>------ Build started: Project: eqlaunch, Configuration: Debug Win32 ------
6> world_logsys.cpp
10> Building Custom Rule C:/EQ/Source/eqlaunch/CMakeLists.txt
10> CMake does not need to re-run because C:\EQ\Source\Build\eqlaunch\CMakeFiles\generate.stamp is up-to-date.
10> eqlaunch.cpp
10> worldserver.cpp
10> zone_launch.cpp
6> world_config.cpp
6> worlddb.cpp
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
6> zonelist.cpp
6> zoneserver.cpp
6>..\..\world\worlddb.cpp(105): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
6>..\..\world\worlddb.cpp(131): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(132): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(133): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(291): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(400): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(401): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(402): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(403): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(430): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(458): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(459): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(460): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>..\..\world\worlddb.cpp(461): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
6>c:\eq\source\world\cliententry.h(85): warning C4018: '>=' : signed/unsigned mismatch
6>..\..\world\zoneserver.cpp(1417): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
9> Building Custom Rule C:/EQ/Source/client_files/export/CMakeLists.txt
9> CMake does not need to re-run because C:\EQ\Source\Build\client_files\export\CMakeFiles\generate.stamp is up-to-date.
9> main.cpp
10> eqlaunch.vcxproj -> C:\EQ\Source\Build\bin\Debug\eqlaunch.exe
11>------ Build started: Project: ucs, Configuration: Debug Win32 ------
11> Building Custom Rule C:/EQ/Source/ucs/CMakeLists.txt
11> CMake does not need to re-run because C:\EQ\Source\Build\ucs\CMakeFiles\generate.stamp is up-to-date.
11> chatchannel.cpp
11> clientlist.cpp
11> database.cpp
11> ucs.cpp
11>..\..\ucs\database.cpp(458): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
11>..\..\ucs\clientlist.cpp(1008): warning C4018: '<' : signed/unsigned mismatch
11>..\..\ucs\clientlist.cpp(1310): warning C4018: '<' : signed/unsigned mismatch
11>..\..\ucs\clientlist.cpp(1313): warning C4018: '<' : signed/unsigned mismatch
11>..\..\ucs\clientlist.cpp(1423): warning C4018: '<' : signed/unsigned mismatch
11>..\..\ucs\clientlist.cpp(1426): warning C4018: '<' : signed/unsigned mismatch
11> ucsconfig.cpp
11> worldserver.cpp
8> import_client_files.vcxproj -> C:\EQ\Source\Build\bin\Debug\import_client_files.exe
12>------ Build started: Project: zone, Configuration: Debug Win32 ------
12> Building Custom Rule C:/EQ/Source/zone/CMakeLists.txt
12> CMake does not need to re-run because C:\EQ\Source\Build\zone\CMakeFiles\generate.stamp is up-to-date.
12> aa.cpp
12> aggro.cpp
12> attack.cpp
12> beacon.cpp
9> export_client_files.vcxproj -> C:\EQ\Source\Build\bin\Debug\export_client_files.exe
11> ucs.vcxproj -> C:\EQ\Source\Build\bin\Debug\ucs.exe
12>..\..\zone\attack.cpp(228): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(233): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(238): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(243): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(344): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(396): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(436): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(477): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(500): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(512): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(545): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(552): warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\attack.cpp(557): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(563): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(578): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(585): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\attack.cpp(587): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\attack.cpp(589): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\attack.cpp(592): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\attack.cpp(594): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\attack.cpp(602): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(605): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(608): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(612): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(614): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(618): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(620): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(623): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(625): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(628): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(632): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(635): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(637): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(639): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(644): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(646): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(652): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(654): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(665): warning C4244: '*=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\attack.cpp(683): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(706): warning C4244: '-=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\attack.cpp(725): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(726): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(731): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\attack.cpp(735): warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(739): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\attack.cpp(743): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(751): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(752): warning C4244: '-=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\attack.cpp(767): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(769): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(772): warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(775): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(776): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\attack.cpp(781): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\attack.cpp(785): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(789): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\attack.cpp(793): warning C4244: '-=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(1029): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(1037): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(1284): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(1286): warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\attack.cpp(1815): warning C4244: '+=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\attack.cpp(1838): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(1842): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(1861): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(1863): warning C4244: '*=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\attack.cpp(1876): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\attack.cpp(1878): warning C4244: '*=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\attack.cpp(2147): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\attack.cpp(2147): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\attack.cpp(2147): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\attack.cpp(2193): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\attack.cpp(2193): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\attack.cpp(2193): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\attack.cpp(2243): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\attack.cpp(2243): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\attack.cpp(2243): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\attack.cpp(2466): warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\attack.cpp(2468): warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\attack.cpp(3132): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3143): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3147): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3171): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3174): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3225): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3242): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3245): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3272): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3276): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3297): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3300): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3794): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(3842): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(4216): warning C4244: '=' : conversion from 'double' to 'int32', possible loss of data
12>..\..\zone\attack.cpp(4354): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\attack.cpp(4936): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12> bonuses.cpp
12> bot.cpp
12> botspellsai.cpp
12> client.cpp
12>..\..\zone\bonuses.cpp(328): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(334): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(382): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(401): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(408): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(425): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(427): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(429): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(431): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(433): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(439): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(445): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(451): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(457): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(463): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(524): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1005): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1156): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1228): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1294): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1310): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1965): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1967): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1969): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1971): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(1973): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2111): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2399): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2416): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2426): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2438): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2448): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2458): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2469): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2480): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2775): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2788): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2867): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2883): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(2910): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bonuses.cpp(3062): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(328): warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
12> with
12> [
12> _Elem=char,
12> _Traits=std::char_traits<char>,
12> _Ax=std::allocator<char>
12> ]
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xstring(1555) : see declaration of 'std::basic_string<_Elem,_Traits,_Ax>::copy'
12> with
12> [
12> _Elem=char,
12> _Traits=std::char_traits<char>,
12> _Ax=std::allocator<char>
12> ]
12>..\..\zone\bot.cpp(332): warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
12> with
12> [
12> _Elem=char,
12> _Traits=std::char_traits<char>,
12> _Ax=std::allocator<char>
12> ]
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xstring(1555) : see declaration of 'std::basic_string<_Elem,_Traits,_Ax>::copy'
12> with
12> [
12> _Elem=char,
12> _Traits=std::char_traits<char>,
12> _Ax=std::allocator<char>
12> ]
12>..\..\zone\bot.cpp(390): warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
12> with
12> [
12> _Elem=char,
12> _Traits=std::char_traits<char>,
12> _Ax=std::allocator<char>
12> ]
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xstring(1555) : see declaration of 'std::basic_string<_Elem,_Traits,_Ax>::copy'
12> with
12> [
12> _Elem=char,
12> _Traits=std::char_traits<char>,
12> _Ax=std::allocator<char>
12> ]
12>..\..\zone\bot.cpp(394): warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
12> with
12> [
12> _Elem=char,
12> _Traits=std::char_traits<char>,
12> _Ax=std::allocator<char>
12> ]
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\xstring(1555) : see declaration of 'std::basic_string<_Elem,_Traits,_Ax>::copy'
12> with
12> [
12> _Elem=char,
12> _Traits=std::char_traits<char>,
12> _Ax=std::allocator<char>
12> ]
12>..\..\zone\bot.cpp(1277): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\bot.cpp(1335): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\bot.cpp(1335): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\bot.cpp(1344): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
12>..\..\zone\bot.cpp(1362): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
12>..\..\zone\bot.cpp(1383): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
12>..\..\zone\bot.cpp(1391): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\bot.cpp(1397): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\bot.cpp(1403): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\bot.cpp(1475): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(1483): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(1879): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(2016): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(2084): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(2315): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(2550): warning C4018: '<=' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(3466): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(3664): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(3941): warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(4488): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(842): warning C4101: 'g' : unreferenced local variable
12>..\..\zone\botspellsai.cpp(990): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(992): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(994): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(1006): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(1009): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(1012): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(1063): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(1077): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(1094): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(1115): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(1129): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(1157): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\botspellsai.cpp(2237): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\botspellsai.cpp(2265): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\botspellsai.cpp(2274): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(5654): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\bot.cpp(6170): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\bot.cpp(6172): warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\bot.cpp(6388): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(6833): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(6835): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(7369): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(7432): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(7468): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(7479): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\bot.cpp(7486): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\bot.cpp(7494): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\bot.cpp(7500): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\bot.cpp(7516): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(7535): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(7546): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(7613): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(8161): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\bot.cpp(8162): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\bot.cpp(8166): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(8196): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\bot.cpp(8206): warning C4018: '<=' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(8930): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(8934): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(8966): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(8969): warning C4244: '-=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\bot.cpp(8974): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(9041): warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\bot.cpp(9455): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(10025): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\bot.cpp(10126): warning C4244: '=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\bot.cpp(10186): warning C4244: '=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\bot.cpp(10191): warning C4244: '+=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\bot.cpp(10386): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\bot.cpp(10392): warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\bot.cpp(10566): warning C4244: '=' : conversion from 'const float' to 'uint8', possible loss of data
12>..\..\zone\bot.cpp(10918): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(11002): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(13773): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(15865): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\bot.cpp(16232): warning C4101: 'r' : unreferenced local variable
12>..\..\zone\client.cpp(325): warning C4244: 'argument' : conversion from 'time_t' to 'uint32', possible loss of data
12>..\..\zone\client.cpp(483): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(542): warning C4244: '+=' : conversion from 'time_t' to 'int', possible loss of data
12>..\..\zone\client.cpp(547): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\client.cpp(559): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
12>..\..\zone\client.cpp(727): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\client.cpp(735): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\client.cpp(846): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(890): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(938): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(953): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(1535): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1545): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1555): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1565): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1575): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1585): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1595): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1618): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1628): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1638): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1648): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1658): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1668): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1678): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(1995): warning C4244: '=' : conversion from 'int64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2009): warning C4244: '=' : conversion from 'int64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2010): warning C4244: '+=' : conversion from 'int64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2026): warning C4244: '=' : conversion from 'int64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2028): warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2030): warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2041): warning C4244: '=' : conversion from 'int64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2043): warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2045): warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2047): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2063): warning C4244: 'initializing' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2065): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2073): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2075): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2083): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2087): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2098): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2102): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client.cpp(2288): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(2288): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(2292): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(2480): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(2483): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client.cpp(2790): warning C4244: 'argument' : conversion from 'uint32' to 'float', possible loss of data
12>..\..\zone\client.cpp(2856): warning C4244: 'argument' : conversion from 'uint32' to 'float', possible loss of data
12>..\..\zone\client.cpp(3139): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\client.cpp(3145): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\client.cpp(3154): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\client.cpp(3160): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\client.cpp(3625): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(3701): warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\client.cpp(3702): warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\client.cpp(3703): warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\client.cpp(4151): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client.cpp(4214): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
12>..\..\zone\client.cpp(4232): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
12>..\..\zone\client.cpp(4391): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\client.cpp(5149): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5152): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5155): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5162): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5165): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5168): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5179): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5182): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5185): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5192): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5195): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5198): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5222): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5225): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5228): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5235): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5238): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5241): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5248): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5251): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5254): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5261): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5264): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5267): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client.cpp(5319): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(5331): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(5365): warning C4101: 'errbuf' : unreferenced local variable
12>..\..\zone\client.cpp(6155): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(6712): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client.cpp(7828): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\client.cpp(7847): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\client.cpp(7990): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\client.cpp(8238): warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
6> world.vcxproj -> C:\EQ\Source\Build\bin\Debug\world.exe
12> client_logs.cpp
12> client_mods.cpp
12> client_packet.cpp
12> client_process.cpp
12>..\..\zone\client_mods.cpp(154): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_mods.cpp(244): warning C4244: '=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\client_mods.cpp(249): warning C4244: '+=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\client_mods.cpp(380): warning C4244: '+=' : conversion from 'const double' to 'int32', possible loss of data
12>..\..\zone\client_mods.cpp(873): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_mods.cpp(903): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_mods.cpp(990): warning C4244: '=' : conversion from 'const double' to 'int32', possible loss of data
12>..\..\zone\client_mods.cpp(1025): warning C4244: '=' : conversion from 'const double' to 'int32', possible loss of data
12>..\..\zone\client_mods.cpp(1234): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\client_mods.cpp(1895): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\client_mods.cpp(1940): warning C4244: '=' : conversion from 'const double' to 'int32', possible loss of data
12> command.cpp
12> corpse.cpp
12>..\..\zone\client_packet.cpp(831): warning C4244: 'argument' : conversion from 'time_t' to 'uint32', possible loss of data
12>..\..\zone\client_packet.cpp(1371): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(1372): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(1386): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(1387): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(1609): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client_packet.cpp(1764): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\client_packet.cpp(1764): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\client_packet.cpp(1354): warning C4101: 'lengths' : unreferenced local variable
12>..\..\zone\client_packet.cpp(2361): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client_packet.cpp(2833): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\client_packet.cpp(3107): warning C4806: '!=' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
12>..\..\zone\client_packet.cpp(3391): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client_packet.cpp(3404): warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client_packet.cpp(4199): warning C4800: 'unsigned char' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(4383): warning C4244: 'argument' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(4620): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\client_packet.cpp(5199): warning C4244: '=' : conversion from 'double' to 'int16', possible loss of data
12>..\..\zone\client_packet.cpp(5963): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(5964): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(5966): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(6223): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(6224): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(6225): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(6229): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(6230): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(7581): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(7909): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(7910): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(8868): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(11836): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(11837): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(11838): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(12076): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\client_packet.cpp(12077): warning C4244: '=' : conversion from 'const int16' to 'uint8', possible loss of data
12>..\..\zone\client_packet.cpp(12100): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\client_packet.cpp(12102): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\client_packet.cpp(12324): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\client_packet.cpp(12327): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\client_packet.cpp(12515): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(12516): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_packet.cpp(12853): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(12858): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_packet.cpp(13836): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_process.cpp(501): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\client_process.cpp(696): warning C4800: 'int32' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_process.cpp(1020): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\client_process.cpp(1023): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\client_process.cpp(1061): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\client_process.cpp(1064): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\client_process.cpp(1195): warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\client_process.cpp(1530): warning C4244: '=' : conversion from 'float' to 'uint64', possible loss of data
12>..\..\zone\client_process.cpp(1534): warning C4244: '=' : conversion from 'float' to 'uint64', possible loss of data
12>..\..\zone\client_process.cpp(1541): warning C4244: '-=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client_process.cpp(1548): warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client_process.cpp(1558): warning C4244: 'argument' : conversion from 'uint64' to 'int32', possible loss of data
12>..\..\zone\client_process.cpp(1591): warning C4244: '=' : conversion from 'uint64' to 'uint32', possible loss of data
12>..\..\zone\command.cpp(862): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
12>..\..\zone\command.cpp(863): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
12>..\..\zone\command.cpp(864): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
12>..\..\zone\command.cpp(865): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
12>..\..\zone\command.cpp(1167): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1167): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1223): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1223): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1223): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1564): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1565): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1567): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1569): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1571): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1573): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1903): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1903): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1903): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1903): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1903): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1912): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(1912): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(2130): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(2226): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\command.cpp(2231): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\command.cpp(2432): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\command.cpp(2435): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\command.cpp(2446): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\command.cpp(2451): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\command.cpp(2507): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\command.cpp(2515): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\command.cpp(2517): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\command.cpp(2801): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\command.cpp(4009): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(4024): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(4034): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(4035): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(4036): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(4130): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
12>..\..\zone\command.cpp(4153): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
12>..\..\zone\command.cpp(4348): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(4348): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(4348): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(5448): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
12>..\..\zone\command.cpp(5449): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\command.cpp(5599): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\command.cpp(5604): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\command.cpp(5884): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\command.cpp(5896): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\command.cpp(7319): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(7635): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(8881): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(247) : see declaration of 'strlwr'
12>..\..\zone\command.cpp(8931): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(8932): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(8933): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(8934): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(9088): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\command.cpp(9098): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\command.cpp(9228): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(247) : see declaration of 'strlwr'
12>..\..\zone\command.cpp(9229): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\command.cpp(9430): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(9432): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(9437): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(9442): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(9472): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(9655): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\command.cpp(9891): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(9892): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(9893): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(9894): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\command.cpp(10064): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\command.cpp(10073): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\command.cpp(10430): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\command.cpp(10448): warning C4018: '<' : signed/unsigned mismatch
12> doors.cpp
12>..\..\zone\corpse.cpp(204): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\corpse.cpp(306): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\corpse.cpp(622): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\corpse.cpp(1489): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\corpse.cpp(1495): warning C4018: '>' : signed/unsigned mismatch
12> effects.cpp
12> embparser.cpp
12> embparser_api.cpp
12>..\..\zone\effects.cpp(387): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\effects.cpp(390): warning C4244: '-=' : conversion from 'float' to 'int32', possible loss of data
12> embperl.cpp
12> embxs.cpp
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>..\..\zone\embparser_api.cpp(188): warning C4244: 'argument' : conversion from 'unsigned long' to 'int16', possible loss of data
12>..\..\zone\embparser_api.cpp(405): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\embparser_api.cpp(1394): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>..\..\zone\embparser_api.cpp(2292): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12> entity.cpp
12> exp.cpp
12> fearpath.cpp
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>..\..\zone\entity.cpp(2571): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\entity.cpp(2575): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\entity.cpp(2715): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
12>..\..\zone\entity.cpp(3072): warning C4244: 'argument' : conversion from 'double' to 'uint32', possible loss of data
12>..\..\zone\entity.cpp(3103): warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\entity.cpp(3722): warning C4244: '=' : conversion from 'const float' to 'uint32', possible loss of data
12>..\..\zone\entity.cpp(4547): warning C4244: 'initializing' : conversion from 'const float' to 'uint32', possible loss of data
12>..\..\zone\entity.cpp(4590): warning C4244: '=' : conversion from 'const float' to 'uint32', possible loss of data
12> forage.cpp
12>..\..\zone\exp.cpp(156): warning C4244: 'initializing' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\exp.cpp(187): warning C4244: 'initializing' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\exp.cpp(226): warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\exp.cpp(227): warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\exp.cpp(383): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\exp.cpp(553): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\exp.cpp(593): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\fearpath.cpp(49): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\fearpath.cpp(109): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
12> groups.cpp
12> guild.cpp
12>..\..\zone\forage.cpp(186): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\forage.cpp(187): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12> guild_mgr.cpp
12> hate_list.cpp
12> horse.cpp
12> inventory.cpp
12>..\..\zone\guild_mgr.cpp(427): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
12>..\..\zone\guild_mgr.cpp(430): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\guild_mgr.cpp(1211): warning C4018: '<=' : signed/unsigned mismatch
12>..\..\zone\hate_list.cpp(254): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\hate_list.cpp(254): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\hate_list.cpp(254): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\hate_list.cpp(444): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\hate_list.cpp(467): warning C4018: '>' : signed/unsigned mismatch
12> loottables.cpp
12> lua_bit.cpp
12> lua_corpse.cpp
12>..\..\zone\horse.cpp(102): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\inventory.cpp(1393): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\inventory.cpp(1705): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\inventory.cpp(2829): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\inventory.cpp(2830): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\inventory.cpp(2896): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\inventory.cpp(2897): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\inventory.cpp(2922): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\inventory.cpp(2923): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\loottables.cpp(100): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\loottables.cpp(145): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\loottables.cpp(155): warning C4800: 'const uint8' : forcing value to bool 'true' or 'false' (performance warning)
12> lua_client.cpp
12> lua_door.cpp
12> lua_entity.cpp
12> lua_entity_list.cpp
12> lua_general.cpp
12> lua_group.cpp
12> lua_hate_list.cpp
12> lua_inventory.cpp
12> lua_item.cpp
12> lua_iteminst.cpp
12> lua_mob.cpp
12> lua_npc.cpp
12> lua_object.cpp
12> lua_packet.cpp
12> lua_parser.cpp
12> lua_parser_events.cpp
12> lua_raid.cpp
12> lua_spawn.cpp
12>..\..\zone\lua_parser.cpp(866): error C2668: 'std::to_string' : ambiguous call to overloaded function
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(688): could be 'std::string std::to_string(long double)'
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(680): or 'std::string std::to_string(_ULonglong)'
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(672): or 'std::string std::to_string(_Longlong)'
12> while trying to match the argument list '(const uint16)'
12> lua_spell.cpp
12> map.cpp
12> merc.cpp
12> mob.cpp
12>..\..\zone\merc.cpp(370): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(418): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(437): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(444): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(461): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(463): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(465): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(467): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(469): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(475): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(481): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(487): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(493): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(499): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(560): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(848): warning C4244: '=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\merc.cpp(853): warning C4244: '+=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\merc.cpp(1182): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\merc.cpp(1182): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\merc.cpp(1474): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\merc.cpp(1782): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\merc.cpp(1783): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\merc.cpp(1836): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\merc.cpp(1837): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\merc.cpp(1838): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\merc.cpp(1839): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\merc.cpp(1848): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\merc.cpp(2033): warning C4244: '=' : conversion from 'float' to 'int8', possible loss of data
12>..\..\zone\merc.cpp(2436): warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\merc.cpp(2458): warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\merc.cpp(2599): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(2698): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\merc.cpp(2701): warning C4244: '-=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\merc.cpp(2706): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(4019): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(4052): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(4062): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(4072): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(4102): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\merc.cpp(4446): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\merc.cpp(5214): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\merc.cpp(5363): warning C4244: 'initializing' : conversion from 'time_t' to 'int32', possible loss of data
12>..\..\zone\merc.cpp(5450): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
12> mob_ai.cpp
12> mod_functions.cpp
12>..\..\zone\mob.cpp(636): warning C4244: '+=' : conversion from 'float' to 'int32', possible loss of data
12> net.cpp
12>..\..\zone\mob_ai.cpp(788): warning C4244: '=' : conversion from 'float' to 'uint16', possible loss of data
12>..\..\zone\mob_ai.cpp(950): warning C4244: '=' : conversion from 'float' to 'uint16', possible loss of data
12>..\..\zone\mob_ai.cpp(1007): warning C4244: '=' : conversion from 'float' to 'uint16', possible loss of data
12>..\..\zone\mob_ai.cpp(1242): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\mob_ai.cpp(1298): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\mob_ai.cpp(1337): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\mob_ai.cpp(1621): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\mob_ai.cpp(1637): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\mob_ai.cpp(1639): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\mob_ai.cpp(1942): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\mob_ai.cpp(1977): warning C4244: 'argument' : conversion from 'const int' to 'float', possible loss of data
12>..\..\zone\mob_ai.cpp(2067): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\mob_ai.cpp(2094): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\mob_ai.cpp(2560): warning C4018: '<' : signed/unsigned mismatch
12> npc.cpp
12> npc_ai.cpp
12> object.cpp
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12> oriented_bounding_box.cpp
12> pathing.cpp
12>..\..\zone\npc.cpp(152): warning C4244: '=' : conversion from 'const int32' to 'float', possible loss of data
12>..\..\zone\npc.cpp(153): warning C4244: '=' : conversion from 'const int32' to 'float', possible loss of data
12>..\..\zone\npc.cpp(985): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\npc.cpp(1919): warning C4018: '<' : signed/unsigned mismatch
12> perl_client.cpp
12>..\..\zone\npc.cpp(1947): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\npc.cpp(1952): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\npc.cpp(1953): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\npc.cpp(1954): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\npc.cpp(1958): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\npc.cpp(1959): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\npc.cpp(1961): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
12>..\..\zone\npc.cpp(1962): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\npc.cpp(1963): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\object.cpp(450): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\object.cpp(451): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\object.cpp(663): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\object.cpp(664): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\object.cpp(665): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\object.cpp(666): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\object.cpp(667): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\object.cpp(668): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>..\..\zone\pathing.cpp(54): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(247) : see declaration of 'strlwr'
12> perl_doors.cpp
12>..\..\zone\pathing.cpp(194): warning C4018: '<' : signed/unsigned mismatch
12> perl_entity.cpp
12>..\..\zone\pathing.cpp(283): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\pathing.cpp(319): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\pathing.cpp(1276): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\pathing.cpp(1276): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\pathing.cpp(1289): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\perl_client.cpp(344): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(368): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(982): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(1014): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>..\..\zone\perl_client.cpp(1620): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(1758): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(1779): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2346): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2409): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2440): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2470): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2502): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2533): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2563): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2594): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2624): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2718): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(2766): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>..\..\zone\perl_client.cpp(3041): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\perl_client.cpp(3077): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(3116): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(3630): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(4357): warning C4244: '=' : conversion from 'NV' to 'float', possible loss of data
12>..\..\zone\perl_client.cpp(4358): warning C4244: '=' : conversion from 'NV' to 'float', possible loss of data
12>..\..\zone\perl_client.cpp(4359): warning C4244: '=' : conversion from 'NV' to 'float', possible loss of data
12>..\..\zone\perl_client.cpp(4958): warning C4244: 'initializing' : conversion from 'NV' to 'float', possible loss of data
12>..\..\zone\perl_client.cpp(4959): warning C4244: 'initializing' : conversion from 'NV' to 'float', possible loss of data
12>..\..\zone\perl_client.cpp(4960): warning C4244: 'initializing' : conversion from 'NV' to 'float', possible loss of data
12>..\..\zone\perl_client.cpp(5067): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_client.cpp(5466): warning C4244: '=' : conversion from 'uint64' to 'int', possible loss of data
12>..\..\zone\perl_client.cpp(5493): warning C4244: '=' : conversion from 'uint64' to 'int', possible loss of data
12> perl_groups.cpp
12>..\..\zone\perl_entity.cpp(1354): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_entity.cpp(1803): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_entity.cpp(1820): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12> perl_hateentry.cpp
12> perl_mob.cpp
12> perl_npc.cpp
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12> perl_object.cpp
12>..\..\zone\perl_npc.cpp(121): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_npc.cpp(986): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>..\..\zone\perl_npc.cpp(1335): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_npc.cpp(1398): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(486): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(604): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(883): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(930): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(942): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(1205): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(1441): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(1478): warning C4244: '=' : conversion from 'int16' to 'int8', possible loss of data
12>..\..\zone\perl_mob.cpp(1561): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(1606): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(1622): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(1702): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\perl_mob.cpp(3632): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\perl_mob.cpp(4174): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(4208): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(4292): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(4606): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(5295): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(5301): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(5307): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(5462): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(5789): warning C4244: '=' : conversion from 'float' to 'int8', possible loss of data
12>..\..\zone\perl_mob.cpp(5822): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(5859): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(5960): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(5961): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(6910): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(7226): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(7264): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(7266): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>..\..\zone\perl_mob.cpp(7559): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(7623): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(7666): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(7714): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(7817): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(7981): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\perl_mob.cpp(8070): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12> perl_perlpacket.cpp
12> perl_player_corpse.cpp
12>..\..\zone\perl_object.cpp(117): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12> perl_questitem.cpp
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12> perl_raids.cpp
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12> perlpacket.cpp
12>..\..\zone\perl_player_corpse.cpp(588): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12> petitions.cpp
12>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>..\..\zone\perl_questitem.cpp(216): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12> pets.cpp
12> qglobals.cpp
12> queryserv.cpp
12> questmgr.cpp
12> quest_parser_collection.cpp
12>..\..\zone\pets.cpp(268): warning C4244: '*=' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\pets.cpp(270): warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\pets.cpp(272): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\pets.cpp(273): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\pets.cpp(469): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\pets.cpp(473): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12> raids.cpp
12>..\..\zone\questmgr.cpp(1172): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\questmgr.cpp(1172): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\questmgr.cpp(1172): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\questmgr.cpp(1493): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
12> raycast_mesh.cpp
12>..\..\zone\questmgr.cpp(1661): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\questmgr.cpp(1662): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\questmgr.cpp(1663): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\questmgr.cpp(1818): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\questmgr.cpp(1841): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
12> spawn2.cpp
12> spawngroup.cpp
12> special_attacks.cpp
12>..\..\zone\raids.cpp(1416): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\raids.cpp(1462): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\raids.cpp(1463): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\raids.cpp(1464): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\spawn2.cpp(378): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawn2.cpp(378): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawn2.cpp(378): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawn2.cpp(378): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawn2.cpp(410): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawn2.cpp(410): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawn2.cpp(410): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawn2.cpp(410): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12> spell_effects.cpp
12>..\..\zone\spawngroup.cpp(159): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawngroup.cpp(159): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawngroup.cpp(159): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawngroup.cpp(159): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawngroup.cpp(159): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawngroup.cpp(205): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawngroup.cpp(205): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawngroup.cpp(205): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawngroup.cpp(205): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spawngroup.cpp(205): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12> spells.cpp
12>..\..\zone\special_attacks.cpp(916): warning C4244: 'initializing' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\special_attacks.cpp(1284): warning C4244: 'initializing' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\special_attacks.cpp(1285): warning C4244: 'initializing' : conversion from 'float' to 'int32', possible loss of data
12>..\..\zone\special_attacks.cpp(1882): warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
12>..\..\zone\special_attacks.cpp(1984): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\special_attacks.cpp(2011): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12>..\..\zone\special_attacks.cpp(2054): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\special_attacks.cpp(2055): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\special_attacks.cpp(2089): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
12> tasks.cpp
12> titles.cpp
12>..\..\zone\spell_effects.cpp(2081): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spell_effects.cpp(2082): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spell_effects.cpp(2083): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(697): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(700): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(703): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(722): warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(726): warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(730): warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(735): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(748): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(949): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\spells.cpp(2507): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(2508): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(3086): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\spells.cpp(3086): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\spells.cpp(3472): warning C4307: '+' : integral constant overflow
12>..\..\zone\spells.cpp(3769): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(3770): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\spells.cpp(3868): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\spells.cpp(4510): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
12>..\..\zone\spells.cpp(5002): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\tasks.cpp(177): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\tasks.cpp(274): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\tasks.cpp(548): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\tasks.cpp(1345): warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
12>..\..\zone\tasks.cpp(1417): warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
12>..\..\zone\tasks.cpp(1507): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\tasks.cpp(2149): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
12>..\..\zone\tasks.cpp(2202): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
12>..\..\zone\tasks.cpp(3010): warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
12>..\..\zone\tasks.cpp(3269): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\tasks.cpp(3270): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\tasks.cpp(3271): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\tasks.cpp(3272): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\tasks.cpp(3273): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\tasks.cpp(3274): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12> tradeskills.cpp
12> trading.cpp
12> trap.cpp
12> tribute.cpp
12>..\..\zone\tradeskills.cpp(894): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\tradeskills.cpp(896): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\tradeskills.cpp(927): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\tradeskills.cpp(1163): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\tradeskills.cpp(1166): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\trading.cpp(112): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\trading.cpp(119): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\trading.cpp(176): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\trading.cpp(289): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\trading.cpp(894): warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\trading.cpp(1316): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\trading.cpp(1370): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\trading.cpp(1400): warning C4244: 'argument' : conversion from 'uint16' to 'int8', possible loss of data
12>..\..\zone\trading.cpp(1896): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\trading.cpp(2577): warning C4018: '<=' : signed/unsigned mismatch
12>..\..\zone\trading.cpp(2925): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\trading.cpp(2935): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr'
12>..\..\zone\trap.cpp(126): warning C4244: 'argument' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\trap.cpp(130): warning C4244: 'argument' : conversion from 'int32' to 'float', possible loss of data
12>..\..\zone\trap.cpp(149): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\trap.cpp(170): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\trap.cpp(280): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\trap.cpp(281): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\trap.cpp(282): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\trap.cpp(287): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\trap.cpp(288): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12> water_map.cpp
12> water_map_v1.cpp
12> water_map_v2.cpp
12> waypoints.cpp
12> worldserver.cpp
12> zone.cpp
12> zone_logsys.cpp
12>..\..\zone\waypoints.cpp(126): warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(867) : see declaration of 'itoa'
12>..\..\zone\waypoints.cpp(370): warning C4018: '<=' : signed/unsigned mismatch
12>..\..\zone\waypoints.cpp(372): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\waypoints.cpp(380): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\waypoints.cpp(495): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(497): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(911): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(912): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(913): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(930): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(982): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(987): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(1061): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(1062): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(1063): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(1065): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(1118): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\waypoints.cpp(1119): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12> zone_config.cpp
12>..\..\zone\worldserver.cpp(173): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\worldserver.cpp(173): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\worldserver.cpp(185): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\worldserver.cpp(185): warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
12>..\..\zone\worldserver.cpp(794): warning C4800: 'uchar' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\worldserver.cpp(1876): warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
12>..\..\zone\zone.cpp(179): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(180): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(181): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(182): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(222): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(223): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(224): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(225): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(454): warning C4244: '=' : conversion from 'unsigned long' to 'int16', possible loss of data
12>..\..\zone\zone.cpp(455): warning C4244: '=' : conversion from 'unsigned long' to 'int8', possible loss of data
12>..\..\zone\zone.cpp(456): warning C4244: '=' : conversion from 'unsigned long' to 'uint16', possible loss of data
12>..\..\zone\zone.cpp(458): warning C4244: '=' : conversion from 'unsigned long' to 'uint8', possible loss of data
12>..\..\zone\zone.cpp(521): warning C4244: '=' : conversion from 'unsigned long' to 'int16', possible loss of data
12>..\..\zone\zone.cpp(522): warning C4244: '=' : conversion from 'unsigned long' to 'int8', possible loss of data
12>..\..\zone\zone.cpp(523): warning C4244: '=' : conversion from 'unsigned long' to 'uint16', possible loss of data
12>..\..\zone\zone.cpp(525): warning C4244: '=' : conversion from 'unsigned long' to 'uint8', possible loss of data
12>..\..\zone\zone.cpp(612): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(613): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(769): warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
12> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(247) : see declaration of 'strlwr'
12>..\..\zone\zone.cpp(1646): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1647): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1648): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1649): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1650): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1651): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1653): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1654): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1836): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1837): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1838): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
12>..\..\zone\zone.cpp(1839): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
12>..\..\zone\zone.cpp(2196): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zone.cpp(2196): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zone.cpp(2196): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zone.cpp(2196): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
12> zonedb.cpp
12> zoning.cpp
12>..\..\zone\zonedb.cpp(136): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(137): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(140): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(142): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(143): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(144): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(145): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(146): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(147): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(148): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(185): warning C4244: '=' : conversion from 'double' to 'uint8', possible loss of data
12>..\..\zone\zonedb.cpp(243): warning C4018: '<=' : signed/unsigned mismatch
12>..\..\zone\zonedb.cpp(890): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(891): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(892): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(893): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1202): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1203): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1204): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1205): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1211): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1212): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1213): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1214): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1654): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\zonedb.cpp(1661): warning C4018: '>' : signed/unsigned mismatch
12>..\..\zone\zonedb.cpp(1794): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1800): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1832): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1933): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(1934): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2016): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2043): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2096): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2097): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2142): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2195): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2680): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2681): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2682): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2683): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2684): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2685): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(2811): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\zonedb.cpp(2837): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\zonedb.cpp(2852): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\zonedb.cpp(2866): warning C4244: 'initializing' : conversion from 'unsigned long' to 'uint8', possible loss of data
12>..\..\zone\zonedb.cpp(2903): warning C4018: '<' : signed/unsigned mismatch
12>..\..\zone\zonedb.cpp(3040): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(3062): warning C4018: '>=' : signed/unsigned mismatch
12>..\..\zone\zonedb.cpp(3719): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\zonedb.cpp(3721): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(3902): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\zonedb.cpp(3902): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(3902): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(3902): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(3902): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(3930): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
12>..\..\zone\zonedb.cpp(3930): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(3930): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(3930): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
12>..\..\zone\zonedb.cpp(3930): warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
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: 12 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
|
|
|
|
01-03-2015, 03:56 AM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
Here's a tip. Build twice, the second log will include a lot less unnecessary data and have mostly just the errors in it. I'm not sure Visual Studio 2010 is supported anymore.
|
01-03-2015, 06:24 AM
|
Sarnak
|
|
Join Date: Jan 2012
Posts: 56
|
|
Better
I see what you mean. I checked the lua51.dll and seems I have done things correctly, think I will do a double check from the beginning all the same.
Code:
1>------ Build started: Project: zone, Configuration: Debug Win32 ------
1> lua_parser.cpp
1>..\..\zone\lua_parser.cpp(866): error C2668: 'std::to_string' : ambiguous call to overloaded function
1> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(688): could be 'std::string std::to_string(long double)'
1> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(680): or 'std::string std::to_string(_ULonglong)'
1> c:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(672): or 'std::string std::to_string(_Longlong)'
1> while trying to match the argument list '(const uint16)'
========== Build: 0 succeeded, 1 failed, 12 up-to-date, 0 skipped ==========
|
01-04-2015, 05:19 AM
|
Sarnak
|
|
Join Date: Jan 2012
Posts: 56
|
|
I have started from the beginning and end up with exactly the same fault - any advice!
|
01-05-2015, 02:50 PM
|
Sarnak
|
|
Join Date: Jan 2012
Posts: 56
|
|
Thanks lerxst2112 - just beginning to figure out that's my issue, could it be worth updating the wiki maybe? (Complete Windows-based Server Setup Guide) to save other none guru's!
I will go find the ATM :(
Thanks all for responding - its really appreciated!
|
01-05-2015, 05:13 PM
|
|
Discordant
|
|
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
|
|
Updated the wiki.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 06:45 PM.
|
|
|
|
|
|
|
|
|
|
|
|
|