EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Visual Studio 2013 for Windows Desktop Error (https://www.eqemulator.org/forums/showthread.php?t=38075)

SoltanHeatwave 04-18-2014 07:00 PM

Visual Studio 2013 for Windows Desktop Error
 
I started a new server and encountered problems when I attempted to compile the code in Visual studio 2013 for Windows Desktop. The Cmake part went perfectly without errors. Here is a copy of my Output file from Visual studio.

------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
Checking Build System
CMake does not need to re-run because C:/EQ/Source/Build/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/common/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/shared_memory/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/world/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/zone/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/ucs/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/queryserv/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/eqlaunch/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/client_files/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/client_files/import/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/EQ/Source/Build/client_files/export/CMakeFiles/generate.stamp is up-to-date.
------ Build started: Project: Common, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/common/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\common\CMakeFiles\generate.stam p is up-to-date.
BasePacket.cpp
classes.cpp
Condition.cpp
crash.cpp
CRC16.cpp
crc32.cpp
database.cpp
..\..\common\database.cpp(465): warning C4244: '=' : conversion from 'my_ulonglong' to 'int', possible loss of data
..\..\common\database.cpp(1022): warning C4244: '=' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
..\..\common\database.cpp(1028): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
..\..\common\database.cpp(1172): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1174): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1176): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1224): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1226): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1228): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1286): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1288): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1290): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1292): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1591): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
..\..\common\database.cpp(1782): warning C4244: 'return' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\common\database.cpp(1834): warning C4244: 'return' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\common\database.cpp(1855): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1857): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(1859): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\database.cpp(2525): warning C4018: '<=' : signed/unsigned mismatch
..\..\common\database.cpp(2535): warning C4018: '<' : signed/unsigned mismatch
dbasync.cpp
dbcore.cpp
..\..\common\dbcore.cpp(112): warning C4244: '=' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
..\..\common\dbcore.cpp(114): warning C4244: '=' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
debug.cpp
..\..\common\debug.cpp(115): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\process.h(222) : see declaration of 'getpid'
emu_opcodes.cpp
EmuTCPConnection.cpp
EmuTCPServer.cpp
EQDB.cpp
c:\eq\source\common\EQDBRes.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
..\..\common\EQDB.cpp(34): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
..\..\common\EQDB.cpp(38): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
EQDBRes.cpp
c:\eq\source\common\EQDBRes.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
eqemu_exception.cpp
EQEmuConfig.cpp
EQEMuError.cpp
..\..\common\EQEMuError.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.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\conio.h(131) : see declaration of 'getch'
EQPacket.cpp
..\..\common\EQPacket.cpp(205): warning C4244: '=' : conversion from 'const uint16' to 'unsigned char', possible loss of data
..\..\common\EQPacket.cpp(217): warning C4244: '=' : conversion from 'uint16' to 'unsigned char', possible loss of data
EQStream.cpp
..\..\common\EQStream.cpp(75): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
..\..\common\EQStream.cpp(83): warning C4018: '>' : signed/unsigned mismatch
..\..\common\EQStream.cpp(360): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\common\EQStream.cpp(414): warning C4018: '>' : signed/unsigned mismatch
..\..\common\EQStream.cpp(452): warning C4018: '>' : signed/unsigned mismatch
..\..\common\EQStream.cpp(468): warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
..\..\common\EQStream.cpp(482): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
..\..\common\EQStream.cpp(484): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
..\..\common\EQStream.cpp(600): warning C4018: '>' : signed/unsigned mismatch
..\..\common\EQStream.cpp(612): warning C4018: '>' : signed/unsigned mismatch
..\..\common\EQStream.cpp(663): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
..\..\common\EQStream.cpp(664): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
..\..\common\EQStream.cpp(729): warning C4018: '>' : signed/unsigned mismatch
..\..\common\EQStream.cpp(732): warning C4244: 'initializing' : conversion from 'long' to 'uint16', possible loss of data
..\..\common\EQStream.cpp(803): warning C4018: '>' : signed/unsigned mismatch
..\..\common\EQStream.cpp(944): warning C4244: 'argument' : conversion from 'time_t' to 'u_long', possible loss of data
..\..\common\EQStream.cpp(1182): warning C4018: '>' : signed/unsigned mismatch
..\..\common\EQStream.cpp(1219): warning C4018: '>' : signed/unsigned mismatch
Generating Code...
Compiling...
EQStreamFactory.cpp
..\..\common\EQStreamFactory.cpp(96): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\io.h(326) : see declaration of 'close'
EQStreamIdent.cpp
EQStreamProxy.cpp
eqtime.cpp
..\..\common\eqtime.cpp(75): warning C4244: 'initializing' : conversion from 'time_t' to 'unsigned long', possible loss of data
..\..\common\eqtime.cpp(180): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
..\..\common\eqtime.cpp(183): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
..\..\common\eqtime.cpp(188): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
..\..\common\eqtime.cpp(192): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
extprofile.cpp
faction.cpp
guild_base.cpp

SoltanHeatwave 04-18-2014 07:02 PM

And.

..\..\common\guild_base.cpp(838): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\common\guild_base.cpp(880): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\common\guild_base.cpp(1334): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
guilds.cpp
ipc_mutex.cpp
Item.cpp
logsys.cpp
logsys_eqemu.cpp
md5.cpp
memory_mapped_file.cpp
misc.cpp
MiscFunctions.cpp
moremath.cpp
Mutex.cpp
..\..\common\Mutex.cpp(39): warning C4996: 'GetVersionExA': was declared deprecated
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
..\..\common\Mutex.cpp(43): warning C4996: 'GetVersionExA': was declared deprecated
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
..\..\common\Mutex.cpp(117): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
opcode_map.cpp
opcodemgr.cpp
Generating Code...
Compiling...
packet_dump.cpp
packet_dump_file.cpp
packet_functions.cpp
perl_EQDB.cpp
c:\eq\source\common\EQDBRes.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
perl_EQDBRes.cpp
c:\eq\source\common\EQDBRes.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
ProcLauncher.cpp
ptimer.cpp
..\..\common\ptimer.cpp(154): warning C4244: '=' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
..\..\common\ptimer.cpp(340): warning C4244: '=' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
races.cpp
rdtsc.cpp
rulesys.cpp
..\..\common\rulesys.cpp(174): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
serverinfo.cpp
..\..\common\serverinfo.cpp(37): warning C4996: 'GetVersionExA': was declared deprecated
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
shareddb.cpp
..\..\common\shareddb.cpp(458): warning C4018: '<' : signed/unsigned mismatch
..\..\common\shareddb.cpp(548): warning C4018: '<' : signed/unsigned mismatch
..\..\common\shareddb.cpp(657): warning C4018: '<' : signed/unsigned mismatch
..\..\common\shareddb.cpp(1223): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\shareddb.cpp(1224): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\shareddb.cpp(1225): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
spdat.cpp
..\..\common\spdat.cpp(478): warning C4018: '<' : signed/unsigned mismatch
StringUtil.cpp
StructStrategy.cpp
TCPConnection.cpp
TCPServer.cpp
timeoutmgr.cpp
timer.cpp
..\..\common\timer.cpp(75): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
unix.cpp
Generating Code...
Compiling...
worldconn.cpp
XMLParser.cpp
platform.cpp
Client62.cpp
patches.cpp
SoD.cpp

SoltanHeatwave 04-18-2014 07:05 PM

And..

..\..\common\patches\SoD.cpp(634): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\SoD.cpp(1050): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\patches\SoD.cpp(1780): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\SoD.cpp(1802): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\SoD.cpp(1806): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\common\patches\SoD.cpp(3506): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
..\..\common\patches\SoD.cpp(3507): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\SoD.cpp(3508): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\SoD.cpp(3510): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
SoF.cpp
..\..\common\patches\SoF.cpp(633): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\SoF.cpp(1363): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\SoF.cpp(1385): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\SoF.cpp(1389): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\common\patches\SoF.cpp(1851): warning C4018: '<' : signed/unsigned mismatch
..\..\common\patches\SoF.cpp(2824): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
..\..\common\patches\SoF.cpp(2825): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\SoF.cpp(2826): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\SoF.cpp(2828): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
RoF.cpp
..\..\common\patches\RoF.cpp(114): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(116): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(117): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(118): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(362): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(363): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(364): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(543): warning C4244: 'argument' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\common\patches\RoF.cpp(1902): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\patches\RoF.cpp(2738): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\RoF.cpp(2762): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\RoF.cpp(2768): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\common\patches\RoF.cpp(2866): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(2867): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(2868): warning C4309: '=' : truncation of constant value
..\..\common\patches\RoF.cpp(4721): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
..\..\common\patches\RoF.cpp(5372): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
..\..\common\patches\RoF.cpp(5373): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\RoF.cpp(5374): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\RoF.cpp(5376): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
Titanium.cpp
Underfoot.cpp

SoltanHeatwave 04-18-2014 07:06 PM

And...

..\..\common\patches\Underfoot.cpp(660): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\Underfoot.cpp(1062): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\common\patches\Underfoot.cpp(1825): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\Underfoot.cpp(1847): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\common\patches\Underfoot.cpp(1850): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\common\patches\Underfoot.cpp(3338): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
..\..\common\patches\Underfoot.cpp(3940): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
..\..\common\patches\Underfoot.cpp(3941): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\Underfoot.cpp(3942): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
..\..\common\patches\Underfoot.cpp(3944): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
Base64.cpp
File.cpp
HttpdCookies.cpp
HttpdForm.cpp
HttpdSocket.cpp
HTTPSocket.cpp
MemFile.cpp
Mime.cpp
Parse.cpp
socket_include.cpp
Generating Code...
c:\eq\source\common\socketlib\httpsocket.cpp(115): warning C4715: 'HTTPSocket::ProcessReceivedData' : not all control paths return a value
Compiling...
Utility.cpp
StackWalker.cpp
..\..\common\StackWalker\StackWalker.cpp(1208): warning C4996: 'GetVersionExA': was declared deprecated
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433) : see declaration of 'GetVersionExA'
tinystr.cpp
tinyxml.cpp
tinyxmlerror.cpp
tinyxmlparser.cpp
Generating Code...
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
Common.vcxproj -> C:\EQ\Source\Build\Bin\Debug\Common.lib
------ Build started: Project: eqlaunch, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/eqlaunch/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\eqlaunch\CMakeFiles\generate.st amp is up-to-date.
eqlaunch.cpp
worldserver.cpp
ZoneLaunch.cpp
Generating Code...
eqlaunch.vcxproj -> C:\EQ\Source\Build\Bin\Debug\eqlaunch.exe
------ Build started: Project: export_client_files, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/client_files/export/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\client_files\export\CMakeFiles\ generate.stamp is up-to-date.
main.cpp
export_client_files.vcxproj -> C:\EQ\Source\Build\Bin\Debug\export_client_files.e xe
------ Build started: Project: import_client_files, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/client_files/import/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\client_files\import\CMakeFiles\ generate.stamp is up-to-date.
main.cpp
import_client_files.vcxproj -> C:\EQ\Source\Build\Bin\Debug\import_client_files.e xe
------ Build started: Project: queryserv, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/queryserv/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\queryserv\CMakeFiles\generate.s tamp is up-to-date.
database.cpp
..\..\queryserv\database.cpp(172): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(202): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(226): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(249): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(277): warning C4018: '<' : signed/unsigned mismatch
..\..\queryserv\database.cpp(308): warning C4018: '<' : signed/unsigned mismatch
lfguild.cpp
..\..\queryserv\lfguild.cpp(265): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\queryserv\lfguild.cpp(316): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
queryserv.cpp
queryservconfig.cpp
worldserver.cpp
Generating Code...
queryserv.vcxproj -> C:\EQ\Source\Build\Bin\Debug\queryserv.exe

SoltanHeatwave 04-18-2014 07:07 PM

And....

------ Build started: Project: shared_memory, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/shared_memory/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\shared_memory\CMakeFiles\genera te.stamp is up-to-date.
base_data.cpp
items.cpp
loot.cpp
main.cpp
npc_faction.cpp
spells.cpp
skill_caps.cpp
Generating Code...
shared_memory.vcxproj -> C:\EQ\Source\Build\Bin\Debug\shared_memory.exe
------ Build started: Project: ucs, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/ucs/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\ucs\CMakeFiles\generate.stamp is up-to-date.
chatchannel.cpp
clientlist.cpp
..\..\ucs\clientlist.cpp(1008): warning C4018: '<' : signed/unsigned mismatch
..\..\ucs\clientlist.cpp(1310): warning C4018: '<' : signed/unsigned mismatch
..\..\ucs\clientlist.cpp(1313): warning C4018: '<' : signed/unsigned mismatch
..\..\ucs\clientlist.cpp(1423): warning C4018: '<' : signed/unsigned mismatch
..\..\ucs\clientlist.cpp(1426): warning C4018: '<' : signed/unsigned mismatch
database.cpp
..\..\ucs\database.cpp(405): warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
..\..\ucs\database.cpp(584): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
ucs.cpp
ucsconfig.cpp
worldserver.cpp
Generating Code...
ucs.vcxproj -> C:\EQ\Source\Build\Bin\Debug\ucs.exe
------ Build started: Project: world, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/world/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\world\CMakeFiles\generate.stamp is up-to-date.
Adventure.cpp
..\..\world\Adventure.cpp(401): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\world\Adventure.cpp(402): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
AdventureManager.cpp
..\..\world\AdventureManager.cpp(391): warning C4018: '<' : signed/unsigned mismatch
..\..\world\AdventureManager.cpp(409): warning C4018: '<' : signed/unsigned mismatch
..\..\world\AdventureManager.cpp(661): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\world\AdventureManager.cpp(667): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(668): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(669): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(670): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(678): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(679): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(681): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(682): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(683): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(684): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(686): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(687): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(688): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(689): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\AdventureManager.cpp(934): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(935): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(936): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(937): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(938): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(939): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(940): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
..\..\world\AdventureManager.cpp(941): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
client.cpp
..\..\world\client.cpp(615): warning C4018: '<' : signed/unsigned mismatch
..\..\world\client.cpp(628): warning C4018: '<' : signed/unsigned mismatch
..\..\world\client.cpp(1431): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\world\client.cpp(1432): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
cliententry.cpp
clientlist.cpp
console.cpp

SoltanHeatwave 04-18-2014 07:09 PM

And.....

..\..\world\console.cpp(775): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945) : see declaration of 'ultoa'
..\..\world\console.cpp(776): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945) : see declaration of 'ultoa'
..\..\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.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945) : see declaration of 'ultoa'
..\..\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.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945) : see declaration of 'ultoa'
EQLConfig.cpp
EQW.cpp
EQWHTTPHandler.cpp
EQWParser.cpp
c:\eq\source\common\EQDBRes.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
HTTPRequest.cpp
c:\eq\source\common\EQDBRes.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
..\..\world\HTTPRequest.cpp(65): warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
LauncherLink.cpp
..\..\world\LauncherLink.cpp(169): warning C4800: 'const uint8' : forcing value to bool 'true' or 'false' (performance warning)
LauncherList.cpp
lfplist.cpp
LoginServer.cpp
LoginServerList.cpp
net.cpp
perl_EQLConfig.cpp
perl_EQW.cpp
..\..\world\perl_EQW.cpp(409): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\world\perl_EQW.cpp(725): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\world\perl_EQW.cpp(753): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
perl_HTTPRequest.cpp
Generating Code...
Compiling...
queryserv.cpp
ucs.cpp
wguild_mgr.cpp
world_logsys.cpp
WorldConfig.cpp
worlddb.cpp
..\..\world\worlddb.cpp(97): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
..\..\world\worlddb.cpp(98): warning C4018: '>=' : signed/unsigned mismatch
..\..\world\worlddb.cpp(144): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(145): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(146): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(293): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\world\worlddb.cpp(310): warning C4244: '=' : conversion from 'my_ulonglong' to 'int', possible loss of data
..\..\world\worlddb.cpp(316): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(317): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(318): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(319): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(445): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
..\..\world\worlddb.cpp(462): warning C4244: '=' : conversion from 'my_ulonglong' to 'int', possible loss of data
..\..\world\worlddb.cpp(468): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(469): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(470): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\world\worlddb.cpp(471): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
zonelist.cpp
zoneserver.cpp
..\..\world\zoneserver.cpp(1425): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
Generating Code...
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_get_context
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_get_context
EQW.obj : error LNK2019: unresolved external symbol __imp__Perl_get_context referenced in function _XS_EQWIO_PRINT
EQWParser.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
EQW.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2pv_flags referenced in function _XS_EQWIO_PRINT
perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags

SoltanHeatwave 04-18-2014 07:14 PM

EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_call_pv referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_eval_pv referenced in function "public: void __thiscall EQWParser::EQW_eval(char const *,char const *)" (?EQW_eval@EQWParser@@QAEXPBD0@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_free_tmps referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_get_cv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_get_sv referenced in function "public: void __thiscall EQWParser::EQW_eval(char const *,char const *)" (?EQW_eval@EQWParser@@QAEXPBD0@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_gv_add_by_type referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_gv_fetchpv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_gv_stashpv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_markstack_grow referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_newSV referenced in function "public: __thiscall EQWParser::EQWParser(void)" (??0EQWParser@@QAE@XZ)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_newSVpv referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_newXS referenced in function _xs_init
EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_alloc referenced in function "public: __thiscall EQWParser::EQWParser(void)" (??0EQWParser@@QAE@XZ)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_construct referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_free referenced in function "public: __thiscall EQWParser::~EQWParser(void)" (??1EQWParser@@QAE@XZ)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_parse referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_run referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_pop_scope referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_push_scope referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_save_int referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_stack_grow referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_stack_grow
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_stack_grow
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_stack_grow

SoltanHeatwave 04-18-2014 07:14 PM

EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2bool_flags referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2bool_flags
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2mortal referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ @V?$allocator@V?$basic_string@DU?$char_traits@D@st d@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setref_pv referenced in function "public: void __thiscall EQWParser::EQW_eval(char const *,char const *)" (?EQW_eval@EQWParser@@QAEXPBD0@Z)
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setsv_flags referenced in function "public: void __thiscall EQWParser::EQW_eval(char const *,char const *)" (?EQW_eval@EQWParser@@QAEXPBD0@Z)
EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sys_init3 referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
EQWParser.obj : error LNK2019: unresolved external symbol _boot_DynaLoader referenced in function _xs_init
Common.lib(perl_EQDBRes.obj) : error LNK2019: unresolved external symbol __imp__Perl_croak referenced in function "public: __thiscall std::_Wrap_alloc<class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::_Wrap_alloc<class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >(void)" (??0?$_Wrap_alloc@V?$allocator@V?$basic_string@DU? $char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@ std@@QAE@XZ)
perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_croak
perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_hv_common_key_len referenced in function _XS_EQLConfig_GetZoneDetails
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_hv_common_key_len
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_hv_common_key_len
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_hv_common_key_len
Common.lib(perl_EQDBRes.obj) : error LNK2019: unresolved external symbol __imp__Perl_mg_set referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > * __thiscall std::_Wrap_alloc<class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::allocate(unsigned int)" (?allocate@?$_Wrap_alloc@V?$allocator@V?$basic_str ing@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ @std@@@std@@QAEPAV?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@2@I@Z)
perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_mg_set
perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_newRV referenced in function _XS_EQLConfig_GetZoneDetails
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_newRV
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_newRV
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_newRV
perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_newSV_type referenced in function _XS_EQLConfig_GetZoneDetails
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_newSV_type
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_newSV_type
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_newSV_type
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags

SoltanHeatwave 04-18-2014 07:15 PM

perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_newXS_flags referenced in function _boot_EQLConfig
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
Common.lib(perl_EQDBRes.obj) : error LNK2019: unresolved external symbol __imp__Perl_sv_2iv_flags referenced in function "protected: void __thiscall std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::_Tidy(void)" (?_Tidy@?$vector@V?$basic_string@DU?$char_traits@D @std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@@2@@std@@IAEXXZ)
perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2uv_flags referenced in function _XS_EQLConfig_BootStaticZone
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_derived_from referenced in function _XS_EQLConfig_GetName
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_newmortal referenced in function _XS_EQLConfig_GetName
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setiv referenced in function _XS_EQLConfig_GetStaticCount
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setpv referenced in function _XS_EQLConfig_GetName
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setpvn referenced in function _XS_EQLConfig_ListZones
perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpvn
perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpvn
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setpvn
perl_EQW.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setuv referenced in function _XS_EQW_CreateGuild
Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
perl_HTTPRequest.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2nv_flags referenced in function _XS_HTTPRequest_getFloat
perl_HTTPRequest.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setnv referenced in function _XS_HTTPRequest_getFloat
C:\EQ\Source\Build\Bin\Debug\world.exe : fatal error LNK1120: 45 unresolved externals
------ Build started: Project: zone, Configuration: Debug Win32 ------
Building Custom Rule C:/EQ/Source/zone/CMakeLists.txt
CMake does not need to re-run because C:\EQ\Source\Build\zone\CMakeFiles\generate.stamp is up-to-date.
AA.cpp

SoltanHeatwave 04-18-2014 07:16 PM

c:\eq\source\zone\mob.h(601): warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236): warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
aggro.cpp
c:\eq\source\zone\mob.h(601): warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236): warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
attack.cpp
c:\eq\source\zone\mob.h(601): warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236): warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\attack.cpp(225): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(230): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(235): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(240): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(272): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\attack.cpp(343): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(396): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(436): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(449): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\attack.cpp(455): warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\attack.cpp(461): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\attack.cpp(480): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(503): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(515): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(548): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(555): warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\attack.cpp(560): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(565): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(571): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(578): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\attack.cpp(580): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\attack.cpp(582): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\attack.cpp(585): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\attack.cpp(587): warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\attack.cpp(595): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data

SoltanHeatwave 04-18-2014 07:18 PM

..\..\zone\attack.cpp(598): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(601): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(605): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(607): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(611): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(613): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(616): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(618): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(621): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(625): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(628): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(630): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(632): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(637): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(639): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(645): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(647): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data

SoltanHeatwave 04-18-2014 07:19 PM

..\..\zone\attack.cpp(658): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(676): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(699): warning C4244: '-=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\attack.cpp(718): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(719): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(724): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
..\..\zone\attack.cpp(728): warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(732): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
..\..\zone\attack.cpp(736): warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(744): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(745): warning C4244: '-=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\attack.cpp(760): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(762): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(765): warning C4244: '-=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(768): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(769): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\attack.cpp(774): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
..\..\zone\attack.cpp(778): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(782): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
..\..\zone\attack.cpp(786): warning C4244: '-=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(1022): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(1030): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(1277): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(1279): warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\attack.cpp(1419): warning C4244: '=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\attack.cpp(1852): warning C4244: '+=' : conversion from 'float' to 'uint16', possible loss of data

SoltanHeatwave 04-18-2014 07:33 PM

