Building ALL BUILD errors menu

Shout-Out

User Tag List

Results 1 to 1 of 1
  1. #1
    WoWterror99's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Building ALL BUILD errors

    Hello when I build the ALL BUILD in my trinity solution I get these errors

    Error 47 error LNK1120: 42 unresolved externals C:\Build\bin\Release\authserver.exe 1 1 authserver
    Error 105 error LNK1120: 43 unresolved externals C:\Build\bin\Release\worldserver.exe worldserver
    Error 80 error LNK2001: unresolved external symbol _mysql_errno@4 C:\Build\src\server\worldserver\shared.lib(Transaction.obj) worldserver
    Error 8 error LNK2001: unresolved external symbol _mysql_free_result@4 C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 65 error LNK2001: unresolved external symbol _mysql_free_result@4 C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 54 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:\Build\src\server\worldserver\scripts.lib(cs_misc.obj) worldserver
    Error 55 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:\Build\src\server\worldserver\scripts.lib(cs_wp.obj) worldserver
    Error 56 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:\Build\src\server\worldserver\game.lib(PlayerDump.obj) worldserver
    Error 57 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:\Build\src\server\worldserver\scripts.lib(cs_ban.obj) worldserver
    Error 58 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:\Build\src\server\worldserver\scripts.lib(cs_go.obj) worldserver
    Error 59 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:\Build\src\server\worldserver\scripts.lib(cs_gobject.obj) worldserver
    Error 61 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:\Build\src\server\worldserver\game.lib(PetitionsHandler.obj) worldserver
    Error 62 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:\Build\src\server\worldserver\game.lib(Pet.obj) worldserver
    Error 63 error LNK2001: unresolved external symbol _mysql_real_escape_string@16 C:\Build\src\server\worldserver\game.lib(GroupHandler.obj) worldserver
    Error 38 error LNK2001: unresolved external symbol _mysql_stmt_close@4 C:\Build\src\server\authserver\shared.lib(PreparedStatement.obj) authserver
    Error 96 error LNK2001: unresolved external symbol _mysql_stmt_close@4 C:\Build\src\server\worldserver\shared.lib(PreparedStatement.obj) worldserver
    Error 16 error LNK2001: unresolved external symbol _mysql_stmt_error@4 C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 73 error LNK2001: unresolved external symbol _mysql_stmt_error@4 C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 18 error LNK2001: unresolved external symbol _mysql_stmt_num_rows@4 C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 75 error LNK2001: unresolved external symbol _mysql_stmt_num_rows@4 C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 21 error LNK2019: unresolved external symbol _mysql_affected_rows@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPA I@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 78 error LNK2019: unresolved external symbol _mysql_affected_rows@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPA I@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 41 error LNK2019: unresolved external symbol _mysql_autocommit@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 99 error LNK2019: unresolved external symbol _mysql_autocommit@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 44 error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: virtual __thiscall MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UAE@XZ) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 102 error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: virtual __thiscall MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UAE@XZ) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 22 error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 79 error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 23 error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 81 error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 10 error LNK2019: unresolved external symbol _mysql_fetch_field@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:\Build\src\server\authserver\shared.lib(QueryResult.obj) authserver
    Error 67 error LNK2019: unresolved external symbol _mysql_fetch_field@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:\Build\src\server\worldserver\shared.lib(QueryResult.obj) worldserver
    Error 19 error LNK2019: unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPA I@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 76 error LNK2019: unresolved external symbol _mysql_fetch_fields@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPA I@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 9 error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:\Build\src\server\authserver\shared.lib(QueryResult.obj) authserver
    Error 66 error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:\Build\src\server\worldserver\shared.lib(QueryResult.obj) worldserver
    Error 20 error LNK2019: unresolved external symbol _mysql_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPA I@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 77 error LNK2019: unresolved external symbol _mysql_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPA I@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 7 error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function "public: __thiscall ResultSet::~ResultSet(void)" (??1ResultSet@@QAE@XZ) C:\Build\src\server\authserver\shared.lib(QueryResult.obj) authserver
    Error 64 error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function "public: __thiscall ResultSet::~ResultSet(void)" (??1ResultSet@@QAE@XZ) C:\Build\src\server\worldserver\shared.lib(QueryResult.obj) worldserver
    Error 31 error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 89 error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 48 error LNK2019: unresolved external symbol _mysql_get_client_version@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>:atabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\Build\src\server\worldserver\Main.obj worldserver
    Error 4 error LNK2019: unresolved external symbol _mysql_get_client_version@0 referenced in function "public: __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>:atabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QAE@XZ) C:\Build\src\server\authserver\Main.obj authserver
    Error 30 error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 88 error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 52 error LNK2019: unresolved external symbol _mysql_get_server_version@4 referenced in function "public: bool __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::Open(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char,unsigned char)" (?Open@?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE_NABV?$basic_stri ng@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@EE@Z) C:\Build\src\server\worldserver\Master.obj worldserver
    Error 5 error LNK2019: unresolved external symbol _mysql_get_server_version@4 referenced in function "public: bool __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>::Open(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char,unsigned char)" (?Open@?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QAE_NABV?$basic_string@D U?$char_traits@D@std@@V?$allocator@D@2@@std@@EE@Z) C:\Build\src\server\authserver\Main.obj authserver
    Error 26 error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 84 error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 42 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:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 100 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:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 43 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:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 101 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:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 32 error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 90 error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 3 error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "private: virtual bool __thiscall PingOperation::Execute(void)" (?Execute@PingOperation@@EAE_NXZ) C:\Build\src\server\authserver\Main.obj authserver
    Error 53 error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "private: virtual bool __thiscall PingOperation::Execute(void)" (?Execute@PingOperation@@EAE_NXZ) C:\Build\src\server\worldserver\game.lib(World.obj) worldserver
    Error 28 error LNK2019: unresolved external symbol _mysql_query@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 86 error LNK2019: unresolved external symbol _mysql_query@8 referenced in function "public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 27 error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 85 error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 60 error LNK2019: unresolved external symbol _mysql_real_escape_string@16 referenced in function "private: unsigned long __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::EscapeString(char *,char const *,unsigned long)" (?EscapeString@?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@AAEKPADPBDK@ Z) C:\Build\src\server\worldserver\game.lib(CharacterHandler.obj) worldserver
    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:\Build\src\server\authserver\Main.obj authserver
    Error 51 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:\Build\src\server\worldserver\Master.obj worldserver
    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:\Build\src\server\authserver\Main.obj authserver
    Error 50 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:\Build\src\server\worldserver\Master.obj worldserver
    Error 25 error LNK2019: unresolved external symbol _mysql_set_character_set@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 83 error LNK2019: unresolved external symbol _mysql_set_character_set@8 referenced in function "public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 46 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:\Build\src\server\authserver\shared.lib(PreparedStatement.obj) authserver
    Error 104 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:\Build\src\server\worldserver\shared.lib(PreparedStatement.obj) worldserver
    Error 36 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:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 94 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:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 13 error LNK2019: unresolved external symbol _mysql_stmt_bind_result@8 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:\Build\src\server\authserver\shared.lib(QueryResult.obj) authserver
    Error 70 error LNK2019: unresolved external symbol _mysql_stmt_bind_result@8 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:\Build\src\server\worldserver\shared.lib(QueryResult.obj) worldserver
    Error 37 error LNK2019: unresolved external symbol _mysql_stmt_close@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 95 error LNK2019: unresolved external symbol _mysql_stmt_close@4 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 15 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:\Build\src\server\authserver\shared.lib(QueryResult.obj) authserver
    Error 72 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:\Build\src\server\worldserver\shared.lib(QueryResult.obj) worldserver
    Error 35 error LNK2019: unresolved external symbol _mysql_stmt_execute@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 93 error LNK2019: unresolved external symbol _mysql_stmt_execute@4 referenced in function "public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 11 error LNK2019: unresolved external symbol _mysql_stmt_fetch@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:\Build\src\server\authserver\shared.lib(QueryResult.obj) authserver
    Error 68 error LNK2019: unresolved external symbol _mysql_stmt_fetch@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:\Build\src\server\worldserver\shared.lib(QueryResult.obj) worldserver
    Error 40 error LNK2019: unresolved external symbol _mysql_stmt_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@ Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 98 error LNK2019: unresolved external symbol _mysql_stmt_field_count@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@ Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 14 error LNK2019: unresolved external symbol _mysql_stmt_free_result@4 referenced in function "private: void __thiscall PreparedResultSet::CleanUp(void)" (?CleanUp@PreparedResultSet@@AAEXXZ) C:\Build\src\server\authserver\shared.lib(QueryResult.obj) authserver
    Error 71 error LNK2019: unresolved external symbol _mysql_stmt_free_result@4 referenced in function "private: void __thiscall PreparedResultSet::CleanUp(void)" (?CleanUp@PreparedResultSet@@AAEXXZ) C:\Build\src\server\worldserver\shared.lib(QueryResult.obj) worldserver
    Error 33 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:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 91 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:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 17 error LNK2019: unresolved external symbol _mysql_stmt_num_rows@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:\Build\src\server\authserver\shared.lib(QueryResult.obj) authserver
    Error 74 error LNK2019: unresolved external symbol _mysql_stmt_num_rows@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:\Build\src\server\worldserver\shared.lib(QueryResult.obj) worldserver
    Error 45 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:\Build\src\server\authserver\shared.lib(PreparedStatement.obj) authserver
    Error 103 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:\Build\src\server\worldserver\shared.lib(PreparedStatement.obj) worldserver
    Error 34 error LNK2019: unresolved external symbol _mysql_stmt_prepare@12 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 92 error LNK2019: unresolved external symbol _mysql_stmt_prepare@12 referenced in function "protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 39 error LNK2019: unresolved external symbol _mysql_stmt_result_metadata@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@ Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 97 error LNK2019: unresolved external symbol _mysql_stmt_result_metadata@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@ Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 12 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:\Build\src\server\authserver\shared.lib(QueryResult.obj) authserver
    Error 69 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:\Build\src\server\worldserver\shared.lib(QueryResult.obj) worldserver
    Error 29 error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPA I@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 87 error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function "public: bool __thiscall MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPA I@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 24 error LNK2019: unresolved external symbol _mysql_thread_id@4 referenced in function "private: bool __thiscall MySQLConnection::_HandleMySQLErrno(unsigned int)" (?_HandleMySQLErrno@MySQLConnection@@AAE_NI@Z) C:\Build\src\server\authserver\shared.lib(MySQLConnection.obj) authserver
    Error 82 error LNK2019: unresolved external symbol _mysql_thread_id@4 referenced in function "private: bool __thiscall MySQLConnection::_HandleMySQLErrno(unsigned int)" (?_HandleMySQLErrno@MySQLConnection@@AAE_NI@Z) C:\Build\src\server\worldserver\shared.lib(MySQLConnection.obj) worldserver
    Error 49 error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>:atabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\Build\src\server\worldserver\Main.obj worldserver
    Error 6 error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: __thiscall DatabaseWorkerPool<class LoginDatabaseConnection>:atabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QAE@XZ) C:\Build\src\server\authserver\Main.obj authserver

    Could someone please help? I really appreciate all the help I have gotten.

    Building ALL BUILD errors

Similar Threads

  1. [Trinity] All Build errors
    By koaladoe in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 08-31-2014, 04:36 PM
  2. [ArcEmu] arcemuVC100 - All Projects error
    By KillaKush1234 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 04-20-2011, 07:21 PM
  3. Collection of leveling builds. All classes!
    By snipesh0tz in forum WoW UI, Macros and Talent Specs
    Replies: 3
    Last Post: 09-05-2008, 10:13 PM
  4. All time error!!!
    By Royalaty in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 06-08-2008, 02:54 PM
  5. My Favorite Builds-All Classes-
    By Phase228 in forum WoW UI, Macros and Talent Specs
    Replies: 5
    Last Post: 09-26-2007, 12:47 PM
All times are GMT -5. The time now is 03:00 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search