View Single Post
  #32  
Old 05-17-2020, 09:31 PM
indigo_hermit's Avatar
indigo_hermit
Fire Beetle
 
Join Date: Oct 2009
Location: TN, USA
Posts: 29
Default

Narrowed it down to 163 errors and 369 warnings.

Code:
Severity	Code	Description	Project	File	Line	Suppression State
Warning	C26495	Variable 'BasePacket::priority' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\base_packet.h	88	
Warning	C26495	Variable 'BasePacket::dst_ip' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\base_packet.h	88	
Warning	C26495	Variable 'BasePacket::dst_port' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\base_packet.h	88	
Warning	C26495	Variable 'BasePacket::src_ip' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\base_packet.h	88	
Warning	C26495	Variable 'BasePacket::src_port' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\base_packet.h	88	
Warning	C26495	Variable 'BasePacket::timestamp' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\base_packet.h	88	
Warning	C26812	The enum type 'DBcore::eStatus' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\dbcore.h	22	
Warning	C26495	Variable 'EQEmuConfig::ChatPort' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::DatabasePort' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::DefaultStatus' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::InitialBootWait' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::Locked' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::LoginCount' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::LoginLegacy' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::LoginPort' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::MailPort' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::MaxClients' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::QSDatabasePort' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::RestartWait' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::TelnetEnabled' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::TelnetTCPPort' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::TerminateWait' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::WorldHTTPEnabled' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::WorldHTTPPort' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::WorldTCPPort' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::ZoneBootInterval' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::ZonePortHigh' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26495	Variable 'EQEmuConfig::ZonePortLow' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_config.h	125	
Warning	C26439	This kind of function may not throw. Declare it 'noexcept' (f.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eqemu_exception.h	52	
Warning	C26495	Variable 'EQEmu::constants::LookupEntry::CharacterCreationLimit' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	46	
Warning	C26495	Variable 'EQEmu::constants::LookupEntry::Expansion' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	46	
Warning	C26495	Variable 'EQEmu::constants::LookupEntry::ExpansionBit' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	46	
Warning	C26495	Variable 'EQEmu::constants::LookupEntry::ExpansionsMask' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	46	
Warning	C26495	Variable 'EQEmu::constants::LookupEntry::SayLinkBodySize' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	46	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::<unnamed-tag>::InventoryTypeSize' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::<unnamed-tag>::InventoryTypeSizeArray' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::AllowClickCastFromBag' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::AllowEmptyBagInBag' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::AllowOverLevelEquipment' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::AugSocketCount' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::BagSlotCount' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::ConcatenateInvTypeLimbo' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::CorpseBitmask' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::CursorBitmask' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::EquipmentBitmask' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::GeneralBitmask' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::inventory::LookupEntry::PossessionsBitmask' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	130	
Warning	C26495	Variable 'EQEmu::behavior::LookupEntry::CoinHasWeight' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	173	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::DiscBuffs' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::LongBuffs' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::MercBuffs' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::NPCBuffs' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::PetBuffs' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::ShortBuffs' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::SpellGemCount' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::SpellIdMax' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::SpellbookSize' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26495	Variable 'EQEmu::spells::LookupEntry::TotalBuffs' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_limits.h	204	
Warning	C26812	The enum type 'EmuOpcode' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet.h	44	
Warning	C26495	Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet.h	100	
Warning	C26495	Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet.h	102	
Warning	C26495	Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet.h	104	
Warning	C26495	Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet.h	106	
Warning	C26495	Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet.h	108	
Warning	C26495	Variable 'EQApplicationPacket::protocol_opcode' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet.h	133	
Warning	C26495	Variable 'PlayerProfile_Struct::AGI' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::CHA' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::DEX' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::INT' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::InnateSkills' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPBestKillStreak' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPCareerPoints' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPCurrentKillStreak' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPCurrentPoints' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPDeaths' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPKills' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPLastDeath' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPLastKill' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPNumberOfKillsInLast24Hours' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPRecentKills' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::PVPWorstDeathStreak' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::RestTimer' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::STA' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::STR' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::SuspendedMinion' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::WIS' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::aa_array' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::aapoints' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::aapoints_spent' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::abilitySlotRefresh' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ability_down' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ability_number' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ability_time_hours' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ability_time_minutes' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ability_time_seconds' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ability_up' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::air_remaining' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::anon' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::autosplit' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::bandoliers' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::beard' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::beardcolor' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::binds' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::birthday' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::buffs' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::careerEbonCrystals' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::careerRadCrystals' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::career_tribute_points' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::class_' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::copper' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::copper_bank' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::copper_cursor' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::cur_hp' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::currentEbonCrystals' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::currentRadCrystals' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::deity' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::disciplines' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::drakkin_details' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::drakkin_heritage' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::drakkin_tattoo' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::endurance' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::entityid' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::exp' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::expAA' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::expansions' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::eyecolor1' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::eyecolor2' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::face' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::gender' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::gm' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::gold' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::gold_bank' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::gold_cursor' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::groupAutoconsent' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::groupMembers' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::group_leadership_exp' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::group_leadership_points' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::guildAutoconsent' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::guild_id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::guildbanker' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::guildid2' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::guildrank' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::haircolor' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::hairstyle' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::heading' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::hunger_level' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::intoxication' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::item_material' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::item_tint' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::languages' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::last_name' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::lastlogin' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_losses_guk' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_losses_mir' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_losses_mmc' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_losses_ruj' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_losses_tak' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_points_available' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_points_guk' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_points_mir' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_points_mmc' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_points_ruj' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_points_tak' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_wins_guk' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_wins_mir' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_wins_mmc' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_wins_ruj' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::ldon_wins_tak' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::leadAAActive' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::leader_abilities' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::level' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::level2' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::mana' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::mem_spells' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::name' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::platinum' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::platinum_bank' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::platinum_cursor' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::platinum_shared' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::points' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::potionbelt' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::pvp' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::pvp2' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::pvptype' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::race' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::raidAutoconsent' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::raid_leadership_exp' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::raid_leadership_points' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::recastTimers' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::servername' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::showhelm' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::silver' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::silver_bank' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::silver_cursor' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::skills' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::spellSlotRefresh' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::spell_book' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::suffix' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::thirst_level' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::timePlayedMin' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::timeentitledonaccount' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::title' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::toxicity' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::tribute_active' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::tribute_points' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::tribute_time_remaining' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::tributes' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown0112' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown0246' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown0306' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown0348' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown12844' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown14160' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown19568' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown19595' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown2384' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown2492' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown2508' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown2541' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown2616' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown4540' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown4704' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown4752' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown4808' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown5132' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown5420' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown5428' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown5436' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown5448' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown5460' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown5496' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown5524' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown6428' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown7092' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown7160' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown7244' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown7252' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown7780' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::unknown8088' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::x' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::y' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::z' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::zoneInstance' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::zone_change_count' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'PlayerProfile_Struct::zone_id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_packet_structs.h	1098	
Warning	C26495	Variable 'EQStreamManagerInterfaceOptions::track_opcode_stats' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_stream_intf.h	24	
Warning	C26495	Variable 'EQStreamManagerInterfaceOptions::track_opcode_stats' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_stream_intf.h	28	
Warning	C26812	The enum type 'EQStreamInterface::MatchState' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\eq_stream_intf.h	100	
Warning	C26439	This kind of function may not throw. Declare it 'noexcept' (f.6).	zone	C:\GAMES\SOURCE1\SERVER\common\json\json.h	1303	
Warning	C26812	The enum type 'EQEmu::lightsource::LightSlot' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\light_source.h	84	
Warning	C26495	Variable 'EQ::Net::DaybreakConnectionStats::last_ping' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\net\daybreak_connection.h	76	
Warning	C26812	The enum type 'EQ::Net::DbProtocolStatus' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\net\daybreak_connection.h	156	
Warning	C26495	Variable 'EQ::Net::StaticPacket::m_max_data_length' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\net\packet.h	94	
Warning	C26812	The enum type 'RuleManager::IntType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\rulesys.h	84	
Warning	C26812	The enum type 'RuleManager::RealType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\rulesys.h	85	
Warning	C26812	The enum type 'RuleManager::BoolType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\rulesys.h	86	
Warning	C26812	The enum type 'RuleManager::CategoryType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\rulesys.h	87	
Warning	C6386	Buffer overrun while writing to 'argplus':  the writable size is '(maxargnum+1)*4' bytes, but '12' bytes might be written.	zone	C:\GAMES\SOURCE1\SERVER\common\seperator.h	76	
Warning	C26439	This kind of function may not throw. Declare it 'noexcept' (f.6).	zone	C:\GAMES\SOURCE1\SERVER\common\serialize_buffer.h	38	
Warning	C26439	This kind of function may not throw. Declare it 'noexcept' (f.6).	zone	C:\GAMES\SOURCE1\SERVER\common\serialize_buffer.h	45	
Warning	C26495	Variable 'ServerPacket::InflatedSize' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\servertalk.h	247	
Warning	C26495	Variable 'ServerPacket::destination' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\servertalk.h	247	
Warning	C26495	Variable 'ServerPacket::InflatedSize' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\servertalk.h	262	
Warning	C26495	Variable 'ServerPacket::destination' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\common\servertalk.h	262	
Warning	C26812	The enum type 'EQEmu::skills::SkillType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\common\skills.h	290	
Warning	C26812	The enum type 'fmt::v5::internal::type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\core.h	540	
Warning	C26444	Don't try to declare a local variable with no name (es.84).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	276	
Warning	C26444	Don't try to declare a local variable with no name (es.84).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	277	
Warning	C26444	Don't try to declare a local variable with no name (es.84).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	278	
Warning	C26444	Don't try to declare a local variable with no name (es.84).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	279	
Warning	C26812	The enum type 'fmt::v5::char8_t' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	799	
Warning	C26812	The enum type 'fmt::v5::alignment' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	1094	
Warning	C26498	The function 'std::numeric_limits<int>::max' is constexpr, mark variable 'max_int' constexpr if compile-time evaluation is desired (con.5).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	1463	
Warning	C26495	Variable 'fmt::v5::system_error::error_code_' is uninitialized. Always initialize a member variable (type.6).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	2205	
Warning	C26495	Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<__int64,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	2386	
Warning	C26495	Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<bool,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	2386	
Warning	C26495	Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<char,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	2386	
Warning	C26495	Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<int,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	2386	
Warning	C26495	Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned __int64,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	2386	
Warning	C26495	Variable 'fmt::v5::basic_writer<fmt::v5::back_insert_range<fmt::v5::internal::basic_buffer<char> > >::int_writer<unsigned int,fmt::v5::basic_format_specs<char> >::prefix' is uninitialized. Always initialize a member variable (type.6).	zone	C:\Games\Source1\Server\submodules\fmt\include\fmt\format.h	2386	
Warning	C26495	Variable 'AA::Ability::category' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::charges' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::classes' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::deities' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::drakkin_heritage' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::first' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::first_rank_id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::grant_only' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::races' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::reset_on_death' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::status' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Ability::type' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_ability.h	37	
Warning	C26495	Variable 'AA::Rank::base_ability' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::cost' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::current_value' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::desc_sid' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::expansion' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::level_req' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::lower_hotkey_sid' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::next' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::next_id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::prev' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::prev_id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::recast_time' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::spell' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::spell_type' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::title_sid' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::total_cost' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26495	Variable 'AA::Rank::upper_hotkey_sid' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aa_rank.h	29	
Warning	C26812	The enum type 'AggroMeter::AggroTypes' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\aggromanager.h	67	
Warning	C26812	The enum type 'Bot::BotRoleType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\bot.h	430	
Warning	C26812	The enum type 'Mob::CLIENT_CONN_STATUS' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\client.h	356	
Warning	C26812	The enum type 'eqFilterMode' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\client.h	896	
Warning	C26812	The enum type 'ActivityState' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\client.h	1004	
Warning	C26812	The enum type 'ActivityType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\client.h	1008	
Warning	C26812	The enum type 'WaterRegionType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\client.h	1298	
Warning	C26495	Variable 'HealRotation::m_active_heal_target' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_adaptive_targeting' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_casting_override' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_casting_target_poke' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_consumed' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_creation_time_ms' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_critical_hp_ratio' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_fast_heals' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_healing_stats_begin_ms' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_hot_active' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_hot_target' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_interval_ms' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_is_active' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_last_heal_time_ms' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_next_cast_time_ms' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_next_poke_time_ms' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26495	Variable 'HealRotation::m_safe_hp_ratio' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\heal_rotation.h	55	
Warning	C26812	The enum type 'EQEmu::constants::StanceType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\merc.h	166	
Warning	C26495	Variable 'Mob::SpecialAbility::params' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	77	
Warning	C26812	The enum type 'EQEmu::deity::DeityTypeBit' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	456	
Warning	C26812	The enum type 'GravityBehavior' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	579	
Warning	C26812	The enum type 'eqFilterType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	745	
Warning	C26812	The enum type 'EmuAppearance' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	851	
Warning	C26812	The enum type 'PetType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	878	
Warning	C26812	The enum type 'bodyType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	903	
Warning	C26812	The enum type 'Mob::eStandingPetOrder' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	986	
Warning	C26812	The enum type 'FACTION_VALUE' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	1114	
Warning	C26812	The enum type 'focusType' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\mob.h	1357	
Warning	C26495	Variable 'Object::m_display_name' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP	40	
Warning	C26495	Variable 'Object::m_heading' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP	40	
Warning	C26495	Variable 'Object::m_max_x' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP	40	
Warning	C26495	Variable 'Object::m_max_y' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP	40	
Warning	C26495	Variable 'Object::m_min_x' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP	40	
Warning	C26495	Variable 'Object::m_min_y' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP	40	
Warning	C26495	Variable 'Object::m_z' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\OBJECT.CPP	40	
Warning	C26495	Variable 'PetitionList::last_insert_id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\zone\petitions.h	103	
Warning	C26495	Variable 'QGlobal::char_id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h	12	
Warning	C26495	Variable 'QGlobal::expdate' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h	12	
Warning	C26495	Variable 'QGlobal::id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h	12	
Warning	C26495	Variable 'QGlobal::npc_id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h	12	
Warning	C26495	Variable 'QGlobal::zone_id' is uninitialized. Always initialize a member variable (type.6).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\qglobals.h	12	
Warning	C26812	The enum type 'QuestEventID' is unscoped. Prefer 'enum class' over 'enum' (Enum.3).	zone	C:\GAMES\SOURCE1\SERVER\ZONE\quest_interface.h	36	
Error	LNK2019	unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z)	shared_memory	C:\Games\Source1\Server\build\shared_memory\common.lib(mysql_request_row.obj)	1	
Warning	LNK4272	library machine type 'x64' conflicts with target machine type 'x86'	shared_memory	C:\Program Files\MariaDB 10.0\lib\libmysql.lib	1	
Error	LNK1120	17 unresolved externals	shared_memory	C:\Games\Source1\Server\build\bin\RelWithDebInfo\shared_memory.exe	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(mysql_request_row.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z)	eqlaunch	C:\Games\Source1\Server\build\eqlaunch\common.lib(dbcore.obj)	1	
Warning	LNK4272	library machine type 'x64' conflicts with target machine type 'x86'	eqlaunch	C:\Program Files\MariaDB 10.0\lib\libmysql.lib	1	
Error	LNK1120	17 unresolved externals	eqlaunch	C:\Games\Source1\Server\build\bin\RelWithDebInfo\eqlaunch.exe	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(mysql_request_row.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z)	queryserv	C:\Games\Source1\Server\build\queryserv\common.lib(dbcore.obj)	1	
Warning	LNK4272	library machine type 'x64' conflicts with target machine type 'x86'	queryserv	C:\Program Files\MariaDB 10.0\lib\libmysql.lib	1	
Error	LNK1120	17 unresolved externals	queryserv	C:\Games\Source1\Server\build\bin\RelWithDebInfo\queryserv.exe	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z)	import_client_files	C:\Games\Source1\Server\build\client_files\import\common.lib(mysql_request_row.obj)	1	
Warning	LNK4272	library machine type 'x64' conflicts with target machine type 'x86'	import_client_files	C:\Program Files\MariaDB 10.0\lib\libmysql.lib	1	
Error	LNK1120	17 unresolved externals	import_client_files	C:\Games\Source1\Server\build\bin\RelWithDebInfo\import_client_files.exe	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(mysql_request_row.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z)	ucs	C:\Games\Source1\Server\build\ucs\common.lib(dbcore.obj)	1	
Warning	LNK4272	library machine type 'x64' conflicts with target machine type 'x86'	ucs	C:\Program Files\MariaDB 10.0\lib\libmysql.lib	1	
Error	LNK1120	17 unresolved externals	ucs	C:\Games\Source1\Server\build\bin\RelWithDebInfo\ucs.exe	1	
Error	LNK2019	unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall Database::~Database(void)" (??1Database@@QAE@XZ)	loginserver	C:\Games\Source1\Server\build\loginserver\database.obj	1	
Error	LNK2001	unresolved external symbol _mysql_close@4	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(mysql_request_row.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z)	loginserver	C:\Games\Source1\Server\build\loginserver\common.lib(dbcore.obj)	1	
Warning	LNK4272	library machine type 'x64' conflicts with target machine type 'x86'	loginserver	C:\Program Files\MariaDB 10.0\lib\libmysql.lib	1	
Error	LNK1120	17 unresolved externals	loginserver	C:\Games\Source1\Server\build\bin\RelWithDebInfo\loginserver.exe	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z)	world	C:\Games\Source1\Server\build\world\common.lib(mysql_request_row.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)	world	C:\Games\Source1\Server\build\world\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ)	world	C:\Games\Source1\Server\build\world\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z)	world	C:\Games\Source1\Server\build\world\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z)	world	C:\Games\Source1\Server\build\world\common.lib(dbcore.obj)	1	
Warning	LNK4272	library machine type 'x64' conflicts with target machine type 'x86'	world	C:\Program Files\MariaDB 10.0\lib\libmysql.lib	1	
Error	LNK1120	17 unresolved externals	world	C:\Games\Source1\Server\build\bin\RelWithDebInfo\world.exe	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(mysql_request_row.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z)	export_client_files	C:\Games\Source1\Server\build\client_files\export\common.lib(dbcore.obj)	1	
Warning	LNK4272	library machine type 'x64' conflicts with target machine type 'x86'	export_client_files	C:\Program Files\MariaDB 10.0\lib\libmysql.lib	1	
Error	LNK1120	17 unresolved externals	export_client_files	C:\Games\Source1\Server\build\bin\RelWithDebInfo\export_client_files.exe	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_row@4 referenced in function "public: __thiscall MySQLRequestRow::MySQLRequestRow(struct st_mysql_res *)" (??0MySQLRequestRow@@QAE@PAUst_mysql_res@@@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(mysql_request_row.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const __thiscall MySQLRequestResult::FieldName(int)" (?FieldName@MySQLRequestResult@@QAE?BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_free_result@4 referenced in function "private: void __thiscall MySQLRequestResult::FreeInternals(void)" (?FreeInternals@MySQLRequestResult@@AAEXXZ)	zone	C:\Games\Source1\Server\build\zone\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: unsigned int __thiscall MySQLRequestResult::LengthOfColumn(int)" (?LengthOfColumn@MySQLRequestResult@@QAEIH@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(mysql_request_result.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_num_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_field_count@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_affected_rows@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_insert_id@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_errno@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_error@4 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DBcore::DBcore(void)" (??0DBcore@@QAE@XZ)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_connect@32 referenced in function "private: bool __thiscall DBcore::Open(unsigned int *,char *)" (?Open@DBcore@@AAE_NPAIPAD@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DBcore::~DBcore(void)" (??1DBcore@@QAE@XZ)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_query@12 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall DBcore::ping(void)" (?ping@DBcore@@QAEXXZ)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_store_result@4 referenced in function "public: class MySQLRequestResult __thiscall DBcore::QueryDatabase(char const *,unsigned int,bool)" (?QueryDatabase@DBcore@@QAE?AVMySQLRequestResult@@PBDI_N@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Error	LNK2019	unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: unsigned int __thiscall DBcore::DoEscapeString(char *,char const *,unsigned int)" (?DoEscapeString@DBcore@@QAEIPADPBDI@Z)	zone	C:\Games\Source1\Server\build\zone\common.lib(dbcore.obj)	1	
Warning	LNK4272	library machine type 'x64' conflicts with target machine type 'x86'	zone	C:\Program Files\MariaDB 10.0\lib\libmysql.lib	1	
Error	LNK1120	17 unresolved externals	zone	C:\Games\Source1\Server\build\bin\RelWithDebInfo\zone.exe	1
Reply With Quote