Guest User

Untitled

a guest
Dec 11th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. 1>------ Build started: Project: otserv, Configuration: Debug Win32 ------
  2. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: __thiscall DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QAE@XZ)
  3. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "public: __thiscall DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QAE@XZ)
  4. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public: __thiscall DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QAE@XZ)
  5. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QAE@XZ)
  6. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DatabaseMySQL::~DatabaseMySQL(void)" (??1DatabaseMySQL@@QAE@XZ)
  7. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_rollback@4 referenced in function "public: bool __thiscall DatabaseMySQL::rollback(void)" (?rollback@DatabaseMySQL@@QAE_NXZ)
  8. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_commit@4 referenced in function "public: bool __thiscall DatabaseMySQL::commit(void)" (?commit@DatabaseMySQL@@QAE_NXZ)
  9. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_free_result@4 referenced in function "public: bool __thiscall DatabaseMySQL::executeQuery(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?executeQuery@DatabaseMySQL@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  10. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_store_result@4 referenced in function "public: bool __thiscall DatabaseMySQL::executeQuery(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?executeQuery@DatabaseMySQL@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  11. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_errno@4 referenced in function "public: bool __thiscall DatabaseMySQL::executeQuery(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?executeQuery@DatabaseMySQL@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  12. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_real_query@12 referenced in function "public: bool __thiscall DatabaseMySQL::executeQuery(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?executeQuery@DatabaseMySQL@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  13. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_real_escape_string@16 referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall DatabaseMySQL::escapeBlob(char const *,unsigned int)" (?escapeBlob@DatabaseMySQL@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBDI@Z)
  14. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_fetch_lengths@4 referenced in function "public: char const * __thiscall MySQLResult::getDataStream(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned long &)" (?getDataStream@MySQLResult@@QAEPBDABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAK@Z)
  15. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_fetch_row@4 referenced in function "public: bool __thiscall MySQLResult::next(void)" (?next@MySQLResult@@QAE_NXZ)
  16. 1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_fetch_field@4 referenced in function "protected: __thiscall MySQLResult::MySQLResult(struct st_mysql_res *)" (??0MySQLResult@@IAE@PAUst_mysql_res@@@Z)
  17. 1>C:\Users\xxxx\Desktop\A\otserv\Debug\otserv.exe : fatal error LNK1120: 15 unresolved externals
  18. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment