Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.48 KB | None | 0 0
  1. My problem is this:
  2.  
  3. 19>scripts.lib(cs_gobject.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_real_escape_string@16".
  4. 19>game.lib(CharacterHandler.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_real_escape_string@16".
  5. 19>game.lib(Pet.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_real_escape_string@16".
  6. 19>game.lib(PetitionsHandler.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_real_escape_string@16".
  7. 19>game.lib(GroupHandler.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_real_escape_string@16".
  8. 19>shared.lib(QueryResult.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_free_result@4" in Funktion ""public: __thiscall ResultSet::~ResultSet(void)" (??1ResultSet@@QAE@XZ)".
  9. 19>shared.lib(MySQLConnection.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_free_result@4".
  10. 19>shared.lib(QueryResult.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_fetch_row@4" in Funktion ""public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ)".
  11. 19>shared.lib(QueryResult.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_fetch_field@4" in Funktion ""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)".
  12. 19>shared.lib(QueryResult.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_fetch@4" in Funktion ""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)".
  13. 19>shared.lib(QueryResult.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_store_result@4" in Funktion ""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)".
  14. 19>shared.lib(QueryResult.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_bind_result@8" in Funktion ""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)".
  15. 19>shared.lib(QueryResult.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_free_result@4" in Funktion ""private: void __thiscall PreparedResultSet::CleanUp(void)" (?CleanUp@PreparedResultSet@@AAEXXZ)".
  16. 19>shared.lib(QueryResult.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_error@4" in Funktion ""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)".
  17. 19>shared.lib(MySQLConnection.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_stmt_error@4".
  18. 19>shared.lib(QueryResult.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_num_rows@4" in Funktion ""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)".
  19. 19>shared.lib(MySQLConnection.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_stmt_num_rows@4".
  20. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_fetch_fields@4" in Funktion ""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_KPAI@Z)".
  21. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_field_count@4" in Funktion ""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_KPAI@Z)".
  22. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_affected_rows@4" in Funktion ""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_KPAI@Z)".
  23. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_errno@4" in Funktion ""public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z)".
  24. 19>shared.lib(Transaction.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_errno@4".
  25. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_error@4" in Funktion ""public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z)".
  26. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_thread_id@4" in Funktion ""private: bool __thiscall MySQLConnection::_HandleMySQLErrno(unsigned int)" (?_HandleMySQLErrno@MySQLConnection@@AAE_NI@Z)".
  27. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_set_character_set@8" in Funktion ""public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ)".
  28. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_init@4" in Funktion ""public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ)".
  29. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_real_connect@32" in Funktion ""public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ)".
  30. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_query@8" in Funktion ""public: bool __thiscall MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QAE_NPBD@Z)".
  31. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_store_result@4" in Funktion ""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_KPAI@Z)".
  32. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_get_server_info@4" in Funktion ""public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ)".
  33. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_get_client_info@0" in Funktion ""public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ)".
  34. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_options@12" in Funktion ""public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ)".
  35. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_init@4" in Funktion ""protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z)".
  36. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_prepare@12" in Funktion ""protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z)".
  37. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_execute@4" in Funktion ""public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z)".
  38. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_bind_param@8" in Funktion ""public: bool __thiscall MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z)".
  39. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_close@4" in Funktion ""protected: void __thiscall MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z)".
  40. 19>shared.lib(PreparedStatement.obj) : error LNK2001: Nicht aufgelöstes externes Symbol "_mysql_stmt_close@4".
  41. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_result_metadata@4" in Funktion ""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)".
  42. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_field_count@4" in Funktion ""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)".
  43. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_autocommit@8" in Funktion ""public: virtual bool __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAE_NXZ)".
  44. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_more_results@4" in Funktion ""public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z)".
  45. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_next_result@4" in Funktion ""public: class PreparedResultSet * __thiscall MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QAEPAVPreparedResultSet@@PAVPreparedStatement@@@Z)".
  46. 19>shared.lib(MySQLConnection.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_close@4" in Funktion ""public: virtual __thiscall MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UAE@XZ)".
  47. 19>shared.lib(PreparedStatement.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_param_count@4" in Funktion ""public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z)".
  48. 19>shared.lib(PreparedStatement.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol "_mysql_stmt_attr_set@12" in Funktion ""public: __thiscall MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QAE@PAUst_mysql_stmt@@@Z)".
  49. 19>C:\Users\Johannes\Desktop\Neuer Ordner\Neuer Ordner\cmake\bin\Release\worldserver.exe : fatal error LNK1120: 43 nicht aufgelöste Externe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement