Error 1 error LNK2019: unresolved external symbol _mysql_server_init@12 referenced in function "public: static void __cdecl MySQL::Library_Init(void)" (?Library_Init@MySQL@@SAXXZ) C:\test\build\src\server\bnetserver\Main.obj bnetserver Error 2 error LNK2019: unresolved external symbol _mysql_server_end@0 referenced in function "public: static void __cdecl MySQL::Library_End(void)" (?Library_End@MySQL@@SAXXZ) C:\test\build\src\server\bnetserver\Main.obj bnetserver Error 3 error LNK2019: unresolved external symbol _mysql_stmt_param_count@4 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) C:\test\build\src\server\bnetserver\database.lib(PreparedStatement.obj) bnetserver Error 4 error LNK2019: unresolved external symbol _mysql_stmt_attr_set@12 referenced in function "public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z) C:\test\build\src\server\bnetserver\database.lib(PreparedStatement.obj) bnetserver Error 5 error LNK2019: unresolved external symbol _mysql_stmt_close@4 referenced in function "public: __thiscall MySQLPreparedStatement::~MySQLPreparedStatement(void)" (??1MySQLPreparedStatement@@QAE@XZ) C:\test\build\src\server\bnetserver\database.lib(PreparedStatement.obj) bnetserver Error 6 error LNK2001: unresolved external symbol _mysql_stmt_close@4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 7 error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "private: virtual bool __thiscall PingOperation::Execute(void)" (?Execute@PingOperation@@EAE_NXZ) C:\test\build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver Error 8 error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: __thiscall DatabaseWorkerPool::DatabaseWorkerPool(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\test\build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver Error 9 error LNK2001: unresolved external symbol _mysql_get_client_info@0 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 10 error LNK2019: unresolved external symbol _mysql_get_client_version@0 referenced in function "public: __thiscall DatabaseWorkerPool::DatabaseWorkerPool(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\test\build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver Error 11 error LNK2019: unresolved external symbol _mysql_get_server_version@4 referenced in function "private: unsigned int __thiscall DatabaseWorkerPool::OpenConnections(enum DatabaseWorkerPool::InternalIndex,unsigned char)" (?OpenConnections@?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@AAEIW4InternalIndex@1@E@Z) C:\test\build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver Error 12 error LNK2019: unresolved external symbol _mysql_real_escape_string@16 referenced in function "private: unsigned long __thiscall DatabaseWorkerPool::EscapeString(char *,char const *,unsigned long)" (?EscapeString@?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@AAEKPADPBDK@Z) C:\test\build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver Error 13 error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: __thiscall DatabaseWorkerPool::DatabaseWorkerPool(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\test\build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver Error 14 error LNK2019: unresolved external symbol _mysql_fetch_fields@4 referenced in function __catch$??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z$0 C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 15 error LNK2001: unresolved external symbol _mysql_fetch_fields@4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 16 error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 17 error LNK2001: unresolved external symbol _mysql_error@4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 18 error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function __catch$??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z$2 C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 19 error LNK2001: unresolved external symbol _mysql_free_result@4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 20 error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 21 error LNK2019: unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 22 error LNK2019: unresolved external symbol _mysql_stmt_fetch@4 referenced in function __catch$??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z$2 C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 23 error LNK2019: unresolved external symbol _mysql_stmt_store_result@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 24 error LNK2019: unresolved external symbol _mysql_stmt_bind_result@8 referenced in function __catch$??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z$0 C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 25 error LNK2019: unresolved external symbol _mysql_stmt_free_result@4 referenced in function __catch$??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z$2 C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 26 error LNK2019: unresolved external symbol _mysql_stmt_error@4 referenced in function "public: __thiscall PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z) C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 27 error LNK2001: unresolved external symbol _mysql_stmt_error@4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 28 error LNK2019: unresolved external symbol _mysql_stmt_num_rows@4 referenced in function __catch$??0PreparedResultSet@@QAE@PAUst_mysql_stmt@@PAUst_mysql_res@@_KI@Z$0 C:\test\build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver Error 29 error LNK2001: unresolved external symbol _mysql_stmt_num_rows@4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 30 error LNK2019: unresolved external symbol _mysql_field_count@4 referenced in function __catch$?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z$4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 31 error LNK2019: unresolved external symbol _mysql_affected_rows@4 referenced in function __catch$?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z$4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 32 error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 33 error LNK2019: unresolved external symbol _mysql_set_character_set@8 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$6 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 34 error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: virtual unsigned int __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAEIXZ) C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 35 error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$0 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 36 error LNK2019: unresolved external symbol _mysql_query@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 37 error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function __catch$?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z$4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 38 error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$2 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 39 error LNK2019: unresolved external symbol _mysql_options@12 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$0 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 40 error LNK2019: unresolved external symbol _mysql_stmt_init@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 41 error LNK2019: unresolved external symbol _mysql_stmt_prepare@12 referenced in function __catch$?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z$2 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 42 error LNK2019: unresolved external symbol _mysql_stmt_execute@4 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z$0 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 43 error LNK2019: unresolved external symbol _mysql_stmt_bind_param@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 44 error LNK2019: unresolved external symbol _mysql_stmt_result_metadata@4 referenced in function __catch$?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z$4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 45 error LNK2019: unresolved external symbol _mysql_stmt_field_count@4 referenced in function __catch$?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z$4 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 46 error LNK2019: unresolved external symbol _mysql_autocommit@8 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$6 C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 47 error LNK2019: unresolved external symbol _mysql_more_results@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 48 error LNK2019: unresolved external symbol _mysql_next_result@4 referenced in function "public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z) C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 49 error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: virtual __thiscall MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UAE@XZ) C:\test\build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver Error 50 error LNK1120: 42 unresolved externals C:\test\build\bin\Release\bnetserver.exe bnetserver Warning 51 warning C4805: '==' : unsafe mix of type 'bool' and type 'uint16' in operation C:\test\source\source\src\server\game\Entities\Unit\Unit.cpp 15688 1 game Error 52 error C2903: 'result' : symbol is neither a class template nor a function template (C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp) C:\local\boost_1_55_0\boost\utility\result_of.hpp 186 1 game Error 53 error C2039: 'result' : is not a member of 'TaxiPathGraph::GetCompleteNodeRoute::' (C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp) C:\local\boost_1_55_0\boost\utility\result_of.hpp 186 1 game Error 54 error C2504: 'result' : base class undefined (C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp) C:\local\boost_1_55_0\boost\utility\result_of.hpp 186 1 game Error 55 error C2143: syntax error : missing ',' before '<' (C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp) C:\local\boost_1_55_0\boost\utility\result_of.hpp 186 1 game Error 56 error C2783: 'boost::transform_value_property_map boost::make_transform_value_property_map(const Func &,const PM &)' : could not deduce template argument for 'Ret' C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp 156 1 game Error 57 error C2893: Failed to specialize function template 'boost::transform_value_property_map::reference)>::type> boost::make_transform_value_property_map(const Func &,const PM &)' C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp 156 1 game Error 58 error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,graph_traits::vertex_descriptor,const boost::bgl_named_params &)' : expects 3 arguments - 2 provided C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp 156 1 game Error 59 error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,graph_traits::vertex_descriptor,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor)' : expects 11 arguments - 2 provided C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp 156 1 game Error 60 error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,SourceInputIter,SourceInputIter,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor)' : expects 12 arguments - 2 provided C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp 156 1 game Error 61 error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,graph_traits::vertex_descriptor,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor,ColorMap)' : expects 12 arguments - 2 provided C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp 156 1 game Error 62 error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,SourceInputIter,SourceInputIter,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor,ColorMap)' : expects 13 arguments - 2 provided C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp 156 1 game Error 63 error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,graph_traits::vertex_descriptor,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor,const boost::bgl_named_params &,enable_if_c<(boost::is_base_and_derived::traversal_category>::value,boost::graph::detail::no_parameter>::type)' : expects 13 arguments - 2 provided C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp 156 1 game Error 64 error C2780: 'void boost::dijkstra_shortest_paths(const VertexListGraph &,SourceInputIter,SourceInputIter,PredecessorMap,DistanceMap,WeightMap,IndexMap,Compare,Combine,DistInf,DistZero,DijkstraVisitor,const boost::bgl_named_params &,enable_if_c<(boost::is_base_and_derived::traversal_category>::value,boost::graph::detail::no_parameter>::type)' : expects 14 arguments - 2 provided C:\test\source\source\src\server\game\Entities\Taxi\TaxiPathGraph.cpp 156 1 game Error 65 error LNK1181: cannot open input file '..\game\Release\game.lib' C:\test\build\src\server\worldserver\LINK worldserver