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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-10-2015, 03:53 PM
J3wish
Sarnak
 
Join Date: Feb 2011
Location: Missouri, USA
Posts: 42
Default Issue building Executables via VS2013

Going off the guide VSAB put up for setting up your own server, everything went according to plan until I got to where I have to build the executables. Below is the output log for the current build.

Code:
1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>  Checking Build System
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/luabind/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/common/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/shared_memory/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/world/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/zone/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/ucs/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/queryserv/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/eqlaunch/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/loginserver/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/client_files/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/client_files/import/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/EQ Server/Source/Build/client_files/export/CMakeFiles/generate.stamp is up-to-date.
2>------ Rebuild All started: Project: common, Configuration: Debug Win32 ------
3>------ Rebuild All started: Project: luabind, Configuration: Debug Win32 ------
2>  Building Custom Rule C:/EQ Server/Source/common/CMakeLists.txt
2>  CMake does not need to re-run because C:\EQ Server\Source\Build\common\CMakeFiles\generate.stamp is up-to-date.
3>  Building Custom Rule C:/EQ Server/Source/luabind/CMakeLists.txt
3>  CMake does not need to re-run because C:\EQ Server\Source\Build\luabind\CMakeFiles\generate.stamp is up-to-date.
3>  class.cpp
3>  class_info.cpp
3>  class_registry.cpp
3>  class_rep.cpp
2>  base_packet.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  Unknown compiler version - please run the configure tests and report the results
2>  classes.cpp
2>  condition.cpp
2>  crash.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  Unknown compiler version - please run the configure tests and report the results
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\class_info.cpp)
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\class_registry.cpp)
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\class.cpp)
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\class_rep.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\base_packet.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\crash.cpp)
2>  crc16.cpp
2>  crc32.cpp
2>  database.cpp
2>  database_conversions.cpp
2>  database_instances.cpp
2>  dbcore.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\database.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\database_conversions.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\database_instances.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\dbcore.cpp)
2>  emu_opcodes.cpp
2>  emu_tcp_connection.cpp
2>  emu_tcp_server.cpp
2>  eq_dictionary.cpp
2>  eqdb.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\emu_tcp_connection.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eq_dictionary.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\emu_tcp_server.cpp)
2>  eqdb_res.cpp
2>  eqemu_exception.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqdb.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_exception.cpp)
2>  eqemu_config.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqdb_res.cpp)
2>  eqemu_logsys.cpp
2>  eq_packet.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_logsys.cpp)
3>  create_class.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
3>  Unknown compiler version - please run the configure tests and report the results
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(353): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(377): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
3>  error.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1161): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1196): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1232): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
3>  Unknown compiler version - please run the configure tests and report the results
3>  exception_handler.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\create_class.cpp)
3>  function.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(226): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(218) : while compiling class template member function 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(std::_Bool)'
2>          C:\EQ Server\Source\common\eqemu_config.cpp(455) : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(std::_Bool)' being compiled
3>  Unknown compiler version - please run the configure tests and report the results
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(684) : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits<char>>' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(280): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(272) : while compiling class template member function 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(unsigned short)'
2>          C:\EQ Server\Source\common\eqemu_config.cpp(454) : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(unsigned short)' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(305): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\error.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(292) : while compiling class template member function 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(int)'
2>          C:\EQ Server\Source\common\eqemu_config.cpp(484) : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(int)' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(145): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(135) : while compiling class template member function 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)'
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(118) : see reference to function template instantiation 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)' being compiled
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(923) : see reference to class template instantiation 'std::basic_istream<char,std::char_traits<char>>' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(167): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(166) : while compiling class template member function 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)'
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(133) : see reference to function template instantiation 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2214): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2201) : while compiling class template member function 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)'
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2246) : see reference to function template instantiation 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)' being compiled
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\stdexcept(31) : see reference to class template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2218): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>  eq_stream.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(800): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\EQ Server\Source\common\eqemu_config.cpp(448) : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits<char>> &std::operator <<<std::char_traits<char>>(std::basic_ostream<char,std::char_traits<char>> &,const char *)' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\string(184): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\EQ Server\Source\common\eqemu_config.cpp(448) : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits<char>> &std::operator <<<char,std::char_traits<char>,std::allocator<char>>(std::basic_ostream<char,std::char_traits<char>> &,const std::basic_string<char,std::char_traits<char>,std::allocator<char>> &)' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(544): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(536) : while compiling class template member function 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::put(_Elem)'
2>          with
2>          [
2>              _Elem=char
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(999) : see reference to function template instantiation 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::put(_Elem)' being compiled
2>          with
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\exception_handler.cpp)
2>          [
2>              _Elem=char
2>          ]
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(170): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(162) : while compiling class template member function 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)'
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(121) : see reference to function template instantiation 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)' being compiled
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(1572) : see reference to class template instantiation 'std::numpunct<char>' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
2>          with
2>          [
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\function.cpp)
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
3>  inheritance.cpp
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\inheritance.cpp)
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
3>  Unknown compiler version - please run the configure tests and report the results
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
3>  link_compatibility.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>          ]
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
3>  object_rep.cpp
2>          with
3>  Unknown compiler version - please run the configure tests and report the results
2>          [
2>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqemu_config.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\object_rep.cpp)
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
3>  open.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>          ]
2>  eq_stream_factory.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eq_packet.cpp)
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\open.cpp)
2>  eq_stream_ident.cpp
2>  eq_stream_proxy.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eq_stream.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eq_stream_factory.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eq_stream_ident.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eq_stream_proxy.cpp)
2>  eqtime.cpp
3>  pcall.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>  extprofile.cpp
2>  faction.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\eqtime.cpp)
2>  guild_base.cpp
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\pcall.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\guild_base.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\faction.cpp)
3>  scope.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\extprofile.cpp)
2>  guilds.cpp
3>  stack_content_by_name.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>  ipc_mutex.cpp
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\stack_content_by_name.cpp)
2>  item.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\ipc_mutex.cpp)
3>  weak_ref.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\guilds.cpp)
2>  md5.cpp
3>  Unknown compiler version - please run the configure tests and report the results
3>  wrapper_base.cpp
3>  Unknown compiler version - please run the configure tests and report the results
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\md5.cpp)
3>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\luabind\src\wrapper_base.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\item.cpp)
2>  memory_mapped_file.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\memory_mapped_file.cpp)
2>  misc.cpp
2>  misc_functions.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\misc.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\misc_functions.cpp)
2>  mutex.cpp
2>  mysql_request_result.cpp
2>  mysql_request_row.cpp
2>  opcode_map.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\mutex.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\mysql_request_result.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\mysql_request_row.cpp)
2>  opcodemgr.cpp
2>  packet_dump.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\opcode_map.cpp)
2>  packet_dump_file.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\packet_dump.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\opcodemgr.cpp)
2>  packet_functions.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\packet_dump_file.cpp)
2>  perl_eqdb.cpp
2>  perl_eqdb_res.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\packet_functions.cpp)
2>  proc_launcher.cpp
2>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\common\perl_eqdb.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\proc_launcher.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\perl_eqdb.cpp)
2>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\common\perl_eqdb_res.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
2>  ptimer.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\perl_eqdb_res.cpp)
2>  races.cpp
3>  luabind.vcxproj -> C:\EQ Server\Source\Build\bin\Debug\luabind.lib
2>  rdtsc.cpp
2>  rulesys.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\ptimer.cpp)
2>  serverinfo.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\rulesys.cpp)
2>  shareddb.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\shareddb.cpp)
2>  skills.cpp
2>  spdat.cpp
2>  string_util.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\spdat.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\string_util.cpp)
2>  struct_strategy.cpp
2>  tcp_connection.cpp
2>  tcp_server.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\struct_strategy.cpp)
2>  timeoutmgr.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\tcp_connection.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\tcp_server.cpp)
2>  timer.cpp
2>  unix.cpp
2>  worldconn.cpp
2>  xml_parser.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1590): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\timeoutmgr.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1587) : while compiling class template member function 'void std::vector<Timeoutable *,std::allocator<_Ty>>::_Reallocate(unsigned int)'
2>          with
2>          [
2>              _Ty=Timeoutable *
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1617) : see reference to function template instantiation 'void std::vector<Timeoutable *,std::allocator<_Ty>>::_Reallocate(unsigned int)' being compiled
2>          with
2>          [
2>              _Ty=Timeoutable *
2>          ]
2>          c:\eq server\source\common\timeoutmgr.h(61) : see reference to class template instantiation 'std::vector<Timeoutable *,std::allocator<_Ty>>' being compiled
2>          with
2>          [
2>              _Ty=Timeoutable *
2>          ]
2>  platform.cpp
2>  patches.cpp
2>  sod.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\worldconn.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(353): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(377): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1161): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1196): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1232): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(145): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(135) : while compiling class template member function 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)'
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(118) : see reference to function template instantiation 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)' being compiled
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(923) : see reference to class template instantiation 'std::basic_istream<char,std::char_traits<char>>' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\patches\patches.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2214): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2201) : while compiling class template member function 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)'
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2246) : see reference to function template instantiation 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)' being compiled
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\stdexcept(31) : see reference to class template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2218): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(167): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(166) : while compiling class template member function 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)'
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(133) : see reference to function template instantiation 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)' being compiled
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(684) : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits<char>>' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(839): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(836) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_alloc<false,std::_Tree_base_types<std::pair<const _Kty,_Ty>,_Alloc>>::_Buyheadnode(void)'
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(773) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_alloc<false,std::_Tree_base_types<std::pair<const _Kty,_Ty>,_Alloc>>::_Buyheadnode(void)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(879) : see reference to class template instantiation 'std::_Tree_alloc<false,std::_Tree_base_types<_Ty,_Alloc>>' being compiled
2>          with
2>          [
2>              _Ty=std::pair<const std::string,XMLParser::ElementHandler >
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
2>          with
2>          [
2>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\patches\sod.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(170): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\xml_parser.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(162) : while compiling class template member function 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)'
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(121) : see reference to function template instantiation 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)' being compiled
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(1572) : see reference to class template instantiation 'std::numpunct<char>' being compiled
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\worldconn.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\worldconn.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>          ]
2>  sof.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\worldconn.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
2>          with
2>          [
2>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>          ]
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\worldconn.cpp)
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>          ]
2>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
2>          with
2>          [
2>              _Kty=std::string
2>  ,            _Ty=XMLParser::ElementHandler
2>  ,            _Pr=std::less<std::string>
2>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
2>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
2>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
2>          ]
2>  rof.cpp
2>  rof2.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\patches\sof.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\patches\rof.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\patches\rof2.cpp)
2>  titanium.cpp
2>  uf.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\patches\titanium.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\patches\uf.cpp)
2>  Base64.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\Base64.cpp)
2>  File.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\File.cpp)
2>  HttpdCookies.cpp
2>  HttpdForm.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\HttpdCookies.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\HttpdForm.cpp)
2>  HttpdSocket.cpp
2>  HTTPSocket.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\HttpdSocket.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\HTTPSocket.cpp)
2>  MemFile.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\MemFile.cpp)
2>c:\eq server\source\common\socketlib\httpsocket.cpp(115): warning C4715: 'HTTPSocket::ProcessReceivedData' : not all control paths return a value
2>  Mime.cpp
2>  Parse.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\Mime.cpp)
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\Parse.cpp)
2>  socket_include.cpp
2>  Utility.cpp
2>  StackWalker.cpp
2>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\common\SocketLib\Utility.cpp)
2>  tinystr.cpp
2>  tinyxml.cpp
2>  tinyxmlerror.cpp
2>  tinyxmlparser.cpp
2>guilds.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
2>  common.vcxproj -> C:\EQ Server\Source\Build\bin\Debug\common.lib
4>------ Rebuild All started: Project: eqlaunch, Configuration: Debug Win32 ------
5>------ Rebuild All started: Project: export_client_files, Configuration: Debug Win32 ------
6>------ Rebuild All started: Project: import_client_files, Configuration: Debug Win32 ------
7>------ Rebuild All started: Project: loginserver, Configuration: Debug Win32 ------
4>  Building Custom Rule C:/EQ Server/Source/eqlaunch/CMakeLists.txt
5>  Building Custom Rule C:/EQ Server/Source/client_files/export/CMakeLists.txt
4>  CMake does not need to re-run because C:\EQ Server\Source\Build\eqlaunch\CMakeFiles\generate.stamp is up-to-date.
5>  CMake does not need to re-run because C:\EQ Server\Source\Build\client_files\export\CMakeFiles\generate.stamp is up-to-date.
7>  Building Custom Rule C:/EQ Server/Source/loginserver/CMakeLists.txt
7>  CMake does not need to re-run because C:\EQ Server\Source\Build\loginserver\CMakeFiles\generate.stamp is up-to-date.
6>  Building Custom Rule C:/EQ Server/Source/client_files/import/CMakeLists.txt
6>  CMake does not need to re-run because C:\EQ Server\Source\Build\client_files\import\CMakeFiles\generate.stamp is up-to-date.
5>  main.cpp
4>  eqlaunch.cpp
4>  worldserver.cpp
4>  zone_launch.cpp
7>  client.cpp
7>  client_manager.cpp
6>  main.cpp
7>  config.cpp
7>  database_mysql.cpp
5>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
6>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\eqlaunch.cpp)
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\worldserver.cpp)
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\zone_launch.cpp)
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\database_mysql.cpp)
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\client.cpp)
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\config.cpp)
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\client_manager.cpp)
4>C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1590): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\zone_launch.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1587) : while compiling class template member function 'void std::vector<std::string,std::allocator<_Ty>>::_Reallocate(unsigned int)'
4>          with
4>          [
4>              _Ty=std::string
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1617) : see reference to function template instantiation 'void std::vector<std::string,std::allocator<_Ty>>::_Reallocate(unsigned int)' being compiled
4>          with
4>          [
4>              _Ty=std::string
4>          ]
4>          c:\eq server\source\eqlaunch\../common/proc_launcher.h(52) : see reference to class template instantiation 'std::vector<std::string,std::allocator<_Ty>>' being compiled
4>          with
4>          [
4>              _Ty=std::string
4>          ]
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\worldserver.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\worldserver.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>          ]
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\zone_launch.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\zone_launch.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>          ]
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\zone_launch.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
4>          with
4>          [
4>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>          ]
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\zone_launch.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>          ]
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\worldserver.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
4>          with
4>          [
4>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>          ]
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xmemory(442): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\zone_launch.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xmemory(484) : see reference to function template instantiation '_FwdIt std::_Uninit_move<_InIt,_FwdIt,std::allocator<_Ty>,std::basic_string<char,std::char_traits<char>,std::allocator<char>>>(_InIt,_InIt,_FwdIt,std::_Wrap_alloc<std::allocator<_Ty>> &,_Valty *,std::_Nonscalar_ptr_iterator_tag)' being compiled
4>          with
4>          [
4>              _FwdIt=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>  ,            _InIt=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>  ,            _Ty=std::string
4>  ,            _Valty=std::basic_string<char,std::char_traits<char>,std::allocator<char>>
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xmemory(495) : see reference to function template instantiation '_FwdIt std::_Uninit_move<_Iter,_Iter,_Alloc>(_InIt,_InIt,_FwdIt,_Alloc &)' being compiled
4>          with
4>          [
4>              _FwdIt=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>  ,            _Iter=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>  ,            _Alloc=std::_Wrap_alloc<std::allocator<std::string>>
4>  ,            _InIt=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1648) : see reference to function template instantiation '_FwdIt std::_Uninitialized_move<_Iter,std::basic_string<char,std::char_traits<char>,std::allocator<char>>*,std::_Wrap_alloc<std::allocator<_Ty>>>(_InIt,_InIt,_FwdIt,_Alloc &)' being compiled
4>          with
4>          [
4>              _FwdIt=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>  ,            _Iter=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>  ,            _Ty=std::string
4>  ,            _InIt=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>  ,            _Alloc=std::_Wrap_alloc<std::allocator<std::string>>
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1591) : see reference to function template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>> *std::vector<std::string,std::allocator<_Ty>>::_Umove<std::basic_string<char,std::char_traits<char>,std::allocator<char>>*>(_Iter,_Iter,std::basic_string<char,std::char_traits<char>,std::allocator<char>> *)' being compiled
4>          with
4>          [
4>              _Ty=std::string
4>  ,            _Iter=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1591) : see reference to function template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>> *std::vector<std::string,std::allocator<_Ty>>::_Umove<std::basic_string<char,std::char_traits<char>,std::allocator<char>>*>(_Iter,_Iter,std::basic_string<char,std::char_traits<char>,std::allocator<char>> *)' being compiled
4>          with
4>          [
4>              _Ty=std::string
4>  ,            _Iter=std::basic_string<char,std::char_traits<char>,std::allocator<char>> *
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1587) : while compiling class template member function 'void std::vector<std::string,std::allocator<_Ty>>::_Reallocate(unsigned int)'
4>          with
4>          [
4>              _Ty=std::string
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1617) : see reference to function template instantiation 'void std::vector<std::string,std::allocator<_Ty>>::_Reallocate(unsigned int)' being compiled
4>          with
4>          [
4>              _Ty=std::string
4>          ]
4>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\eqlaunch\worldserver.cpp)
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>          ]
4>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
4>          with
4>          [
4>              _Kty=std::string
4>  ,            _Ty=XMLParser::ElementHandler
4>  ,            _Pr=std::less<std::string>
4>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
4>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
4>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
4>          ]
7>  database_postgresql.cpp
7>  error_log.cpp
7>  main.cpp
7>  server_manager.cpp
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __cexit already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(_file.obj) : error LNK2005: ___iob_func already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(_file.obj) : error LNK2005: __lock_file already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(_file.obj) : error LNK2005: __unlock_file already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(wsetloca.obj) : error LNK2005: __configthreadlocale already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(winsig.obj) : error LNK2005: _signal already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(mlock.obj) : error LNK2005: __lock already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(mlock.obj) : error LNK2005: __unlock already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtSetUnhandledExceptionFilter already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtTerminateProcess already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtUnhandledException already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(vsnprnc.obj) : error LNK2005: __vsnprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in MSVCRT.lib(crtexe.obj)
5>LIBCMTD.lib(hooks.obj) : error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRT.lib(cinitexe.obj)
5>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRT.lib(cinitexe.obj)
5>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj)
5>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRT.lib(cinitexe.obj)
5>LIBCMTD.lib(fflush.obj) : error LNK2005: _fflush already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(printf.obj) : error LNK2005: _printf already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __get_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __open_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(strnicmp.obj) : error LNK2005: __strnicmp already defined in MSVCRT.lib(MSVCR120.dll)
5>LIBCMTD.lib(tolower.obj) : error LNK2005: _tolower already defined in MSVCRT.lib(MSVCR120.dll)
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\error_log.cpp)
5>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
5>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
4>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
5>C:\EQ Server\Source\Build\bin\Debug\export_client_files.exe : fatal error LNK1169: one or more multiply defined symbols found
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __cexit already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(_file.obj) : error LNK2005: ___iob_func already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(_file.obj) : error LNK2005: __lock_file already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(_file.obj) : error LNK2005: __unlock_file already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(wsetloca.obj) : error LNK2005: __configthreadlocale already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(winsig.obj) : error LNK2005: _signal already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(mlock.obj) : error LNK2005: __lock already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(mlock.obj) : error LNK2005: __unlock already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtSetUnhandledExceptionFilter already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtTerminateProcess already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtUnhandledException already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(vsnprnc.obj) : error LNK2005: __vsnprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in MSVCRT.lib(crtexe.obj)
6>LIBCMTD.lib(hooks.obj) : error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRT.lib(cinitexe.obj)
6>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRT.lib(cinitexe.obj)
6>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj)
6>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRT.lib(cinitexe.obj)
6>LIBCMTD.lib(fflush.obj) : error LNK2005: _fflush already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(printf.obj) : error LNK2005: _printf already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __get_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __open_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(strnicmp.obj) : error LNK2005: __strnicmp already defined in MSVCRT.lib(MSVCR120.dll)
6>LIBCMTD.lib(tolower.obj) : error LNK2005: _tolower already defined in MSVCRT.lib(MSVCR120.dll)
6>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
6>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\database_postgresql.cpp)
8>------ Rebuild All started: Project: queryserv, Configuration: Debug Win32 ------
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\main.cpp)
6>C:\EQ Server\Source\Build\bin\Debug\import_client_files.exe : fatal error LNK1169: one or more multiply defined symbols found
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\server_manager.cpp)
7>  world_server.cpp
9>------ Rebuild All started: Project: shared_memory, Configuration: Debug Win32 ------
4>  eqlaunch.vcxproj -> C:\EQ Server\Source\Build\bin\Debug\eqlaunch.exe
7>  encryption.cpp
10>------ Rebuild All started: Project: ucs, Configuration: Debug Win32 ------
8>  Building Custom Rule C:/EQ Server/Source/queryserv/CMakeLists.txt
8>  CMake does not need to re-run because C:\EQ Server\Source\Build\queryserv\CMakeFiles\generate.stamp is up-to-date.
9>  Building Custom Rule C:/EQ Server/Source/shared_memory/CMakeLists.txt
9>  CMake does not need to re-run because C:\EQ Server\Source\Build\shared_memory\CMakeFiles\generate.stamp is up-to-date.
9>  base_data.cpp
10>  Building Custom Rule C:/EQ Server/Source/ucs/CMakeLists.txt
9>  items.cpp
9>  loot.cpp
10>  CMake does not need to re-run because C:\EQ Server\Source\Build\ucs\CMakeFiles\generate.stamp is up-to-date.
9>  main.cpp
10>  chatchannel.cpp
10>  clientlist.cpp
10>  database.cpp
10>  ucs.cpp
9>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\shared_memory\main.cpp)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\chatchannel.cpp)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucs.cpp)
9>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\shared_memory\base_data.cpp)
9>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\shared_memory\loot.cpp)
9>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\shared_memory\items.cpp)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\clientlist.cpp)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\database.cpp)
9>  npc_faction.cpp
9>C:\EQ Server\Source\shared_memory\main.cpp(119): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
9>C:\EQ Server\Source\shared_memory\main.cpp(129): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
9>C:\EQ Server\Source\shared_memory\main.cpp(139): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
9>C:\EQ Server\Source\shared_memory\main.cpp(149): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
9>C:\EQ Server\Source\shared_memory\main.cpp(159): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
9>C:\EQ Server\Source\shared_memory\main.cpp(169): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
9>  spells.cpp
9>  skill_caps.cpp
10>  ucsconfig.cpp
8>  database.cpp
8>  lfguild.cpp
8>  queryserv.cpp
8>  queryservconfig.cpp
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\lfguild.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryserv.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\database.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(353): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(377): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1161): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1196): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1232): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(145): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(135) : while compiling class template member function 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)'
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(118) : see reference to function template instantiation 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)' being compiled
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(923) : see reference to class template instantiation 'std::basic_istream<char,std::char_traits<char>>' being compiled
8>  worldserver.cpp
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2214): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2201) : while compiling class template member function 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)'
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2246) : see reference to function template instantiation 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)' being compiled
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\stdexcept(31) : see reference to class template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' being compiled
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2218): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(167): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(166) : while compiling class template member function 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)'
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(133) : see reference to function template instantiation 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)' being compiled
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(684) : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits<char>>' being compiled
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(170): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(162) : while compiling class template member function 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)'
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(121) : see reference to function template instantiation 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)' being compiled
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(1572) : see reference to class template instantiation 'std::numpunct<char>' being compiled
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>  ,            _Pr=std::less<std::string>
8>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>  ,            _Pr=std::less<std::string>
8>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>          ]
8>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>          ]
8>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>          ]
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>  ,            _Pr=std::less<std::string>
8>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
8>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
8>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>  ,            _Pr=std::less<std::string>
8>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
8>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
8>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
8>          ]
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
8>          with
8>          [
8>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>  ,            _Pr=std::less<std::string>
8>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
8>          ]
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\queryservconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>  ,            _Pr=std::less<std::string>
8>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
8>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
8>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>  ,            _Pr=std::less<std::string>
8>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
8>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
8>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>  ,            _Pr=std::less<std::string>
8>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
8>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
8>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
8>          with
8>          [
8>              _Kty=std::string
8>  ,            _Ty=XMLParser::ElementHandler
8>  ,            _Pr=std::less<std::string>
8>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
8>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
8>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
8>          ]
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\world_server.cpp)
7>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\loginserver\encryption.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\worldserver.cpp)
10>  worldserver.cpp
9>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\shared_memory\npc_faction.cpp)
9>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\shared_memory\spells.cpp)
9>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\shared_memory\skill_caps.cpp)
8>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(159): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\queryserv\worldserver.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(150) : while compiling class template member function 'void std::_Mpunct<_Elem>::_Init(const std::_Locinfo &,bool)'
8>          with
8>          [
8>              _Elem=char
8>          ]
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(353): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(377): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(103) : see reference to function template instantiation 'void std::_Mpunct<_Elem>::_Init(const std::_Locinfo &,bool)' being compiled
8>          with
8>          [
8>              _Elem=char
8>          ]
10>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1161): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1196): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1232): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(277) : see reference to class template instantiation 'std::_Mpunct<_Elem>' being compiled
8>          with
8>          [
8>              _Elem=char
8>          ]
8>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(940) : see reference to class template instantiation 'std::moneypunct<char,true>' being compiled
10>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(145): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(135) : while compiling class template member function 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)'
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(118) : see reference to function template instantiation 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)' being compiled
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(923) : see reference to class template instantiation 'std::basic_istream<char,std::char_traits<char>>' being compiled
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2214): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2201) : while compiling class template member function 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)'
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2246) : see reference to function template instantiation 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)' being compiled
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\stdexcept(31) : see reference to class template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' being compiled
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2218): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(167): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(166) : while compiling class template member function 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)'
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(133) : see reference to function template instantiation 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)' being compiled
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(684) : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits<char>>' being compiled
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(170): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(162) : while compiling class template member function 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)'
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(121) : see reference to function template instantiation 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)' being compiled
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(1572) : see reference to class template instantiation 'std::numpunct<char>' being compiled
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>  ,            _Pr=std::less<std::string>
10>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>  ,            _Pr=std::less<std::string>
10>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>          ]
10>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>          ]
10>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>          ]
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in MSVCRT.lib(MSVCR120.dll)
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
10>          with
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR120.dll)
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>  ,            _Pr=std::less<std::string>
10>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
10>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
10>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>  ,            _Pr=std::less<std::string>
10>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
10>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
10>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
10>          ]
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
7>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __cexit already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(_file.obj) : error LNK2005: ___iob_func already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(_file.obj) : error LNK2005: __lock_file already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(_file.obj) : error LNK2005: __unlock_file already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(wsetloca.obj) : error LNK2005: __configthreadlocale already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(winsig.obj) : error LNK2005: _signal already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(mlock.obj) : error LNK2005: __lock already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(mlock.obj) : error LNK2005: __unlock already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtSetUnhandledExceptionFilter already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtTerminateProcess already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtUnhandledException already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(vsnprnc.obj) : error LNK2005: __vsnprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in MSVCRT.lib(crtexe.obj)
7>LIBCMTD.lib(hooks.obj) : error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRT.lib(cinitexe.obj)
7>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRT.lib(cinitexe.obj)
7>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj)
7>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRT.lib(cinitexe.obj)
7>LIBCMTD.lib(fflush.obj) : error LNK2005: _fflush already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(printf.obj) : error LNK2005: _printf already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __get_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __open_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
7>LIBCMTD.lib(tolower.obj) : error LNK2005: _tolower already defined in MSVCRT.lib(MSVCR120.dll)
7>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
7>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
10>          with
10>          [
10>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>  ,            _Pr=std::less<std::string>
10>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
10>          ]
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\ucsconfig.cpp)
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>  ,            _Pr=std::less<std::string>
10>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
10>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
10>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>  ,            _Pr=std::less<std::string>
10>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
10>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
10>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>  ,            _Pr=std::less<std::string>
10>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
10>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
10>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
10>          ]
10>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
10>          with
10>          [
10>              _Kty=std::string
10>  ,            _Ty=XMLParser::ElementHandler
10>  ,            _Pr=std::less<std::string>
10>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
10>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
10>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
10>          ]
10>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\ucs\worldserver.cpp)
7>C:\EQ Server\Source\Build\bin\Debug\loginserver.exe : fatal error LNK1169: one or more multiply defined symbols found
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __cexit already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(_file.obj) : error LNK2005: ___iob_func already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(_file.obj) : error LNK2005: __lock_file already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(_file.obj) : error LNK2005: __unlock_file already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(wsetloca.obj) : error LNK2005: __configthreadlocale already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(winsig.obj) : error LNK2005: _signal already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(mlock.obj) : error LNK2005: __lock already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(mlock.obj) : error LNK2005: __unlock already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtSetUnhandledExceptionFilter already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtTerminateProcess already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtUnhandledException already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(vsnprnc.obj) : error LNK2005: __vsnprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in MSVCRT.lib(crtexe.obj)
9>LIBCMTD.lib(hooks.obj) : error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRT.lib(cinitexe.obj)
9>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRT.lib(cinitexe.obj)
9>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj)
9>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRT.lib(cinitexe.obj)
9>LIBCMTD.lib(fflush.obj) : error LNK2005: _fflush already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(printf.obj) : error LNK2005: _printf already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __get_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __open_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(strnicmp.obj) : error LNK2005: __strnicmp already defined in MSVCRT.lib(MSVCR120.dll)
9>LIBCMTD.lib(tolower.obj) : error LNK2005: _tolower already defined in MSVCRT.lib(MSVCR120.dll)
9>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
9>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
9>C:\EQ Server\Source\Build\bin\Debug\shared_memory.exe : fatal error LNK1169: one or more multiply defined symbols found
8>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __cexit already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(_file.obj) : error LNK2005: ___iob_func already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(_file.obj) : error LNK2005: __lock_file already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(_file.obj) : error LNK2005: __unlock_file already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(wsetloca.obj) : error LNK2005: __configthreadlocale already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(winsig.obj) : error LNK2005: _signal already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(mlock.obj) : error LNK2005: __lock already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(mlock.obj) : error LNK2005: __unlock already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtSetUnhandledExceptionFilter already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtTerminateProcess already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtUnhandledException already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(vsnprnc.obj) : error LNK2005: __vsnprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in MSVCRT.lib(crtexe.obj)
8>LIBCMTD.lib(hooks.obj) : error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRT.lib(cinitexe.obj)
8>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRT.lib(cinitexe.obj)
8>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj)
8>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRT.lib(cinitexe.obj)
8>LIBCMTD.lib(fflush.obj) : error LNK2005: _fflush already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(printf.obj) : error LNK2005: _printf already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __get_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __open_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
8>LIBCMTD.lib(tolower.obj) : error LNK2005: _tolower already defined in MSVCRT.lib(MSVCR120.dll)
8>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
8>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
8>C:\EQ Server\Source\Build\bin\Debug\queryserv.exe : fatal error LNK1169: one or more multiply defined symbols found
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __cexit already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(_file.obj) : error LNK2005: ___iob_func already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(_file.obj) : error LNK2005: __lock_file already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(_file.obj) : error LNK2005: __unlock_file already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(wsetloca.obj) : error LNK2005: __configthreadlocale already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(winsig.obj) : error LNK2005: _signal already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(mlock.obj) : error LNK2005: __lock already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(mlock.obj) : error LNK2005: __unlock already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtSetUnhandledExceptionFilter already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtTerminateProcess already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtUnhandledException already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(vsnprnc.obj) : error LNK2005: __vsnprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in MSVCRT.lib(crtexe.obj)
10>LIBCMTD.lib(hooks.obj) : error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRT.lib(cinitexe.obj)
10>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRT.lib(cinitexe.obj)
10>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj)
10>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRT.lib(cinitexe.obj)
10>LIBCMTD.lib(fflush.obj) : error LNK2005: _fflush already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(printf.obj) : error LNK2005: _printf already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __get_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __open_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
10>LIBCMTD.lib(tolower.obj) : error LNK2005: _tolower already defined in MSVCRT.lib(MSVCR120.dll)
10>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
10>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
10>C:\EQ Server\Source\Build\bin\Debug\ucs.exe : fatal error LNK1169: one or more multiply defined symbols found
11>------ Rebuild All started: Project: world, Configuration: Debug Win32 ------
12>------ Rebuild All started: Project: zone, Configuration: Debug Win32 ------
11>  Building Custom Rule C:/EQ Server/Source/world/CMakeLists.txt
11>  CMake does not need to re-run because C:\EQ Server\Source\Build\world\CMakeFiles\generate.stamp is up-to-date.
12>  Building Custom Rule C:/EQ Server/Source/zone/CMakeLists.txt
12>  CMake does not need to re-run because C:\EQ Server\Source\Build\zone\CMakeFiles\generate.stamp is up-to-date.
11>  adventure.cpp
11>  adventure_manager.cpp
11>  client.cpp
11>  cliententry.cpp
12>  aa.cpp
12>  aggro.cpp
12>  attack.cpp
12>  beacon.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\beacon.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\cliententry.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\client.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\adventure.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\adventure_manager.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\attack.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\aggro.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\aa.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(159): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\client.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(150) : while compiling class template member function 'void std::_Mpunct<_Elem>::_Init(const std::_Locinfo &,bool)'
11>          with
11>          [
11>              _Elem=char
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(103) : see reference to function template instantiation 'void std::_Mpunct<_Elem>::_Init(const std::_Locinfo &,bool)' being compiled
11>          with
11>          [
11>              _Elem=char
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(277) : see reference to class template instantiation 'std::_Mpunct<_Elem>' being compiled
11>          with
11>          [
11>              _Elem=char
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocmon(940) : see reference to class template instantiation 'std::moneypunct<char,true>' being compiled
11>  clientlist.cpp
11>  console.cpp
11>  eql_config.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\clientlist.cpp)
11>  eqw.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\console.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\eql_config.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\eqw.cpp)
12>  bonuses.cpp
11>  eqw_http_handler.cpp
11>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\world\eqw.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>  eqw_parser.cpp
12>  bot.cpp
11>  http_request.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\bot.cpp)
12>  botspellsai.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\bonuses.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\eqw_http_handler.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\eqw_parser.cpp)
12>  client.cpp
11>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\world\eqw_http_handler.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\botspellsai.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\world\eqw_parser.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\http_request.cpp)
11>  launcher_link.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\client.cpp)
11>  launcher_list.cpp
11>  lfplist.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\lfplist.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\launcher_link.cpp)
11>  login_server.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\launcher_list.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\login_server.cpp)
11>  login_server_list.cpp
11>  net.cpp
11>  perl_eql_config.cpp
12>  client_mods.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\login_server_list.cpp)
11>  perl_eqw.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\net.cpp)
12>  client_packet.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\perl_eql_config.cpp)
11>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\world\perl_eql_config.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\perl_eqw.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\client_mods.cpp)
11>  perl_http_request.cpp
11>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\world\perl_eqw.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\client_packet.cpp)
11>  queryserv.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\perl_http_request.cpp)
11>  ucs.cpp
11>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\world\perl_http_request.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
11>  wguild_mgr.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\wguild_mgr.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\queryserv.cpp)
11>  world_config.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\ucs.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\queryserv.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
12>  client_process.cpp
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
11>          with
11>          [
12>C:\EQ Server\Source\zone\client_packet.cpp(2988): warning C4806: '!=' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\client_process.cpp)
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\queryserv.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
12>  command.cpp
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\command.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\queryserv.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
11>          with
11>          [
11>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\queryserv.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\ucs.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\ucs.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
12>  corpse.cpp
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\ucs.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
11>          with
11>          [
11>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\ucs.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\corpse.cpp)
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
12>  doors.cpp
11>          ]
11>  worlddb.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(353): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(377): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1161): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1196): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1232): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>  zonelist.cpp
11>  zoneserver.cpp
11>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(145): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(135) : while compiling class template member function 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)'
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(118) : see reference to function template instantiation 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)' being compiled
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(923) : see reference to class template instantiation 'std::basic_istream<char,std::char_traits<char>>' being compiled
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2214): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2201) : while compiling class template member function 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)'
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2246) : see reference to function template instantiation 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)' being compiled
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\stdexcept(31) : see reference to class template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' being compiled
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2218): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(167): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(166) : while compiling class template member function 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)'
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(133) : see reference to function template instantiation 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)' being compiled
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(684) : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits<char>>' being compiled
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(170): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(162) : while compiling class template member function 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)'
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(121) : see reference to function template instantiation 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)' being compiled
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(1572) : see reference to class template instantiation 'std::numpunct<char>' being compiled
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
11>          with
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\doors.cpp)
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
11>          with
11>          [
11>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\world_config.cpp)
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
11>          with
11>          [
11>              _Kty=std::string
11>  ,            _Ty=XMLParser::ElementHandler
11>  ,            _Pr=std::less<std::string>
11>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
11>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
11>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
11>          ]
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\worlddb.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\zonelist.cpp)
11>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\world\zoneserver.cpp)
12>  effects.cpp
12>  embparser.cpp
11>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(_file.obj) : error LNK2005: ___iob_func already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(_file.obj) : error LNK2005: __lock_file already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(_file.obj) : error LNK2005: __unlock_file already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __cexit already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(wsetloca.obj) : error LNK2005: __configthreadlocale already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(winsig.obj) : error LNK2005: _signal already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(mlock.obj) : error LNK2005: __lock already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(mlock.obj) : error LNK2005: __unlock already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtSetUnhandledExceptionFilter already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtTerminateProcess already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtUnhandledException already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(vsprintf.obj) : error LNK2005: _vsprintf already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(vsnprnc.obj) : error LNK2005: __vsnprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(fflush.obj) : error LNK2005: _fflush already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(hooks.obj) : error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRT.lib(cinitexe.obj)
11>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRT.lib(cinitexe.obj)
11>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj)
11>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRT.lib(cinitexe.obj)
11>LIBCMTD.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(printf.obj) : error LNK2005: _printf already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __get_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
11>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __open_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
11>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
11>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
11>C:\EQ Server\Source\Build\bin\Debug\world.exe : fatal error LNK1169: one or more multiply defined symbols found
12>  embparser_api.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\effects.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\embparser.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\embparser_api.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\embparser.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>  embperl.cpp
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\embparser_api.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\embperl.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\embperl.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>  embxs.cpp
12>  entity.cpp
12>  exp.cpp
12>  fearpath.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\embxs.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\fearpath.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\entity.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\exp.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\embxs.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>  forage.cpp
12>  groups.cpp
12>  guild.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\forage.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\groups.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\guild.cpp)
12>  guild_mgr.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\guild_mgr.cpp)
12>  hate_list.cpp
12>  horse.cpp
12>  inventory.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\hate_list.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\horse.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\inventory.cpp)
12>  loottables.cpp
12>  lua_bit.cpp
12>  lua_corpse.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\loottables.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_corpse.cpp)
12>  lua_client.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_client.cpp)
12>  lua_door.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_door.cpp)
12>  lua_entity.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_entity.cpp)
12>  lua_entity_list.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_entity_list.cpp)
12>  lua_general.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_general.cpp)
12>  lua_group.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_group.cpp)
12>  lua_hate_list.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_hate_list.cpp)
12>  lua_inventory.cpp
12>  lua_item.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_inventory.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_item.cpp)
12>  lua_iteminst.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_iteminst.cpp)
12>  lua_mob.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_mob.cpp)
12>  lua_npc.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>  lua_object.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_npc.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_object.cpp)
12>  lua_packet.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_packet.cpp)
12>  lua_parser.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_parser.cpp)
12>  lua_parser_events.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_parser_events.cpp)
12>  Unknown compiler version - please run the configure tests and report the results
12>  lua_raid.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_raid.cpp)
12>  lua_spawn.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>  lua_spell.cpp
12>  Unknown compiler version - please run the configure tests and report the results
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_spawn.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\lua_spell.cpp)
12>  map.cpp
12>  merc.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\map.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\merc.cpp)
12>  mob.cpp
12>  mob_ai.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\mob.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\mob_ai.cpp)
12>  mod_functions.cpp
12>  net.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\mod_functions.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\net.cpp)
12>  npc.cpp
12>  npc_ai.cpp
12>  object.cpp
12>  oriented_bounding_box.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\npc.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\object.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\net.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>  pathing.cpp
12>C:\EQ Server\Source\zone\net.cpp(576): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\pathing.cpp)
12>  perl_client.cpp
12>  perl_doors.cpp
12>  perl_entity.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_client.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_client.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_entity.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_doors.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_entity.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_doors.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>  perl_groups.cpp
12>  perl_hateentry.cpp
12>  perl_mob.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_groups.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_mob.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_groups.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_hateentry.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_mob.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>  perl_npc.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_npc.cpp)
12>  perl_object.cpp
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_npc.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_hateentry.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_object.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_object.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>  perl_perlpacket.cpp
12>  perl_player_corpse.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_perlpacket.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_perlpacket.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>  perl_questitem.cpp
12>  perl_raids.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_player_corpse.cpp)
12>  perlpacket.cpp
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_player_corpse.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_questitem.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perl_raids.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\perlpacket.cpp)
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_raids.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>  petitions.cpp
12>C:\EQ Server\Installs\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition (C:\EQ Server\Source\zone\perl_questitem.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\petitions.cpp)
12>  pets.cpp
12>  position.cpp
12>  qglobals.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\position.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\qglobals.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\pets.cpp)
12>  queryserv.cpp
12>  questmgr.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\queryserv.cpp)
12>  quest_parser_collection.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\questmgr.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\quest_parser_collection.cpp)
12>  raids.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\raids.cpp)
12>  raycast_mesh.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1590): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\raycast_mesh.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1587) : while compiling class template member function 'void std::vector<RmUint32,std::allocator<char32_t>>::_Reallocate(unsigned int)'
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\vector(1004) : see reference to function template instantiation 'void std::vector<RmUint32,std::allocator<char32_t>>::_Reallocate(unsigned int)' being compiled
12>          C:\EQ Server\Source\zone\raycast_mesh.cpp(447) : see reference to class template instantiation 'std::vector<RmUint32,std::allocator<char32_t>>' being compiled
12>  spawn2.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\spawn2.cpp)
12>  spawngroup.cpp
12>  special_attacks.cpp
12>  spell_effects.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\special_attacks.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\spell_effects.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\spawngroup.cpp)
12>  spells.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\spells.cpp)
12>  tasks.cpp
12>  titles.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\titles.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\tasks.cpp)
12>  tradeskills.cpp
12>  trading.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\tradeskills.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\trading.cpp)
12>  trap.cpp
12>  tribute.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\trap.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\tribute.cpp)
12>c:\eq server\source\zone\tradeskills.cpp(1547): warning C4715: 'ZoneDatabase::EnableRecipe' : not all control paths return a value
12>c:\eq server\source\zone\tradeskills.cpp(1557): warning C4715: 'ZoneDatabase::DisableRecipe' : not all control paths return a value
12>  tune.cpp
12>  water_map.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\water_map.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\tune.cpp)
12>  water_map_v1.cpp
12>  water_map_v2.cpp
12>  waypoints.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\water_map_v1.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\water_map_v2.cpp)
12>  worldserver.cpp
12>  zone.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\waypoints.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\worldserver.cpp)
12>  zone_config.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(353): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(377): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1161): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1196): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(1232): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>  zonedb.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\istream(145): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(135) : while compiling class template member function 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)'
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(118) : see reference to function template instantiation 'bool std::basic_istream<char,std::char_traits<char>>::_Ipfx(bool)' being compiled
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\istream(923) : see reference to class template instantiation 'std::basic_istream<char,std::char_traits<char>>' being compiled
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2214): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2201) : while compiling class template member function 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)'
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2246) : see reference to function template instantiation 'void std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Copy(unsigned int,unsigned int)' being compiled
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\stdexcept(31) : see reference to class template instantiation 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' being compiled
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xstring(2218): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(167): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(166) : while compiling class template member function 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)'
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(133) : see reference to function template instantiation 'void std::basic_ostream<char,std::char_traits<char>>::_Osfx(void)' being compiled
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\ostream(684) : see reference to class template instantiation 'std::basic_ostream<char,std::char_traits<char>>' being compiled
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(170): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(162) : while compiling class template member function 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)'
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(121) : see reference to function template instantiation 'void std::numpunct<char>::_Init(const std::_Locinfo &,bool)' being compiled
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xlocnum(1572) : see reference to class template instantiation 'std::numpunct<char>' being compiled
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(930): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1184) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>  ,            _Pr=std::less<std::string>
12>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(181) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::emplace_hint<const std::piecewise_construct_t&,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&>,std::tuple<>>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,const std::piecewise_construct_t &,std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&> &&,std::tuple<> &&)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>  ,            _Pr=std::less<std::string>
12>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(173) : while compiling class template member function 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)'
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>          ]
12>          c:\eq server\source\common\eqemu_config_elements.h(1) : see reference to function template instantiation 'void (__thiscall XMLParser::* &std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>::operator [](std::basic_string<char,std::char_traits<char>,std::allocator<char>> &&))(TiXmlElement *)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>          ]
12>          c:\eq server\source\common\xml_parser.h(45) : see reference to class template instantiation 'std::map<std::string,XMLParser::ElementHandler,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>          ]
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1667): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>  ,            _Pr=std::less<std::string>
12>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
12>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
12>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>  ,            _Pr=std::less<std::string>
12>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
12>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
12>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
12>          ]
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(896): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(893) : while compiling class template member function 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)'
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(925) : see reference to function template instantiation 'std::_Tree_node<std::pair<const _Kty,_Ty>,void *> *std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>::_Buynode0(void)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(991) : see reference to class template instantiation 'std::_Tree_buy<std::pair<const _Kty,_Ty>,std::allocator<std::pair<const _Kty,_Ty>>>' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1024) : see reference to class template instantiation 'std::_Tree_comp<false,_Traits>' being compiled
12>          with
12>          [
12>              _Traits=std::_Tmap_traits<std::string,XMLParser::ElementHandler ,std::less<std::string>,std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>,false>
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\map(70) : see reference to class template instantiation 'std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>  ,            _Pr=std::less<std::string>
12>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
12>          ]
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1780): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zone_config.cpp)
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>  ,            _Pr=std::less<std::string>
12>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
12>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
12>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1772) : see reference to function template instantiation 'std::pair<std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,bool> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_nohint<std::pair<const _Kty,_Ty>&,_Nodety>(bool,_Valty,_Nodety)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>  ,            _Pr=std::less<std::string>
12>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
12>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
12>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>  ,            _Pr=std::less<std::string>
12>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
12>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
12>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
12>          ]
12>          C:\Users\derek_000\Desktop\VS2013\VC\include\xtree(1186) : see reference to function template instantiation 'std::_Tree_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>> std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>::_Insert_hint<std::pair<const _Kty,_Ty>&,std::_Tree_node<std::pair<const _Kty,_Ty>,void *>*>(std::_Tree_const_iterator<std::_Tree_val<std::_Tree_simple_types<std::pair<const _Kty,_Ty>>>>,_Valty,_Nodety)' being compiled
12>          with
12>          [
12>              _Kty=std::string
12>  ,            _Ty=XMLParser::ElementHandler
12>  ,            _Pr=std::less<std::string>
12>  ,            _Alloc=std::allocator<std::pair<const std::string,XMLParser::ElementHandler >>
12>  ,            _Valty=std::pair<const std::string,XMLParser::ElementHandler > &
12>  ,            _Nodety=std::_Tree_node<std::pair<const std::string,XMLParser::ElementHandler >,void *> *
12>          ]
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zonedb.cpp)
12>  zoning.cpp
12>C:\Users\derek_000\Desktop\VS2013\VC\include\xlocale(337): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc (C:\EQ Server\Source\zone\zoning.cpp)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __cexit already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(dosmap.obj) : error LNK2005: __errno already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(_file.obj) : error LNK2005: ___iob_func already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(_file.obj) : error LNK2005: __lock_file already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(_file.obj) : error LNK2005: __unlock_file already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(wsetloca.obj) : error LNK2005: __configthreadlocale already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(winsig.obj) : error LNK2005: _signal already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(mlock.obj) : error LNK2005: __lock already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(mlock.obj) : error LNK2005: __unlock already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtSetUnhandledExceptionFilter already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtTerminateProcess already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(winapisupp.obj) : error LNK2005: ___crtUnhandledException already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(vsnprnc.obj) : error LNK2005: __vsnprintf_s already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(crt0.obj) : error LNK2005: _mainCRTStartup already defined in MSVCRT.lib(crtexe.obj)
12>LIBCMTD.lib(hooks.obj) : error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in MSVCRT.lib(cinitexe.obj)
12>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in MSVCRT.lib(cinitexe.obj)
12>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in MSVCRT.lib(cinitexe.obj)
12>LIBCMTD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in MSVCRT.lib(cinitexe.obj)
12>LIBCMTD.lib(fflush.obj) : error LNK2005: _fflush already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(errmode.obj) : error LNK2005: ___set_app_type already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(printf.obj) : error LNK2005: _printf already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __get_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(osfinfo.obj) : error LNK2005: __open_osfhandle already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(strnicmp.obj) : error LNK2005: __strnicmp already defined in MSVCRT.lib(MSVCR120.dll)
12>LIBCMTD.lib(tolower.obj) : error LNK2005: _tolower already defined in MSVCRT.lib(MSVCR120.dll)
12>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
12>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
12>C:\EQ Server\Source\Build\bin\Debug\zone.exe : fatal error LNK1169: one or more multiply defined symbols found
13>------ Rebuild All started: Project: ALL_BUILD, Configuration: Debug Win32 ------
13>  Building Custom Rule C:/EQ Server/Source/CMakeLists.txt
13>  CMake does not need to re-run because C:\EQ Server\Source\Build\CMakeFiles\generate.stamp is up-to-date.
========== Rebuild All: 5 succeeded, 8 failed, 0 skipped ==========
Any ideas?
Reply With Quote
 

Thread Tools
Display Modes

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

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

Forum Jump

   

All times are GMT -4. The time now is 08:31 PM.


 

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