Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.14 KB | None | 0 0
  1. 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:\Trinity\Build\src\server\bnetserver\Main.obj bnetserver
  2. 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:\Trinity\Build\src\server\bnetserver\Main.obj bnetserver
  3. Error 3 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:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  4. Error 4 error LNK2001: unresolved external symbol _mysql_fetch_fields@4 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  5. Error 5 error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  6. Error 6 error LNK2001: unresolved external symbol _mysql_error@4 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  7. Error 7 error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function __catch$?NextRow@ResultSet@@QAE_NXZ$0 C:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  8. Error 8 error LNK2001: unresolved external symbol _mysql_free_result@4 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  9. 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:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  10. Error 10 error LNK2019: unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  11. Error 11 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:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  12. Error 12 error LNK2019: unresolved external symbol _mysql_stmt_store_result@4 referenced in function __catch$?NextRow@ResultSet@@QAE_NXZ$0 C:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  13. Error 13 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:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  14. Error 14 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:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  15. Error 15 error LNK2019: unresolved external symbol _mysql_stmt_error@4 referenced in function __catch$?NextRow@ResultSet@@QAE_NXZ$0 C:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  16. Error 16 error LNK2001: unresolved external symbol _mysql_stmt_error@4 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  17. Error 17 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:\Trinity\Build\src\server\bnetserver\database.lib(QueryResult.obj) bnetserver
  18. Error 18 error LNK2001: unresolved external symbol _mysql_stmt_num_rows@4 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  19. Error 19 error LNK2019: unresolved external symbol _mysql_stmt_param_count@4 referenced in function __catch$?BindParameters@PreparedStatement@@IAEXXZ$0 C:\Trinity\Build\src\server\bnetserver\database.lib(PreparedStatement.obj) bnetserver
  20. Error 20 error LNK2019: unresolved external symbol _mysql_stmt_attr_set@12 referenced in function __catch$?BindParameters@PreparedStatement@@IAEXXZ$0 C:\Trinity\Build\src\server\bnetserver\database.lib(PreparedStatement.obj) bnetserver
  21. Error 21 error LNK2019: unresolved external symbol _mysql_stmt_close@4 referenced in function __catch$?BindParameters@PreparedStatement@@IAEXXZ$0 C:\Trinity\Build\src\server\bnetserver\database.lib(PreparedStatement.obj) bnetserver
  22. Error 22 error LNK2001: unresolved external symbol _mysql_stmt_close@4 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  23. Error 23 error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall MySQLConnection::Ping(void)" (?Ping@MySQLConnection@@QAEXXZ) C:\Trinity\Build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver
  24. Error 24 error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\Trinity\Build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver
  25. Error 25 error LNK2001: unresolved external symbol _mysql_get_client_info@0 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  26. Error 26 error LNK2019: unresolved external symbol _mysql_get_client_version@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\Trinity\Build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver
  27. Error 27 error LNK2019: unresolved external symbol _mysql_get_server_version@4 referenced in function "private: unsigned int __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::OpenConnections(enum DatabaseWorkerPool<class CharacterDatabaseConnection>::InternalIndex,unsigned char)" (?OpenConnections@?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@AAEIW4InternalIndex@1@E@Z) C:\Trinity\Build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver
  28. Error 28 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:\Trinity\Build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver
  29. Error 29 error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\Trinity\Build\src\server\bnetserver\database.lib(DatabaseWorkerPool.obj) bnetserver
  30. 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:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  31. 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:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  32. Error 32 error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$8 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  33. Error 33 error LNK2019: unresolved external symbol _mysql_set_character_set@8 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$6 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  34. 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:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  35. Error 35 error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$0 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  36. Error 36 error LNK2019: unresolved external symbol _mysql_query@8 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$8 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  37. 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:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  38. Error 38 error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$2 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  39. Error 39 error LNK2019: unresolved external symbol _mysql_options@12 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$0 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  40. Error 40 error LNK2019: unresolved external symbol _mysql_stmt_init@4 referenced in function __catch$?GetPreparedStatement@MySQLConnection@@IAEPAVMySQLPreparedStatement@@I@Z$0 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  41. Error 41 error LNK2019: unresolved external symbol _mysql_stmt_prepare@12 referenced in function __catch$?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z$2 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  42. Error 42 error LNK2019: unresolved external symbol _mysql_stmt_execute@4 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z$0 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  43. Error 43 error LNK2019: unresolved external symbol _mysql_stmt_bind_param@8 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPBD@Z$4 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  44. 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:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  45. 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:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  46. Error 46 error LNK2019: unresolved external symbol _mysql_autocommit@8 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$6 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  47. Error 47 error LNK2019: unresolved external symbol _mysql_more_results@4 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z$4 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  48. Error 48 error LNK2019: unresolved external symbol _mysql_next_result@4 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z$4 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  49. Error 49 error LNK2019: unresolved external symbol _mysql_close@4 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$8 C:\Trinity\Build\src\server\bnetserver\database.lib(MySQLConnection.obj) bnetserver
  50. Error 50 error LNK1120: 42 unresolved externals C:\Trinity\Build\bin\Debug\bnetserver.exe bnetserver
  51. Error 51 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:\Trinity\Build\src\server\worldserver\Main.obj worldserver
  52. Error 52 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:\Trinity\Build\src\server\worldserver\Main.obj worldserver
  53. Error 53 error LNK2019: unresolved external symbol _mysql_stmt_param_count@4 referenced in function __catch$?BindParameters@PreparedStatement@@IAEXXZ$0 C:\Trinity\Build\src\server\worldserver\database.lib(PreparedStatement.obj) worldserver
  54. Error 54 error LNK2019: unresolved external symbol _mysql_stmt_attr_set@12 referenced in function __catch$?BindParameters@PreparedStatement@@IAEXXZ$0 C:\Trinity\Build\src\server\worldserver\database.lib(PreparedStatement.obj) worldserver
  55. Error 55 error LNK2019: unresolved external symbol _mysql_stmt_close@4 referenced in function __catch$?BindParameters@PreparedStatement@@IAEXXZ$0 C:\Trinity\Build\src\server\worldserver\database.lib(PreparedStatement.obj) worldserver
  56. Error 56 error LNK2001: unresolved external symbol _mysql_stmt_close@4 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  57. Error 57 error LNK2019: unresolved external symbol _mysql_ping@4 referenced in function "public: void __thiscall MySQLConnection::Ping(void)" (?Ping@MySQLConnection@@QAEXXZ) C:\Trinity\Build\src\server\worldserver\database.lib(DatabaseWorkerPool.obj) worldserver
  58. Error 58 error LNK2019: unresolved external symbol _mysql_get_client_info@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\Trinity\Build\src\server\worldserver\database.lib(DatabaseWorkerPool.obj) worldserver
  59. Error 59 error LNK2001: unresolved external symbol _mysql_get_client_info@0 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  60. Error 60 error LNK2019: unresolved external symbol _mysql_get_client_version@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\Trinity\Build\src\server\worldserver\database.lib(DatabaseWorkerPool.obj) worldserver
  61. Error 61 error LNK2019: unresolved external symbol _mysql_get_server_version@4 referenced in function "private: unsigned int __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::OpenConnections(enum DatabaseWorkerPool<class CharacterDatabaseConnection>::InternalIndex,unsigned char)" (?OpenConnections@?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@AAEIW4InternalIndex@1@E@Z) C:\Trinity\Build\src\server\worldserver\database.lib(DatabaseWorkerPool.obj) worldserver
  62. Error 62 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:\Trinity\Build\src\server\worldserver\database.lib(DatabaseWorkerPool.obj) worldserver
  63. Error 63 error LNK2019: unresolved external symbol _mysql_thread_safe@0 referenced in function "public: __thiscall DatabaseWorkerPool<class CharacterDatabaseConnection>::DatabaseWorkerPool<class CharacterDatabaseConnection>(void)" (??0?$DatabaseWorkerPool@VCharacterDatabaseConnection@@@@QAE@XZ) C:\Trinity\Build\src\server\worldserver\database.lib(DatabaseWorkerPool.obj) worldserver
  64. Error 64 error LNK2019: unresolved external symbol _mysql_fetch_fields@4 referenced in function __catch$?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z$4 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  65. Error 65 error LNK2001: unresolved external symbol _mysql_fetch_fields@4 C:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  66. Error 66 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:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  67. Error 67 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:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  68. Error 68 error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$8 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  69. Error 69 error LNK2019: unresolved external symbol _mysql_error@4 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$6 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  70. Error 70 error LNK2001: unresolved external symbol _mysql_error@4 C:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  71. Error 71 error LNK2019: unresolved external symbol _mysql_set_character_set@8 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$6 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  72. Error 72 error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: virtual unsigned int __thiscall MySQLConnection::Open(void)" (?Open@MySQLConnection@@UAEIXZ) C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  73. Error 73 error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$0 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  74. Error 74 error LNK2019: unresolved external symbol _mysql_query@8 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$8 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  75. Error 75 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:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  76. Error 76 error LNK2019: unresolved external symbol _mysql_get_server_info@4 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$2 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  77. Error 77 error LNK2019: unresolved external symbol _mysql_options@12 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$0 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  78. Error 78 error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function __catch$?_Query@MySQLConnection@@QAE_NPBDPAPAUst_mysql_res@@PAPAUst_mysql_field@@PA_KPAI@Z$4 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  79. Error 79 error LNK2001: unresolved external symbol _mysql_free_result@4 C:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  80. Error 80 error LNK2019: unresolved external symbol _mysql_stmt_init@4 referenced in function __catch$?GetPreparedStatement@MySQLConnection@@IAEPAVMySQLPreparedStatement@@I@Z$0 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  81. Error 81 error LNK2019: unresolved external symbol _mysql_stmt_prepare@12 referenced in function __catch$?PrepareStatement@MySQLConnection@@IAEXIPBDW4ConnectionFlags@@@Z$2 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  82. Error 82 error LNK2019: unresolved external symbol _mysql_stmt_execute@4 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z$0 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  83. Error 83 error LNK2019: unresolved external symbol _mysql_stmt_bind_param@8 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPBD@Z$4 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  84. Error 84 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:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  85. Error 85 error LNK2019: unresolved external symbol _mysql_stmt_error@4 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPBD@Z$4 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  86. Error 86 error LNK2001: unresolved external symbol _mysql_stmt_error@4 C:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  87. Error 87 error LNK2019: unresolved external symbol _mysql_stmt_num_rows@4 referenced in function __catch$?_Query@MySQLConnection@@QAE_NPAVPreparedStatement@@PAPAUst_mysql_res@@PA_KPAI@Z$4 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  88. Error 88 error LNK2001: unresolved external symbol _mysql_stmt_num_rows@4 C:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  89. Error 89 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:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  90. Error 90 error LNK2019: unresolved external symbol _mysql_autocommit@8 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$6 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  91. Error 91 error LNK2019: unresolved external symbol _mysql_more_results@4 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z$4 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  92. Error 92 error LNK2019: unresolved external symbol _mysql_next_result@4 referenced in function __catch$?Execute@MySQLConnection@@QAE_NPAVPreparedStatement@@@Z$4 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  93. Error 93 error LNK2019: unresolved external symbol _mysql_close@4 referenced in function __catch$?Open@MySQLConnection@@UAEIXZ$8 C:\Trinity\Build\src\server\worldserver\database.lib(MySQLConnection.obj) worldserver
  94. Error 94 error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  95. Error 95 error LNK2019: unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: bool __thiscall ResultSet::NextRow(void)" (?NextRow@ResultSet@@QAE_NXZ) C:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  96. Error 96 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:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  97. Error 97 error LNK2019: unresolved external symbol _mysql_stmt_store_result@4 referenced in function __catch$?NextRow@ResultSet@@QAE_NXZ$0 C:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  98. Error 98 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:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  99. Error 99 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:\Trinity\Build\src\server\worldserver\database.lib(QueryResult.obj) worldserver
  100. Error 100 error LNK1120: 42 unresolved externals C:\Trinity\Build\bin\Debug\worldserver.exe worldserver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement