Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.17 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. Error LNK2019 unresolved external symbol mysql_more_results referenced in function "public: class PreparedResultSet * __cdecl MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QEAAPEAVPreparedResultSet@@PEAVPreparedStatement@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  3. Warning C4005 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition game C:\local\boost_1_59_0\boost\asio\detail\config.hpp 227
  4. Warning C4005 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition database C:\local\boost_1_59_0\boost\asio\detail\config.hpp 227
  5. Warning C4005 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition scripts C:\local\boost_1_59_0\boost\asio\detail\config.hpp 227
  6. Warning C4005 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition authserver C:\local\boost_1_59_0\boost\asio\detail\config.hpp 227
  7. Error LNK2019 unresolved external symbol mysql_server_init referenced in function "bool __cdecl StartDB(void)" (?StartDB@@YA_NXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\Main.obj 1
  8. Error LNK2019 unresolved external symbol mysql_server_end referenced in function "void __cdecl StopDB(void)" (?StopDB@@YAXXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\Main.obj 1
  9. Error LNK2019 unresolved external symbol mysql_ping referenced in function "private: virtual bool __cdecl PingOperation::Execute(void)" (?Execute@PingOperation@@EEAA_NXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\Main.obj 1
  10. Error LNK2019 unresolved external symbol mysql_get_client_info referenced in function "public: __cdecl DatabaseWorkerPool<class LoginDatabaseConnection>::DatabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QEAA@XZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\Main.obj 1
  11. Error LNK2001 unresolved external symbol mysql_get_client_info authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  12. Error LNK2019 unresolved external symbol mysql_get_client_version referenced in function "public: __cdecl DatabaseWorkerPool<class LoginDatabaseConnection>::DatabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QEAA@XZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\Main.obj 1
  13. Error LNK2019 unresolved external symbol mysql_thread_safe referenced in function "public: __cdecl DatabaseWorkerPool<class LoginDatabaseConnection>::DatabaseWorkerPool<class LoginDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VLoginDatabaseConnection@@@@QEAA@XZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\Main.obj 1
  14. Error LNK2019 unresolved external symbol mysql_fetch_fields referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(QueryResult.obj) 1
  15. Error LNK2001 unresolved external symbol mysql_fetch_fields authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  16. Error LNK2019 unresolved external symbol mysql_free_result referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(QueryResult.obj) 1
  17. Error LNK2001 unresolved external symbol mysql_free_result authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  18. Error LNK2019 unresolved external symbol mysql_fetch_row referenced in function "public: bool __cdecl ResultSet::NextRow(void)" (?NextRow@ResultSet@@QEAA_NXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(QueryResult.obj) 1
  19. Error LNK2019 unresolved external symbol mysql_stmt_fetch referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(QueryResult.obj) 1
  20. Error LNK2019 unresolved external symbol mysql_stmt_store_result referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(QueryResult.obj) 1
  21. Error LNK2019 unresolved external symbol mysql_stmt_bind_result referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(QueryResult.obj) 1
  22. Error LNK2019 unresolved external symbol mysql_stmt_free_result referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(QueryResult.obj) 1
  23. Error LNK2019 unresolved external symbol mysql_stmt_error referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(QueryResult.obj) 1
  24. Error LNK2001 unresolved external symbol mysql_stmt_error authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  25. Error LNK2019 unresolved external symbol mysql_stmt_num_rows referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(QueryResult.obj) 1
  26. Error LNK2001 unresolved external symbol mysql_stmt_num_rows authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  27. Error LNK2019 unresolved external symbol mysql_field_count referenced in function "public: bool __cdecl MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEBDPEAPEAUst_mysql_res@@PEAPEAUst_mysql_field@@PEA_KPEAI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  28. Error LNK2019 unresolved external symbol mysql_affected_rows referenced in function "public: bool __cdecl MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEBDPEAPEAUst_mysql_res@@PEAPEAUst_mysql_field@@PEA_KPEAI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  29. Error LNK2019 unresolved external symbol mysql_errno referenced in function "public: bool __cdecl MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QEAA_NPEAVPreparedStatement@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  30. Error LNK2019 unresolved external symbol mysql_error referenced in function "public: bool __cdecl MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QEAA_NPEBD@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  31. Error LNK2019 unresolved external symbol mysql_thread_id referenced in function "private: bool __cdecl MySQLConnection::_HandleMySQLErrno(unsigned int)" (?_HandleMySQLErrno@MySQLConnection@@AEAA_NI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  32. Error LNK2019 unresolved external symbol mysql_set_character_set referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  33. Error LNK2019 unresolved external symbol mysql_init referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  34. Error LNK2019 unresolved external symbol mysql_real_connect referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  35. Error LNK2019 unresolved external symbol mysql_query referenced in function "public: bool __cdecl MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QEAA_NPEBD@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  36. Error LNK2019 unresolved external symbol mysql_store_result referenced in function "public: bool __cdecl MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEBDPEAPEAUst_mysql_res@@PEAPEAUst_mysql_field@@PEA_KPEAI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  37. Error LNK2019 unresolved external symbol mysql_get_server_info referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  38. Error LNK2019 unresolved external symbol mysql_options referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  39. Error LNK2019 unresolved external symbol mysql_stmt_init referenced in function "protected: void __cdecl MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IEAAXIPEBDW4ConnectionFlags@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  40. Error LNK2019 unresolved external symbol mysql_stmt_prepare referenced in function "protected: void __cdecl MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IEAAXIPEBDW4ConnectionFlags@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  41. Error LNK2019 unresolved external symbol mysql_stmt_execute referenced in function "public: bool __cdecl MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QEAA_NPEAVPreparedStatement@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  42. Error LNK2019 unresolved external symbol mysql_stmt_bind_param referenced in function "public: bool __cdecl MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QEAA_NPEAVPreparedStatement@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  43. Error LNK2019 unresolved external symbol mysql_stmt_close referenced in function "protected: void __cdecl MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IEAAXIPEBDW4ConnectionFlags@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  44. Error LNK2001 unresolved external symbol mysql_stmt_close authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(PreparedStatement.obj) 1
  45. Error LNK2019 unresolved external symbol mysql_stmt_result_metadata referenced in function "public: bool __cdecl MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEAVPreparedStatement@@PEAPEAUst_mysql_res@@PEA_KPEAI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  46. Error LNK2019 unresolved external symbol mysql_stmt_field_count referenced in function "public: bool __cdecl MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEAVPreparedStatement@@PEAPEAUst_mysql_res@@PEA_KPEAI@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  47. Error LNK2019 unresolved external symbol mysql_autocommit referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  48. Error LNK2019 unresolved external symbol mysql_more_results referenced in function "public: class PreparedResultSet * __cdecl MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QEAAPEAVPreparedResultSet@@PEAVPreparedStatement@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  49. Error LNK2019 unresolved external symbol mysql_next_result referenced in function "public: class PreparedResultSet * __cdecl MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QEAAPEAVPreparedResultSet@@PEAVPreparedStatement@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  50. Error LNK2019 unresolved external symbol mysql_close referenced in function "public: virtual __cdecl MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UEAA@XZ) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(MySQLConnection.obj) 1
  51. Error LNK2019 unresolved external symbol mysql_stmt_param_count referenced in function "public: __cdecl MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QEAA@PEAUst_mysql_stmt@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(PreparedStatement.obj) 1
  52. Error LNK2019 unresolved external symbol mysql_stmt_attr_set referenced in function "public: __cdecl MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QEAA@PEAUst_mysql_stmt@@@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(PreparedStatement.obj) 1
  53. Error LNK2019 unresolved external symbol mysql_get_server_version referenced in function "private: unsigned int __cdecl DatabaseWorkerPool<class CharacterDatabaseConnection>::OpenConnections(enum DatabaseWorkerPool<class CharacterDatabaseConnection>::InternalIndex,unsigned char)" (?OpenConnections@?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@AEAAIW4InternalIndex@1@E@Z) authserver C:\Users\Nikolas\Desktop\Build\src\server\authserver\database.lib(DatabaseLoader.obj) 1
  54. Warning LNK4272 library machine type 'X86' conflicts with target machine type 'x64' authserver C:\Program Files (x86)\MySQL\MySQL Server 5.7\lib\libmysql.lib 1
  55. Error LNK1120 41 unresolved externals authserver C:\Users\Nikolas\Desktop\Build\bin\Release\authserver.exe 1
  56. Warning C4005 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition worldserver C:\local\boost_1_59_0\boost\asio\detail\config.hpp 227
  57. Error LNK2019 unresolved external symbol mysql_server_init referenced in function "bool __cdecl StartDB(void)" (?StartDB@@YA_NXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\Main.obj 1
  58. Error LNK2019 unresolved external symbol mysql_server_end referenced in function "void __cdecl StopDB(void)" (?StopDB@@YAXXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\Main.obj 1
  59. Error LNK2019 unresolved external symbol mysql_get_client_info referenced in function "public: __cdecl DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QEAA@XZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\Main.obj 1
  60. Error LNK2001 unresolved external symbol mysql_get_client_info worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  61. Error LNK2019 unresolved external symbol mysql_get_client_version referenced in function "public: __cdecl DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QEAA@XZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\Main.obj 1
  62. Error LNK2019 unresolved external symbol mysql_thread_safe referenced in function "public: __cdecl DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QEAA@XZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\Main.obj 1
  63. Error LNK2019 unresolved external symbol mysql_ping referenced in function "private: virtual bool __cdecl PingOperation::Execute(void)" (?Execute@PingOperation@@EEAA_NXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\game.lib(World.obj) 1
  64. Error LNK2019 unresolved external symbol mysql_real_escape_string referenced in function "int `public: __cdecl ByteBufferException::ByteBufferException(class dtor$0 const &)'::`1'::dtor$0" (?dtor$0@?0???0ByteBufferException@@QEAA@AEBV0@@Z@4HA) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\scripts.lib(cs_misc.obj) 1
  65. Error LNK2001 unresolved external symbol mysql_real_escape_string worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\scripts.lib(cs_wp.obj) 1
  66. Error LNK2001 unresolved external symbol mysql_real_escape_string worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\game.lib(PlayerDump.obj) 1
  67. Error LNK2001 unresolved external symbol mysql_real_escape_string worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\scripts.lib(cs_ban.obj) 1
  68. Error LNK2001 unresolved external symbol mysql_real_escape_string worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\scripts.lib(cs_go.obj) 1
  69. Error LNK2001 unresolved external symbol mysql_real_escape_string worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\scripts.lib(cs_gobject.obj) 1
  70. Error LNK2001 unresolved external symbol mysql_real_escape_string worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\game.lib(Pet.obj) 1
  71. Error LNK2001 unresolved external symbol mysql_real_escape_string worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\game.lib(CharacterHandler.obj) 1
  72. Error LNK2001 unresolved external symbol mysql_real_escape_string worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\game.lib(PetitionsHandler.obj) 1
  73. Error LNK2001 unresolved external symbol mysql_real_escape_string worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\game.lib(GroupHandler.obj) 1
  74. Error LNK2019 unresolved external symbol mysql_fetch_fields referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(QueryResult.obj) 1
  75. Error LNK2001 unresolved external symbol mysql_fetch_fields worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  76. Error LNK2019 unresolved external symbol mysql_free_result referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(QueryResult.obj) 1
  77. Error LNK2001 unresolved external symbol mysql_free_result worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  78. Error LNK2019 unresolved external symbol mysql_fetch_row referenced in function "public: bool __cdecl ResultSet::NextRow(void)" (?NextRow@ResultSet@@QEAA_NXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(QueryResult.obj) 1
  79. Error LNK2019 unresolved external symbol mysql_stmt_fetch referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(QueryResult.obj) 1
  80. Error LNK2019 unresolved external symbol mysql_stmt_store_result referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(QueryResult.obj) 1
  81. Error LNK2019 unresolved external symbol mysql_stmt_bind_result referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(QueryResult.obj) 1
  82. Error LNK2019 unresolved external symbol mysql_stmt_free_result referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(QueryResult.obj) 1
  83. Error LNK2019 unresolved external symbol mysql_stmt_error referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(QueryResult.obj) 1
  84. Error LNK2001 unresolved external symbol mysql_stmt_error worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  85. Error LNK2019 unresolved external symbol mysql_stmt_num_rows referenced in function "public: __cdecl PreparedResultSet::PreparedResultSet(struct st_mysql_stmt *,struct st_mysql_res *,unsigned __int64,unsigned int)" (??0PreparedResultSet@@QEAA@PEAUst_mysql_stmt@@PEAUst_mysql_res@@_KI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(QueryResult.obj) 1
  86. Error LNK2001 unresolved external symbol mysql_stmt_num_rows worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  87. Error LNK2019 unresolved external symbol mysql_field_count referenced in function "public: bool __cdecl MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEBDPEAPEAUst_mysql_res@@PEAPEAUst_mysql_field@@PEA_KPEAI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  88. Error LNK2019 unresolved external symbol mysql_affected_rows referenced in function "public: bool __cdecl MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEBDPEAPEAUst_mysql_res@@PEAPEAUst_mysql_field@@PEA_KPEAI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  89. Error LNK2019 unresolved external symbol mysql_errno referenced in function "public: bool __cdecl MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QEAA_NPEAVPreparedStatement@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  90. Error LNK2019 unresolved external symbol mysql_error referenced in function "public: bool __cdecl MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QEAA_NPEBD@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  91. Error LNK2019 unresolved external symbol mysql_thread_id referenced in function "private: bool __cdecl MySQLConnection::_HandleMySQLErrno(unsigned int)" (?_HandleMySQLErrno@MySQLConnection@@AEAA_NI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  92. Error LNK2019 unresolved external symbol mysql_set_character_set referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  93. Error LNK2019 unresolved external symbol mysql_init referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  94. Error LNK2019 unresolved external symbol mysql_real_connect referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  95. Error LNK2019 unresolved external symbol mysql_query referenced in function "public: bool __cdecl MySQLConnection::Execute(char const *)" (?Execute@MySQLConnection@@QEAA_NPEBD@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  96. Error LNK2019 unresolved external symbol mysql_store_result referenced in function "public: bool __cdecl MySQLConnection::_Query(char const *,struct st_mysql_res * *,struct st_mysql_field * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEBDPEAPEAUst_mysql_res@@PEAPEAUst_mysql_field@@PEA_KPEAI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  97. Error LNK2019 unresolved external symbol mysql_get_server_info referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  98. Error LNK2019 unresolved external symbol mysql_options referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  99. Error LNK2019 unresolved external symbol mysql_stmt_init referenced in function "protected: void __cdecl MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IEAAXIPEBDW4ConnectionFlags@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  100. Error LNK2019 unresolved external symbol mysql_stmt_prepare referenced in function "protected: void __cdecl MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IEAAXIPEBDW4ConnectionFlags@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  101. Error LNK2019 unresolved external symbol mysql_stmt_execute referenced in function "public: bool __cdecl MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QEAA_NPEAVPreparedStatement@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  102. Error LNK2019 unresolved external symbol mysql_stmt_bind_param referenced in function "public: bool __cdecl MySQLConnection::Execute(class PreparedStatement *)" (?Execute@MySQLConnection@@QEAA_NPEAVPreparedStatement@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  103. Error LNK2019 unresolved external symbol mysql_stmt_close referenced in function "protected: void __cdecl MySQLConnection::PrepareStatement(unsigned int,char const *,enum ConnectionFlags)" (?PrepareStatement@MySQLConnection@@IEAAXIPEBDW4ConnectionFlags@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  104. Error LNK2001 unresolved external symbol mysql_stmt_close worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(PreparedStatement.obj) 1
  105. Error LNK2019 unresolved external symbol mysql_stmt_result_metadata referenced in function "public: bool __cdecl MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEAVPreparedStatement@@PEAPEAUst_mysql_res@@PEA_KPEAI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  106. Error LNK2019 unresolved external symbol mysql_stmt_field_count referenced in function "public: bool __cdecl MySQLConnection::_Query(class PreparedStatement *,struct st_mysql_res * *,unsigned __int64 *,unsigned int *)" (?_Query@MySQLConnection@@QEAA_NPEAVPreparedStatement@@PEAPEAUst_mysql_res@@PEA_KPEAI@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  107. Error LNK2019 unresolved external symbol mysql_autocommit referenced in function "public: virtual unsigned int __cdecl MySQLConnection::Open(void)" (?Open@MySQLConnection@@UEAAIXZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  108. Error LNK2019 unresolved external symbol mysql_next_result referenced in function "public: class PreparedResultSet * __cdecl MySQLConnection::Query(class PreparedStatement *)" (?Query@MySQLConnection@@QEAAPEAVPreparedResultSet@@PEAVPreparedStatement@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  109. Error LNK2019 unresolved external symbol mysql_close referenced in function "public: virtual __cdecl MySQLConnection::~MySQLConnection(void)" (??1MySQLConnection@@UEAA@XZ) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(MySQLConnection.obj) 1
  110. Error LNK2019 unresolved external symbol mysql_stmt_param_count referenced in function "public: __cdecl MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QEAA@PEAUst_mysql_stmt@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(PreparedStatement.obj) 1
  111. Error LNK2019 unresolved external symbol mysql_stmt_attr_set referenced in function "public: __cdecl MySQLPreparedStatement::MySQLPreparedStatement(struct st_mysql_stmt *)" (??0MySQLPreparedStatement@@QEAA@PEAUst_mysql_stmt@@@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(PreparedStatement.obj) 1
  112. Error LNK2019 unresolved external symbol mysql_get_server_version referenced in function "private: unsigned int __cdecl DatabaseWorkerPool<class CharacterDatabaseConnection>::OpenConnections(enum DatabaseWorkerPool<class CharacterDatabaseConnection>::InternalIndex,unsigned char)" (?OpenConnections@?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@AEAAIW4InternalIndex@1@E@Z) worldserver C:\Users\Nikolas\Desktop\Build\src\server\worldserver\database.lib(DatabaseLoader.obj) 1
  113. Warning LNK4272 library machine type 'X86' conflicts with target machine type 'x64' worldserver C:\Program Files (x86)\MySQL\MySQL Server 5.7\lib\libmysql.lib 1
  114. Error LNK1120 42 unresolved externals worldserver C:\Users\Nikolas\Desktop\Build\bin\Release\worldserver.exe 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement