• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Błędy kompilacji MSVS 2010

Nothxbye

Banned User
Joined
Jan 22, 2012
Messages
1,124
Reaction score
174
Witam.
Używam Microsoft Visual Studio 2010 Express
Windows 7, 64 bit
Biblioteki stąd
Proboję skompilować to source

C/C++ scieżka do include
Linker>>General scieżka do lib
C/C++>>Preprocessors>>Preprocessors definitions:

Code:
__USE_MYSQL__
__USE_OTPCH__
__PROTOCOL_77__

Co robię zle? pieprze sie z tym z 3 dni już, oto błędy:

Code:
1>------ Rebuild All started: Project: Otserv, Configuration: Debug Win32 ------
1>  weapons.cpp
1>  waitlist.cpp
1>  vocation.cpp
1>  trashholder.cpp
1>  tools.cpp
1>  tile.cpp
1>  thing.cpp
1>  teleport.cpp
1>  tasks.cpp
1>  talkaction.cpp
1>  status.cpp
1>  spells.cpp
1>  spawn.cpp
1>  sha1.cpp
1>  server.cpp
1>  scriptmanager.cpp
1>  scheduler.cpp
1>  rsa.cpp
1>  raids.cpp
1>  protocollogin.cpp
1>  Generating Code...
1>  Compiling...
1>  protocolgame.cpp
1>  protocol.cpp
1>  position.cpp
1>  player.cpp
1>  party.cpp
1>  outputmessage.cpp
1>  outfit.cpp
1>  otserv.cpp
1>  otpch.cpp
1>  npc.cpp
1>  networkmessage.cpp
1>  movement.cpp
1>  monsters.cpp
1>  monster.cpp
1>  md5.cpp
1>  map.cpp
1>  mailbox.cpp
1>  luascript.cpp
1>  logger.cpp
1>  items.cpp
1>  Generating Code...
1>  Compiling...
1>  item.cpp
1>  ioplayer.cpp
1>  iomapxml.cpp
1>  iomapserialize.cpp
1>  iomapotbm.cpp
1>  ioaccount.cpp
1>  housetile.cpp
1>  house.cpp
1>  globalevent.cpp
1>  game.cpp
1>  fileloader.cpp
1>  exception.cpp
1>  depot.cpp
1>  databasesqlite.cpp
1>  databasemysql.cpp
1>  database.cpp
1>  cylinder.cpp
1>  creatureevent.cpp
1>  creature.cpp
1>  container.cpp
1>  Generating Code...
1>  Compiling...
1>  connection.cpp
1>  configmanager.cpp
1>  condition.cpp
1>  commands.cpp
1>  combat.cpp
1>  chat.cpp
1>  beds.cpp
1>  baseevents.cpp
1>  ban.cpp
1>  allocator.cpp
1>  actions.cpp
1>  account.cpp
1>  Generating Code...
1>spells.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>talkaction.obj : error LNK2019: unresolved external symbol _lua_pushnumber referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall TalkAction::getWords(void)const " (?getWords@TalkAction@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>weapons.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>globalevent.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>luascript.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>movement.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>npc.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>actions.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>combat.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>creatureevent.obj : error LNK2001: unresolved external symbol _lua_pushnumber
1>spawn.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>status.obj : error LNK2019: unresolved external symbol _xmlFreeDoc referenced in function "__int64 __cdecl OTSYS_TIME(void)" (?OTSYS_TIME@@YA_JXZ)
1>vocation.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>monsters.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>npc.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>outfit.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>raids.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>baseevents.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>commands.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>house.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>items.obj : error LNK2001: unresolved external symbol _xmlFreeDoc
1>weapons.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>raids.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>spawn.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>spells.obj : error LNK2019: unresolved external symbol _xmlStrcmp referenced in function "class boost::system::error_category const & __cdecl boost::asio::error::get_ssl_category(void)" (?get_ssl_category@error@asio@boost@@YAABVerror_category@system@3@XZ)
1>vocation.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>monsters.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>movement.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>npc.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>outfit.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>baseevents.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>commands.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>house.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>items.obj : error LNK2001: unresolved external symbol _xmlStrcmp
1>spawn.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>vocation.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>monsters.obj : error LNK2019: unresolved external symbol _xmlDocGetRootElement referenced in function "public: void __thiscall MonsterType::reset(void)" (?reset@MonsterType@@QAEXXZ)
1>npc.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>outfit.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>raids.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>baseevents.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>commands.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>house.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>items.obj : error LNK2001: unresolved external symbol _xmlDocGetRootElement
1>spawn.obj : error LNK2019: unresolved external symbol _xmlParseFile referenced in function "public: void * __thiscall boost::unique_lock<class boost::mutex>::`vector deleting destructor'(unsigned int)" (??_E?$unique_lock@Vmutex@boost@@@boost@@QAEPAXI@Z)
1>vocation.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>monsters.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>npc.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>outfit.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>raids.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>baseevents.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>commands.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>house.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>items.obj : error LNK2001: unresolved external symbol _xmlParseFile
1>combat.obj : error LNK2019: unresolved external symbol _lua_pcall referenced in function "public: void __thiscall ValueCallback::getMinMaxValues(class Player *,int &,int &,bool)const " (?getMinMaxValues@ValueCallback@@QBEXPAVPlayer@@AAH1_N@Z)
1>configmanager.obj : error LNK2001: unresolved external symbol _lua_pcall
1>luascript.obj : error LNK2001: unresolved external symbol _lua_pcall
1>combat.obj : error LNK2019: unresolved external symbol _lua_gettop referenced in function "public: void __thiscall ValueCallback::getMinMaxValues(class Player *,int &,int &,bool)const " (?getMinMaxValues@ValueCallback@@QBEXPAVPlayer@@AAH1_N@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_gettop
1>npc.obj : error LNK2001: unresolved external symbol _lua_gettop
1>configmanager.obj : error LNK2019: unresolved external symbol _luaL_loadfile referenced in function "public: bool __thiscall ConfigManager::loadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?loadFile@ConfigManager@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _luaL_loadfile
1>configmanager.obj : error LNK2019: unresolved external symbol _luaL_newstate referenced in function "public: bool __thiscall ConfigManager::loadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?loadFile@ConfigManager@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _luaL_newstate
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_close referenced in function "public: bool __thiscall ConfigManager::loadFile(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?loadFile@ConfigManager@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_close
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_tolstring referenced in function "private: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall ConfigManager::getGlobalString(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getGlobalString@ConfigManager@@AAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAUlua_State@@ABV23@1@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_tolstring
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_objlen referenced in function "private: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall ConfigManager::getGlobalString(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getGlobalString@ConfigManager@@AAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAUlua_State@@ABV23@1@Z)
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_settop referenced in function "private: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall ConfigManager::getGlobalString(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getGlobalString@ConfigManager@@AAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAUlua_State@@ABV23@1@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_settop
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_isstring referenced in function "private: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall ConfigManager::getGlobalString(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getGlobalString@ConfigManager@@AAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAUlua_State@@ABV23@1@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_isstring
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_getfield referenced in function "private: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall ConfigManager::getGlobalString(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getGlobalString@ConfigManager@@AAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAUlua_State@@ABV23@1@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_getfield
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_tonumber referenced in function "private: int __thiscall ConfigManager::getGlobalNumber(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (?getGlobalNumber@ConfigManager@@AAEHPAUlua_State@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_tonumber
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_isnumber referenced in function "private: int __thiscall ConfigManager::getGlobalNumber(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (?getGlobalNumber@ConfigManager@@AAEHPAUlua_State@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_isnumber
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_toboolean referenced in function "private: bool __thiscall ConfigManager::getGlobalBoolean(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?getGlobalBoolean@ConfigManager@@AAE_NPAUlua_State@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_toboolean
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_type referenced in function "private: bool __thiscall ConfigManager::getGlobalBoolean(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?getGlobalBoolean@ConfigManager@@AAE_NPAUlua_State@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_type
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_settable referenced in function "private: static void __cdecl ConfigManager::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@ConfigManager@@CAXPAUlua_State@@0@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_settable
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_insert referenced in function "private: static void __cdecl ConfigManager::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@ConfigManager@@CAXPAUlua_State@@0@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_insert
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_pushvalue referenced in function "private: static void __cdecl ConfigManager::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@ConfigManager@@CAXPAUlua_State@@0@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_pushvalue
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_next referenced in function "private: static void __cdecl ConfigManager::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@ConfigManager@@CAXPAUlua_State@@0@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_next
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_createtable referenced in function "private: static void __cdecl ConfigManager::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@ConfigManager@@CAXPAUlua_State@@0@Z)
1>luascript.obj : error LNK2001: unresolved external symbol _lua_createtable
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_pushlstring referenced in function "private: static void __cdecl ConfigManager::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@ConfigManager@@CAXPAUlua_State@@0@Z)
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_pushboolean referenced in function "private: static void __cdecl ConfigManager::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@ConfigManager@@CAXPAUlua_State@@0@Z)
1>creatureevent.obj : error LNK2001: unresolved external symbol _lua_pushboolean
1>luascript.obj : error LNK2001: unresolved external symbol _lua_pushboolean
1>npc.obj : error LNK2001: unresolved external symbol _lua_pushboolean
1>configmanager.obj : error LNK2019: unresolved external symbol _lua_pushnil referenced in function "private: static void __cdecl ConfigManager::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@ConfigManager@@CAXPAUlua_State@@0@Z)
1>creatureevent.obj : error LNK2001: unresolved external symbol _lua_pushnil
1>luascript.obj : error LNK2001: unresolved external symbol _lua_pushnil
1>npc.obj : error LNK2001: unresolved external symbol _lua_pushnil
1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_error@4 referenced in function "public: __thiscall DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QAE@XZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_real_connect@32 referenced in function "public: __thiscall DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QAE@XZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_options@12 referenced in function "public: __thiscall DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QAE@XZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_init@4 referenced in function "public: __thiscall DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QAE@XZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_close@4 referenced in function "public: __thiscall DatabaseMySQL::~DatabaseMySQL(void)" (??1DatabaseMySQL@@QAE@XZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_rollback@4 referenced in function "public: bool __thiscall DatabaseMySQL::rollback(void)" (?rollback@DatabaseMySQL@@QAE_NXZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_commit@4 referenced in function "public: bool __thiscall DatabaseMySQL::commit(void)" (?commit@DatabaseMySQL@@QAE_NXZ)
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)
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)
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)
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)
1>databasemysql.obj : error LNK2019: unresolved external symbol _mysql_insert_id@4 referenced in function "public: unsigned __int64 __thiscall DatabaseMySQL::getLastInsertedRowID(void)" (?getLastInsertedRowID@DatabaseMySQL@@QAE_KXZ)
1>luascript.obj : error LNK2001: unresolved external symbol _mysql_insert_id@4
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)
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)
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)
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)
1>luascript.obj : error LNK2019: unresolved external symbol _lua_typename referenced in function "public: void __thiscall LuaScriptInterface::dumpLuaStack(void)" (?dumpLuaStack@LuaScriptInterface@@QAEXXZ)
1>luascript.obj : error LNK2019: unresolved external symbol _lua_topointer referenced in function "public: void __thiscall LuaScriptInterface::dumpLuaStack(void)" (?dumpLuaStack@LuaScriptInterface@@QAEXXZ)
1>luascript.obj : error LNK2019: unresolved external symbol _luaL_loadbuffer referenced in function "public: int __thiscall LuaScriptInterface::loadBuffer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?loadBuffer@LuaScriptInterface@@QAEHABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
1>luascript.obj : error LNK2019: unresolved external symbol _lua_setfield referenced in function "public: int __thiscall LuaScriptInterface::getEvent(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getEvent@LuaScriptInterface@@QAEHABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>npc.obj : error LNK2001: unresolved external symbol _lua_setfield
1>luascript.obj : error LNK2019: unresolved external symbol _lua_rawset referenced in function "public: int __thiscall LuaScriptInterface::getEvent(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getEvent@LuaScriptInterface@@QAEHABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol _lua_remove referenced in function "public: bool __thiscall LuaScriptInterface::pushFunction(int)" (?pushFunction@LuaScriptInterface@@QAE_NH@Z)
1>luascript.obj : error LNK2019: unresolved external symbol _lua_rawget referenced in function "public: bool __thiscall LuaScriptInterface::pushFunction(int)" (?pushFunction@LuaScriptInterface@@QAE_NH@Z)
1>luascript.obj : error LNK2019: unresolved external symbol _luaopen_debug referenced in function "public: virtual bool __thiscall LuaScriptInterface::initState(void)" (?initState@LuaScriptInterface@@UAE_NXZ)
1>luascript.obj : error LNK2019: unresolved external symbol _luaopen_math referenced in function "public: virtual bool __thiscall LuaScriptInterface::initState(void)" (?initState@LuaScriptInterface@@UAE_NXZ)
1>luascript.obj : error LNK2019: unresolved external symbol _luaopen_string referenced in function "public: virtual bool __thiscall LuaScriptInterface::initState(void)" (?initState@LuaScriptInterface@@UAE_NXZ)
1>luascript.obj : error LNK2019: unresolved external symbol _luaopen_os referenced in function "public: virtual bool __thiscall LuaScriptInterface::initState(void)" (?initState@LuaScriptInterface@@UAE_NXZ)
1>luascript.obj : error LNK2019: unresolved external symbol _luaopen_table referenced in function "public: virtual bool __thiscall LuaScriptInterface::initState(void)" (?initState@LuaScriptInterface@@UAE_NXZ)
1>luascript.obj : error LNK2019: unresolved external symbol _luaopen_base referenced in function "public: virtual bool __thiscall LuaScriptInterface::initState(void)" (?initState@LuaScriptInterface@@UAE_NXZ)
1>luascript.obj : error LNK2019: unresolved external symbol _luaL_unref referenced in function "protected: virtual bool __thiscall LuaScriptInterface::closeState(void)" (?closeState@LuaScriptInterface@@MAE_NXZ)
1>luascript.obj : error LNK2019: unresolved external symbol _lua_rawgeti referenced in function "private: void __thiscall LuaScriptInterface::executeTimerEvent(unsigned int)" (?executeTimerEvent@LuaScriptInterface@@AAEXI@Z)
1>luascript.obj : error LNK2019: unresolved external symbol _lua_call referenced in function "public: static int __cdecl LuaScriptInterface::luaErrorHandler(struct lua_State *)" (?luaErrorHandler@LuaScriptInterface@@SAHPAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol _lua_pushinteger referenced in function "public: static int __cdecl LuaScriptInterface::luaErrorHandler(struct lua_State *)" (?luaErrorHandler@LuaScriptInterface@@SAHPAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol _lua_pushcclosure referenced in function "public: bool __thiscall LuaScriptInterface::callFunction(unsigned int,bool)" (?callFunction@LuaScriptInterface@@QAE_NI_N@Z)
1>npc.obj : error LNK2001: unresolved external symbol _lua_pushcclosure
1>luascript.obj : error LNK2019: unresolved external symbol _lua_pushstring referenced in function "public: static void __cdecl LuaScriptInterface::pushVariant(struct lua_State *,struct LuaVariant const &)" (?pushVariant@LuaScriptInterface@@SAXPAUlua_State@@ABULuaVariant@@@Z)
1>npc.obj : error LNK2001: unresolved external symbol _lua_pushstring
1>talkaction.obj : error LNK2001: unresolved external symbol _lua_pushstring
1>luascript.obj : error LNK2019: unresolved external symbol _lua_gettable referenced in function "public: static struct LuaVariant __cdecl LuaScriptInterface::popVariant(struct lua_State *)" (?popVariant@LuaScriptInterface@@SA?AULuaVariant@@PAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol _luaL_ref referenced in function "public: static int __cdecl LuaScriptInterface::popCallback(struct lua_State *)" (?popCallback@LuaScriptInterface@@SAHPAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol _luaL_register referenced in function "protected: virtual void __thiscall LuaScriptInterface::registerFunctions(void)" (?registerFunctions@LuaScriptInterface@@MAEXXZ)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_init2 referenced in function "public: __thiscall RSA::RSA(void)" (??0RSA@@QAE@XZ)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_clear referenced in function "public: __thiscall RSA::~RSA(void)" (??1RSA@@QAE@XZ)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_mul referenced in function "public: void __thiscall RSA::setKey(char const *,char const *,char const *)" (?setKey@RSA@@QAEXPBD00@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_mod referenced in function "public: void __thiscall RSA::setKey(char const *,char const *,char const *)" (?setKey@RSA@@QAEXPBD00@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_invert referenced in function "public: void __thiscall RSA::setKey(char const *,char const *,char const *)" (?setKey@RSA@@QAEXPBD00@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_sub_ui referenced in function "public: void __thiscall RSA::setKey(char const *,char const *,char const *)" (?setKey@RSA@@QAEXPBD00@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_set_str referenced in function "public: void __thiscall RSA::setKey(char const *,char const *,char const *)" (?setKey@RSA@@QAEXPBD00@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_export referenced in function "public: bool __thiscall RSA::decrypt(char *,int)" (?decrypt@RSA@@QAE_NPADH@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_sizeinbase referenced in function "public: bool __thiscall RSA::decrypt(char *,int)" (?decrypt@RSA@@QAE_NPADH@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_set_ui referenced in function "public: bool __thiscall RSA::decrypt(char *,int)" (?decrypt@RSA@@QAE_NPADH@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_set referenced in function "public: bool __thiscall RSA::decrypt(char *,int)" (?decrypt@RSA@@QAE_NPADH@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_add referenced in function "public: bool __thiscall RSA::decrypt(char *,int)" (?decrypt@RSA@@QAE_NPADH@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_cmp_si referenced in function "public: bool __thiscall RSA::decrypt(char *,int)" (?decrypt@RSA@@QAE_NPADH@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_sub referenced in function "public: bool __thiscall RSA::decrypt(char *,int)" (?decrypt@RSA@@QAE_NPADH@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_powm referenced in function "public: bool __thiscall RSA::decrypt(char *,int)" (?decrypt@RSA@@QAE_NPADH@Z)
1>rsa.obj : error LNK2019: unresolved external symbol ___gmpz_import referenced in function "public: bool __thiscall RSA::decrypt(char *,int)" (?decrypt@RSA@@QAE_NPADH@Z)
1>status.obj : error LNK2001: unresolved external symbol __imp__xmlFree
1>tools.obj : error LNK2001: unresolved external symbol __imp__xmlFree
1>status.obj : error LNK2019: unresolved external symbol _xmlDocDumpMemory referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Status::getStatusString(void)const " (?getStatusString@Status@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>status.obj : error LNK2019: unresolved external symbol _xmlNewTextChild referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Status::getStatusString(void)const " (?getStatusString@Status@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>status.obj : error LNK2019: unresolved external symbol _xmlAddChild referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Status::getStatusString(void)const " (?getStatusString@Status@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>status.obj : error LNK2019: unresolved external symbol _xmlNewNode referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Status::getStatusString(void)const " (?getStatusString@Status@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>status.obj : error LNK2019: unresolved external symbol _xmlSetProp referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Status::getStatusString(void)const " (?getStatusString@Status@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>status.obj : error LNK2019: unresolved external symbol _xmlNewDocNode referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Status::getStatusString(void)const " (?getStatusString@Status@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>status.obj : error LNK2019: unresolved external symbol _xmlNewDoc referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Status::getStatusString(void)const " (?getStatusString@Status@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
1>tools.obj : error LNK2019: unresolved external symbol _xmlGetProp referenced in function "bool __cdecl readXMLInteger(struct _xmlNode *,char const *,int &)" (?readXMLInteger@@YA_NPAU_xmlNode@@PBDAAH@Z)
1>tools.obj : error LNK2019: unresolved external symbol _UTF8Toisolat1 referenced in function "bool __cdecl utf8ToLatin1(char *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?utf8ToLatin1@@YA_NPADAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>tools.obj : error LNK2019: unresolved external symbol _xmlNodeGetContent referenced in function "bool __cdecl readXMLContentString(struct _xmlNode *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?readXMLContentString@@YA_NPAU_xmlNode@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>C:\Users\user\Documents\Visual Studio 2010\Projects\Otserv\Debug\Otserv.exe : fatal error LNK1120: 92 unresolved externals
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
 
Back
Top