..\..\zone\attack.cpp(1876 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\attack.cpp(1880 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(1899 ) : warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(1901 ): warning C4244: '*=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\attack.cpp(1911 ) : warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(1913 ) : warning C4244: '*=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\attack.cpp(2508 ) : warning C4244: '*=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\attack.cpp(2510 ) : warning C4244: '*=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\attack.cpp(3190 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(3214 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(3236 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(3288 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(3318 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(3339 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(3361 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(3832 ) : warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\attack.cpp(3836 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(3884 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(3990 ) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(4294 ) : warning C4244: '=' : conversion from 'double' to 'int32', possible loss of data
..\..\zone\attack.cpp(4419 ) : warning C4018: '>=' : signed/unsigned mismatch
..\..\zone\attack.cpp(4462 ) : warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\attack.cpp(4552 ) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
..\..\zone\attack.cpp(4622 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\attack.cpp(4646 ) : warning C4018: '>' : signed/unsigned mismatch
beacon.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
bonuses.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\bonuses.cpp(326 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(332 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(380 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(399 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(406 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(522 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(993 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(1252 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(1263 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(1315 ) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\bonuses.cpp(1327 ) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\bonuses.cpp(2266 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(2276 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(2648 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(2689 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(2766 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\bonuses.cpp(2948 ) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\bonuses.cpp(2949 ) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\bonuses.cpp(2950 ) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\bonuses.cpp(2954 ) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\bonuses.cpp(2955 ) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\bonuses.cpp(2956 ) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
..\..\zone\bonuses.cpp(3916 ) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
bot.cpp
botspellsai.cpp
client.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\client.cpp(334 ): warning C4244: 'argument' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\zone\client.cpp(526 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(554 ) : warning C4244: '+=' : conversion from 'time_t' to 'int', possible loss of data
..\..\zone\client.cpp(558 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\client.cpp(571 ) : warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\zone\client.cpp(776 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\client.cpp(784 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\client.cpp(895 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(939 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(987 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(1002 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(1578 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1588 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1598 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1608 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1618 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1628 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1638 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1661 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1671 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1681 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1691 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1701 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1711 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(1721 ) : warning C4244: '=' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(2102 ) : warning C4244: '=' : conversion from 'int64' to 'int32', possible loss of data
..\..\zone\client.cpp(2116 ) : warning C4244: '=' : conversion from 'int64' to 'int32', possible loss of data
..\..\zone\client.cpp(2117 ) : warning C4244: '+=' : conversion from 'int64' to 'int32', possible loss of data
..\..\zone\client.cpp(2133 ) : warning C4244: '=' : conversion from 'int64' to 'int32', possible loss of data
..\..\zone\client.cpp(2135 ) : warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2137 ) : warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2148 ) : warning C4244: '=' : conversion from 'int64' to 'int32', possible loss of data
..\..\zone\client.cpp(2150 ) : warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2152 ) : warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2154 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2170 ) : warning C4244: 'initializing' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2174 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2183 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2187 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2195 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2199 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2210 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2214 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client.cpp(2386 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\client.cpp(2390 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\client.cpp(2578 ) : warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(2581 ) : warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(2593 ) : warning C4996: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _itoa. See online help for details.

joligario 04-18-2014 07:57 PM

That was way unnecessary...

Looks like you have a perl problem. What OS, perl, and architecture are you using? You shouldn't build Debug/32. You should select RelWithDebugInfo/32.

SoltanHeatwave 04-18-2014 08:06 PM

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(937 ) : see declaration of 'itoa'
..\..\zone\client.cpp(2600 ) : warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(2609 ) : warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(2611 ) : warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client.cpp(2934 ) : warning C4244: 'argument' : conversion from 'uint32' to 'float', possible loss of data
..\..\zone\client.cpp(3000 ) : warning C4244: 'argument' : conversion from 'uint32' to 'float', possible loss of data
..\..\zone\client.cpp(3281 ) : warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\client.cpp(3287 ) : warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\client.cpp(3296 ) : warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\client.cpp(3302 ) : warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\client.cpp(3763 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(3835 ) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
..\..\zone\client.cpp(3836 ) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
..\..\zone\client.cpp(3837 ) : warning C4244: '=' : conversion from 'const int' to 'float', possible loss of data
..\..\zone\client.cpp(4132 ) : warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client.cpp(4195 ) : warning C4244: '=' : conversion from 'double' to 'uint16', possible loss of data
..\..\zone\client.cpp(4213 ) : warning C4244: '=' : conversion from 'double' to 'uint16', possible loss of data
..\..\zone\client.cpp(5102 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5105 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5108 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5115 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5118 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5121 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5132 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5135 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5138 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5145 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5148 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5151 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5175 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5178 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5181 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5188 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5191 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5194 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5201 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5204 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5207 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5214 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5217 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5220 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client.cpp(5280 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(5299 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(6164 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(6717 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client.cpp(7843 ) : warning C4018: '>=' : signed/unsigned mismatch
..\..\zone\client.cpp(7862 ) : warning C4018: '>=' : signed/unsigned mismatch
..\..\zone\client.cpp(8003 ) : warning C4018: '>=' : signed/unsigned mismatch
client_logs.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
client_mods.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\client_mods.cpp(158 ) : warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_mods.cpp(248 ) : warning C4244: '=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\client_mods.cpp(253 ) : warning C4244: '+=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\client_mods.cpp(384 ) : warning C4244: '+=' : conversion from 'const double' to 'int32', possible loss of data
..\..\zone\client_mods.cpp(876 ) : warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_mods.cpp(906 ) : warning C4800: 'ItemInst *' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_mods.cpp(993 ) : warning C4244: '=' : conversion from 'const double' to 'int32', possible loss of data
..\..\zone\client_mods.cpp(1028 ) : warning C4244: '=' : conversion from 'const double' to 'int32', possible loss of data
..\..\zone\client_mods.cpp(1236 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\client_mods.cpp(1917 ) : warning C4244: '=' : conversion from 'const double' to 'int32', possible loss of data
client_packet.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\client_packet.cpp(1035 ) : warning C4244: 'argument' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\client_packet.cpp(1270 ) : warning C4244: 'argument' : conversion from 'int16' to 'uint8', possible loss of data
..\..\zone\client_packet.cpp(3419 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(3420 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(3461 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(3462 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(4013 ) : warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_packet.cpp(4671 ) : warning C4244: '=' : conversion from 'double' to 'int16', possible loss of data
..\..\zone\client_packet.cpp(5245 ) : warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_packet.cpp(5576 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\client_packet.cpp(5577 ) : warning C4244: '=' : conversion from 'const int16' to 'uint8', possible loss of data
..\..\zone\client_packet.cpp(5600 ) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\client_packet.cpp(5602 ) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\client_packet.cpp(5804 ) : warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\client_packet.cpp(5807 ) : warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\client_packet.cpp(7973 ) : warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\client_packet.cpp(7974 ) : warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\client_packet.cpp(7976 ) : warning C4244: '=' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\client_packet.cpp(8991 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client_packet.cpp(9146 ) : warning C4018: '>' : signed/unsigned mismatch
..\..\zone\client_packet.cpp(9615 ) : warning C4244: 'argument' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\zone\client_packet.cpp(9810 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client_packet.cpp(9823 ) : warning C4244: '=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client_packet.cpp(11275 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client_packet.cpp(11487 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(11488 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(11489 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(11661 ) : warning C4244: 'initializing' : conversion from 'my_ulonglong' to 'int', possible loss of data
..\..\zone\client_packet.cpp(11691 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(11692 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(11693 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_packet.cpp(11697 ) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_packet.cpp(11698 ) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_packet.cpp(12343 ) : warning C4800: 'unsigned char' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_packet.cpp(12864 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\client_packet.cpp(13290 ) : warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
client_process.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\client_process.cpp(506 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\client_process.cpp(702 ) : warning C4800: 'int32' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_process.cpp(1013 ) : warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\client_process.cpp(1016 ) : warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\client_process.cpp(1051 ) : warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\client_process.cpp(1054 ) : warning C4244: 'argument' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\client_process.cpp(1185 ) : warning C4800: 'uint32' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\client_process.cpp(1520 ) : warning C4244: '=' : conversion from 'float' to 'uint64', possible loss of data
..\..\zone\client_process.cpp(1524 ) : warning C4244: '=' : conversion from 'float' to 'uint64', possible loss of data
..\..\zone\client_process.cpp(1531 ) : warning C4244: '-=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client_process.cpp(1538 ) : warning C4244: '+=' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client_process.cpp(1548 ) : warning C4244: 'argument' : conversion from 'uint64' to 'int32', possible loss of data
..\..\zone\client_process.cpp(1576 ) : warning C4244: '=' : conversion from 'uint64' to 'uint32', possible loss of data
command.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\command.cpp(961 ) : warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945 ) : see declaration of 'ultoa'
..\..\zone\command.cpp(962 ) : warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945 ) : see declaration of 'ultoa'
..\..\zone\command.cpp(963 ) : warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945 ) : see declaration of 'ultoa'
..\..\zone\command.cpp(964 ) : warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdlib.h(945) : see declaration of 'ultoa'
..\..\zone\command.cpp(1016 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\command.cpp(1022 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259) : see declaration of 'strupr'
..\..\zone\command.cpp(1338 ) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(1394 ) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(1760 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(1761 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(1763 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(1765 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(1767 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(1769 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(2099 ) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(2108 ) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(2348 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(2444 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\command.cpp(2449 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\command.cpp(2650 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\command.cpp(2664 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\command.cpp(2725 ) : warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\command.cpp(2733 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\command.cpp(2735 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\command.cpp(4356 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(4371 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(4381 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(4382 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(4383 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(4477 ) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(245) : see declaration of 'strdup'
..\..\zone\command.cpp(4500 ) : warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(245 ) : see declaration of 'strdup'
..\..\zone\command.cpp(4697 ) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(6023 ) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
..\..\zone\command.cpp(6024 ) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
..\..\zone\command.cpp(6181 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\command.cpp(6186 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\command.cpp(6454 ) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\command.cpp(6465 ) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\command.cpp(7825 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(8145 ) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(9396 ) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(254 ) : see declaration of 'strlwr'
..\..\zone\command.cpp(9466 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(9467 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(9468 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(9469 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(9690 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259) : see declaration of 'strupr'
..\..\zone\command.cpp(9864 ) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(254 ) : see declaration of 'strlwr'
..\..\zone\command.cpp(9865 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\command.cpp(10144 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(10147 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(10156 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(10165 ) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(10198 ) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(10436 ) : warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\command.cpp(10716 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(10717 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(10718 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(10719 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\command.cpp(10892 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\command.cpp(10901 ): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\command.cpp(11280 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\command.cpp(11298 ) : warning C4018: '<' : signed/unsigned mismatch
corpse.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\corpse.cpp(206 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\corpse.cpp(312 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\corpse.cpp(577 ) : warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\corpse.cpp(580 ) : warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\corpse.cpp(660 ) : warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\corpse.cpp(1864 ) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\corpse.cpp(1864 ) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
..\..\zone\corpse.cpp(1864 ) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
..\..\zone\corpse.cpp(1897 ) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\corpse.cpp(1897 ) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
..\..\zone\corpse.cpp(1897 ) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
doors.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
effects.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\effects.cpp(236 ) : warning C4244: '=' : conversion from 'double' to 'int32', possible loss of data
..\..\zone\effects.cpp(369 ) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\effects.cpp(373 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\effects.cpp(405 ) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\effects.cpp(408 ) : warning C4244: '-=' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\effects.cpp(413 ) : warning C4018: '<' : signed/unsigned mismatch
embparser.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
embparser_api.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\embparser_api.cpp(147 ) : warning C4244: 'argument' : conversion from 'UV' to 'int', possible loss of data
..\..\zone\embparser_api.cpp(183 ) : warning C4244: 'argument' : conversion from 'UV' to 'uint32', possible loss of data
..\..\zone\embparser_api.cpp(185 ) : warning C4244: 'argument' : conversion from 'UV' to 'int16', possible loss of data
..\..\zone\embparser_api.cpp(185 ) : warning C4244: 'argument' : conversion from 'UV' to 'uint32', possible loss of data
..\..\zone\embparser_api.cpp(402 ) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\embparser_api.cpp(1391 ) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
..\..\zone\embparser_api.cpp(1597 ) : warning C4244: 'argument' : conversion from 'UV' to 'int', possible loss of data
..\..\zone\embparser_api.cpp(1609 ) : warning C4244: 'argument' : conversion from 'UV' to 'int', possible loss of data
embperl.cpp
..\..\zone\embperl.cpp(299 ) : warning C4244: '=' : conversion from 'IV' to 'int', possible loss of data
embxs.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
Generating Code...
Compiling...
entity.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\entity.cpp(2542 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\entity.cpp(2546 ) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
C:\Program Files (x86 )\Microsoft Visual Studio 12.0\VC\include\string.h(259 ) : see declaration of 'strupr'
..\..\zone\entity.cpp(2686 ) : warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\zone\entity.cpp(3060 ) : warning C4244: 'argument' : conversion from 'double' to 'int32', possible loss of data
..\..\zone\entity.cpp(3091 ) : warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\entity.cpp(3674 ) : warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\entity.cpp(4490 ) : warning C4244: 'initializing' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\entity.cpp(4533 ) : warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\entity.cpp(4552 ) : warning C4244: 'initializing' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\entity.cpp(4553 ) : warning C4244: 'initializing' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\entity.cpp(4554 ) : warning C4244: 'initializing' : conversion from 'float' to 'int32', possible loss of data
..\..\zone\entity.cpp(4560 ) : warning C4018: '<=' : signed/unsigned mismatch
..\..\zone\entity.cpp(4561 ) : warning C4018: '<=' : signed/unsigned mismatch
exp.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\exp.cpp(181 ) : warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\exp.cpp(182 ) : warning C4244: '*=' : conversion from 'float' to 'uint32', possible loss of data
..\..\zone\exp.cpp(334 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
..\..\zone\exp.cpp(495 ) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
..\..\zone\exp.cpp(545 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
fearpath.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\fearpath.cpp(56 ) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
..\..\zone\fearpath.cpp(115 ) : warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
forage.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\forage.cpp(238 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\zone\forage.cpp(239 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
groups.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\groups.cpp(1069 ) : warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\groups.cpp(1109 ) : warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
..\..\zone\groups.cpp(1152 ) : warning C4244: 'initializing' : conversion from 'int32' to 'float', possible loss of data
guild.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
guild_mgr.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\guild_mgr.cpp(475 ) : warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
..\..\zone\guild_mgr.cpp(478 ) : warning C4018: '<' : signed/unsigned mismatch
..\..\zone\guild_mgr.cpp(1344 ) : warning C4018: '<=' : signed/unsigned mismatch
hate_list.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\hate_list.cpp(242 ) : warning C4244: 'argument' : conversion from 'uint16' to 'uint8', possible loss of data
horse.cpp
c:\eq\source\zone\mob.h(601 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
c:\eq\source\zone\npc.h(236 ) : warning C4244: 'return' : conversion from 'const float' to 'int16', possible loss of data
..\..\zone\horse.cpp(102 ) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
inventory.cpp


All times are GMT -4. The time now is 11:53 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.