• 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!

[Compiling]MSVC - Compiling TFS under Windows - EASY WAY!

Code:
1>------ Rebuild All started: Project: The Forgotten Server, Configuration: Release x64 ------
1>Build started 20-4-2011 20:56:43.
1>_PrepareForClean:
1>  Deleting file "x64\Release\The Forgotten Server.lastbuildstate".
1>InitializeBuildStatus:
1>  Touching "x64\Release\The Forgotten Server.unsuccessfulbuild".
1>ClCompile:
1>  actions.cpp
1>  admin.cpp
1>  allocator.cpp
1>  baseevents.cpp
1>  beds.cpp
1>  chat.cpp
1>  combat.cpp
1>  condition.cpp
1>  configmanager.cpp
1>  connection.cpp
1>  container.cpp
1>  creature.cpp
1>  creatureevent.cpp
1>  cylinder.cpp
1>  database.cpp
1>  databasemanager.cpp
1>  databasemysql.cpp
1>  databasesqlite.cpp
1>  depot.cpp
1>  dispatcher.cpp
1>  Generating Code...
1>  Compiling...
1>  exception.cpp
1>  fileloader.cpp
1>  game.cpp
1>  gameservers.cpp
1>  globalevent.cpp
1>  group.cpp
1>  house.cpp
1>  housetile.cpp
1>  ioban.cpp
1>  ioguild.cpp
1>  iologindata.cpp
1>  iomap.cpp
1>  iomapserialize.cpp
1>  item.cpp
1>  itemattributes.cpp
1>  items.cpp
1>  luascript.cpp
1>  mailbox.cpp
1>  manager.cpp
1>  map.cpp
1>  Generating Code...
1>  Compiling...
1>  monster.cpp
1>  monsters.cpp
1>  mounts.cpp
1>  movement.cpp
1>  networkmessage.cpp
1>  npc.cpp
1>  otpch.cpp
1>  otserv.cpp
1>..\otserv.cpp(243): warning C4273: 'getch' : inconsistent dll linkage
1>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\conio.h(128) : see previous definition of 'getch'
1>  outfit.cpp
1>  outputmessage.cpp
1>  party.cpp
1>  player.cpp
1>  position.cpp
1>  protocol.cpp
1>  protocolgame.cpp
1>  protocolhttp.cpp
1>  protocollogin.cpp
1>  protocolold.cpp
1>  quests.cpp
1>  raids.cpp
1>  Generating Code...
1>  Compiling...
1>  scheduler.cpp
1>  scriptmanager.cpp
1>  server.cpp
1>  spawn.cpp
1>  spells.cpp
1>  status.cpp
1>  talkaction.cpp
1>  teleport.cpp
1>  textlogger.cpp
1>  thing.cpp
1>  tile.cpp
1>  tools.cpp
1>  trashholder.cpp
1>  vocation.cpp
1>  waitlist.cpp
1>  weapons.cpp
1>  Generating Code...
1>LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc100-mt-1_44.lib'
1>
1>Build FAILED.
1>
1>Time Elapsed 00:04:44.74
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

this is wat i get now, also a warning of a inconsistent dll linkage, lol
 
so far i am getting more progress, i will let u guys now :)

libboost_regex-vc100-mt-1_44.lib
libboost_system-vc100-mt-1_44.lib
libboost_date_time-vc100-mt-1_44.lib
libboost_thread-vc100-mt-1_44.lib
libboost_filesystem-vc100-mt-1_44.lib

those files its missing when i was try to compile 64x and after it i get this:
Code:
1>libboost_filesystem-vc100-mt-1_44.lib(v2_operations.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'

edit: i fixed this now tough and more new bunch of errors :D
 
Last edited:
hi guys, i downloaded 1.46 libs for 64x system

and the 1 error is gone as my post above.

just now i get a new bunch of errors :w00t:

Code:
1>     Creating library C:\Users\Chris\Desktop\trunk.r4368\vc10\x64\Release\The Forgotten Server.lib and object C:\Users\Chris\Desktop\trunk.r4368\vc10\x64\Release\The Forgotten Server.exp
1>talkaction.obj : error LNK2001: unresolved external symbol lua_pushnumber
1>weapons.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>spells.obj : error LNK2001: unresolved external symbol lua_pushnumber
1>actions.obj : error LNK2019: unresolved external symbol lua_pushnumber referenced in function "public: virtual bool __cdecl Action::executeUse(class Player *,class Item *,class PositionEx const &,class PositionEx const &,bool,unsigned int)" (?executeUse@Action@@UEAA_NPEAVPlayer@@PEAVItem@@AEBVPositionEx@@2_NI@Z)
1>combat.obj : error LNK2001: unresolved external symbol lua_pushnumber
1>creatureevent.obj : error LNK2001: unresolved external symbol lua_pushnumber
1>globalevent.obj : error LNK2001: unresolved external symbol lua_pushnumber
1>vocation.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>raids.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>scriptmanager.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>spawn.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>status.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>mounts.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>quests.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>group.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>monsters.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>baseevents.obj : error LNK2019: unresolved external symbol xmlFreeDoc referenced in function "public: bool __cdecl BaseEvents::loadFromXml(void)" (?loadFromXml@BaseEvents@@QEAA_NXZ)
1>chat.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>game.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>gameservers.obj : error LNK2001: unresolved external symbol xmlFreeDoc
1>tools.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>vocation.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>quests.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>raids.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>scriptmanager.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>spawn.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>monsters.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>mounts.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>npc.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>outfit.obj : error LNK2019: unresolved external symbol xmlStrcmp referenced in function "class boost::shared_ptr<class boost::exception_detail::clone_base const > __cdecl boost::exception_detail::get_bad_alloc<42>(void)" (??$get_bad_alloc@$0CK@@exception_detail@boost@@YA?AV?$shared_ptr@$$CBVclone_base@exception_detail@boost@@@1@XZ)
1>group.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>house.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>item.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>items.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>baseevents.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>chat.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>game.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>gameservers.obj : error LNK2001: unresolved external symbol xmlStrcmp
1>raids.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>scriptmanager.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>spawn.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>vocation.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>mounts.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>npc.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>outfit.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>quests.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>group.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>monsters.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>baseevents.obj : error LNK2019: unresolved external symbol xmlDocGetRootElement referenced in function "public: bool __cdecl BaseEvents::loadFromXml(void)" (?loadFromXml@BaseEvents@@QEAA_NXZ)
1>chat.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>game.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>gameservers.obj : error LNK2001: unresolved external symbol xmlDocGetRootElement
1>raids.obj : error LNK2001: unresolved external symbol xmlParseFile
1>scriptmanager.obj : error LNK2001: unresolved external symbol xmlParseFile
1>spawn.obj : error LNK2001: unresolved external symbol xmlParseFile
1>vocation.obj : error LNK2001: unresolved external symbol xmlParseFile
1>mounts.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>quests.obj : error LNK2001: unresolved external symbol xmlParseFile
1>group.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>monsters.obj : error LNK2001: unresolved external symbol xmlParseFile
1>baseevents.obj : error LNK2019: unresolved external symbol xmlParseFile referenced in function "public: bool __cdecl BaseEvents::loadFromXml(void)" (?loadFromXml@BaseEvents@@QEAA_NXZ)
1>chat.obj : error LNK2001: unresolved external symbol xmlParseFile
1>game.obj : error LNK2001: unresolved external symbol xmlParseFile
1>gameservers.obj : error LNK2001: unresolved external symbol xmlParseFile
1>combat.obj : error LNK2019: unresolved external symbol lua_pcall referenced in function "public: void __cdecl ValueCallback::getMinMaxValues(class Player *,int &,int &,bool)const " (?getMinMaxValues@ValueCallback@@QEBAXPEAVPlayer@@AEAH1_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 __cdecl ValueCallback::getMinMaxValues(class Player *,int &,int &,bool)const " (?getMinMaxValues@ValueCallback@@QEBAXPEAVPlayer@@AEAH1_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 __cdecl ConfigManager::load(void)" (?load@ConfigManager@@QEAA_NXZ)
1>luascript.obj : error LNK2001: unresolved external symbol luaL_loadfile
1>configmanager.obj : error LNK2019: unresolved external symbol luaL_openlibs referenced in function "public: bool __cdecl ConfigManager::load(void)" (?load@ConfigManager@@QEAA_NXZ)
1>luascript.obj : error LNK2001: unresolved external symbol luaL_openlibs
1>configmanager.obj : error LNK2019: unresolved external symbol luaL_newstate referenced in function "public: bool __cdecl ConfigManager::load(void)" (?load@ConfigManager@@QEAA_NXZ)
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 __cdecl ConfigManager::load(void)" (?load@ConfigManager@@QEAA_NXZ)
1>luascript.obj : error LNK2001: unresolved external symbol lua_close
1>creatureevent.obj : error LNK2019: unresolved external symbol lua_pushboolean referenced in function "public: unsigned int __cdecl CreatureEvent::executeLogout(class Player *,bool)" (?executeLogout@CreatureEvent@@QEAAIPEAVPlayer@@_N@Z)
1>luascript.obj : error LNK2001: unresolved external symbol lua_pushboolean
1>movement.obj : error LNK2001: unresolved external symbol lua_pushboolean
1>npc.obj : error LNK2001: unresolved external symbol lua_pushboolean
1>creatureevent.obj : error LNK2019: unresolved external symbol lua_settable referenced in function "public: unsigned int __cdecl CreatureEvent::executeChannelLeave(class Player *,unsigned short,class std::map<unsigned int,class Player *,struct std::less<unsigned int>,class std::allocator<struct std::pair<unsigned int const ,class Player *> > >)" (?executeChannelLeave@CreatureEvent@@QEAAIPEAVPlayer@@GV?$map@IPEAVPlayer@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPEAVPlayer@@@std@@@3@@std@@@Z)
1>luascript.obj : error LNK2001: unresolved external symbol lua_settable
1>creatureevent.obj : error LNK2019: unresolved external symbol lua_createtable referenced in function "public: unsigned int __cdecl CreatureEvent::executeChannelLeave(class Player *,unsigned short,class std::map<unsigned int,class Player *,struct std::less<unsigned int>,class std::allocator<struct std::pair<unsigned int const ,class Player *> > >)" (?executeChannelLeave@CreatureEvent@@QEAAIPEAVPlayer@@GV?$map@IPEAVPlayer@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPEAVPlayer@@@std@@@3@@std@@@Z)
1>luascript.obj : error LNK2001: unresolved external symbol lua_createtable
1>npc.obj : error LNK2001: unresolved external symbol lua_createtable
1>creatureevent.obj : error LNK2019: unresolved external symbol lua_pushstring referenced in function "public: unsigned int __cdecl CreatureEvent::executeTextEdit(class Player *,class Item *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?executeTextEdit@CreatureEvent@@QEAAIPEAVPlayer@@PEAVItem@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>luascript.obj : error LNK2001: unresolved external symbol lua_pushstring
1>npc.obj : error LNK2001: unresolved external symbol lua_pushstring
1>talkaction.obj : error LNK2001: unresolved external symbol lua_pushstring
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_fetch_row referenced in function "public: virtual bool __cdecl MySQLResult::next(void)" (?next@MySQLResult@@UEAA_NXZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_error referenced in function "public: virtual bool __cdecl DatabaseMySQL::connect(bool)" (?connect@DatabaseMySQL@@UEAA_N_N@Z)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_errno referenced in function "public: virtual bool __cdecl DatabaseMySQL::connect(bool)" (?connect@DatabaseMySQL@@UEAA_N_N@Z)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_real_connect referenced in function "public: virtual bool __cdecl DatabaseMySQL::connect(bool)" (?connect@DatabaseMySQL@@UEAA_N_N@Z)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_rollback referenced in function "public: virtual bool __cdecl DatabaseMySQL::rollback(void)" (?rollback@DatabaseMySQL@@UEAA_NXZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_commit referenced in function "public: virtual bool __cdecl DatabaseMySQL::commit(void)" (?commit@DatabaseMySQL@@UEAA_NXZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_free_result referenced in function "public: virtual bool __cdecl DatabaseMySQL::query(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?query@DatabaseMySQL@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_store_result referenced in function "public: virtual bool __cdecl DatabaseMySQL::query(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?query@DatabaseMySQL@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_real_query referenced in function "public: virtual bool __cdecl DatabaseMySQL::query(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?query@DatabaseMySQL@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_fetch_lengths referenced in function "public: virtual char const * __cdecl MySQLResult::getDataStream(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned __int64 &)" (?getDataStream@MySQLResult@@UEAAPEBDAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEA_K@Z)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_real_escape_string referenced in function "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl DatabaseMySQL::escapeBlob(char const *,unsigned int)" (?escapeBlob@DatabaseMySQL@@UEAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBDI@Z)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_close referenced in function "public: virtual __cdecl DatabaseMySQL::~DatabaseMySQL(void)" (??1DatabaseMySQL@@UEAA@XZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_insert_id referenced in function "public: virtual unsigned __int64 __cdecl DatabaseMySQL::getLastInsertId(void)" (?getLastInsertId@DatabaseMySQL@@UEAA_KXZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_ping referenced in function "protected: virtual void __cdecl DatabaseMySQL::keepAlive(void)" (?keepAlive@DatabaseMySQL@@MEAAXXZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_fetch_field referenced in function "protected: __cdecl MySQLResult::MySQLResult(struct st_mysql_res *)" (??0MySQLResult@@IEAA@PEAUst_mysql_res@@@Z)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_get_client_version referenced in function "public: __cdecl DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QEAA@XZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_options referenced in function "public: __cdecl DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QEAA@XZ)
1>databasemysql.obj : error LNK2019: unresolved external symbol mysql_init referenced in function "public: __cdecl DatabaseMySQL::DatabaseMySQL(void)" (??0DatabaseMySQL@@QEAA@XZ)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_close referenced in function "public: __cdecl DatabaseSQLite::DatabaseSQLite(void)" (??0DatabaseSQLite@@QEAA@XZ)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_errmsg referenced in function "public: __cdecl DatabaseSQLite::DatabaseSQLite(void)" (??0DatabaseSQLite@@QEAA@XZ)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_errcode referenced in function "public: __cdecl DatabaseSQLite::DatabaseSQLite(void)" (??0DatabaseSQLite@@QEAA@XZ)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_open referenced in function "public: __cdecl DatabaseSQLite::DatabaseSQLite(void)" (??0DatabaseSQLite@@QEAA@XZ)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_last_insert_rowid referenced in function "public: virtual unsigned __int64 __cdecl DatabaseSQLite::getLastInsertId(void)" (?getLastInsertId@DatabaseSQLite@@UEAA_KXZ)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_column_int referenced in function "public: virtual int __cdecl SQLiteResult::getDataInt(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getDataInt@SQLiteResult@@UEAAHAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_column_int64 referenced in function "public: virtual __int64 __cdecl SQLiteResult::getDataLong(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getDataLong@SQLiteResult@@UEAA_JAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_column_bytes referenced in function "public: virtual char const * __cdecl SQLiteResult::getDataStream(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned __int64 &)" (?getDataStream@SQLiteResult@@UEAAPEBDAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEA_K@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_column_blob referenced in function "public: virtual char const * __cdecl SQLiteResult::getDataStream(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned __int64 &)" (?getDataStream@SQLiteResult@@UEAAPEBDAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEA_K@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_column_text referenced in function "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl SQLiteResult::getDataString(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getDataString@SQLiteResult@@UEAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV23@@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_step referenced in function "public: virtual bool __cdecl DatabaseSQLite::query(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?query@DatabaseSQLite@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_finalize referenced in function "public: virtual bool __cdecl DatabaseSQLite::query(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?query@DatabaseSQLite@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_prepare_v2 referenced in function "public: virtual bool __cdecl DatabaseSQLite::query(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?query@DatabaseSQLite@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_column_name referenced in function "protected: __cdecl SQLiteResult::SQLiteResult(struct sqlite3_stmt *)" (??0SQLiteResult@@IEAA@PEAUsqlite3_stmt@@@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_column_count referenced in function "protected: __cdecl SQLiteResult::SQLiteResult(struct sqlite3_stmt *)" (??0SQLiteResult@@IEAA@PEAUsqlite3_stmt@@@Z)
1>databasesqlite.obj : error LNK2019: unresolved external symbol sqlite3_snprintf referenced in function "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl DatabaseSQLite::escapeString(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?escapeString@DatabaseSQLite@@UEAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV23@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_remove referenced in function "public: bool __cdecl LuaInterface::pushFunction(int)" (?pushFunction@LuaInterface@@QEAA_NH@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_rawget referenced in function "public: bool __cdecl LuaInterface::pushFunction(int)" (?pushFunction@LuaInterface@@QEAA_NH@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_type referenced in function "public: bool __cdecl LuaInterface::pushFunction(int)" (?pushFunction@LuaInterface@@QEAA_NH@Z)
1>npc.obj : error LNK2001: unresolved external symbol lua_type
1>luascript.obj : error LNK2019: unresolved external symbol lua_getfield referenced in function "public: bool __cdecl LuaInterface::pushFunction(int)" (?pushFunction@LuaInterface@@QEAA_NH@Z)
1>npc.obj : error LNK2001: unresolved external symbol lua_getfield
1>luascript.obj : error LNK2019: unresolved external symbol lua_call referenced in function "public: static int __cdecl LuaInterface::handleFunction(struct lua_State *)" (?handleFunction@LuaInterface@@SAHPEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_pushinteger referenced in function "public: static int __cdecl LuaInterface::handleFunction(struct lua_State *)" (?handleFunction@LuaInterface@@SAHPEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_pushvalue referenced in function "public: static int __cdecl LuaInterface::handleFunction(struct lua_State *)" (?handleFunction@LuaInterface@@SAHPEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_settop referenced in function "public: static int __cdecl LuaInterface::handleFunction(struct lua_State *)" (?handleFunction@LuaInterface@@SAHPEAUlua_State@@@Z)
1>npc.obj : error LNK2001: unresolved external symbol lua_settop
1>luascript.obj : error LNK2019: unresolved external symbol lua_rawgeti referenced in function "public: static void __cdecl LuaInterface::pushCallback(struct lua_State *,int)" (?pushCallback@LuaInterface@@SAXPEAUlua_State@@H@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_toboolean referenced in function "public: static bool __cdecl LuaInterface::popBoolean(struct lua_State *)" (?popBoolean@LuaInterface@@SA_NPEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_tonumber referenced in function "public: static __int64 __cdecl LuaInterface::popNumber(struct lua_State *)" (?popNumber@LuaInterface@@SA_JPEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol luaL_ref referenced in function "public: static int __cdecl LuaInterface::popCallback(struct lua_State *)" (?popCallback@LuaInterface@@SAHPEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_gettable referenced in function "public: static __int64 __cdecl LuaInterface::getField(struct lua_State *,char const *)" (?getField@LuaInterface@@SA_JPEAUlua_State@@PEBD@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_pushlstring referenced in function "public: static void __cdecl LuaInterface::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@LuaInterface@@SAXPEAUlua_State@@0@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_tolstring referenced in function "public: static void __cdecl LuaInterface::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@LuaInterface@@SAXPEAUlua_State@@0@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_insert referenced in function "public: static void __cdecl LuaInterface::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@LuaInterface@@SAXPEAUlua_State@@0@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_next referenced in function "public: static void __cdecl LuaInterface::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@LuaInterface@@SAXPEAUlua_State@@0@Z)
1>npc.obj : error LNK2001: unresolved external symbol lua_next
1>luascript.obj : error LNK2019: unresolved external symbol lua_pushnil referenced in function "public: static void __cdecl LuaInterface::moveValue(struct lua_State *,struct lua_State *)" (?moveValue@LuaInterface@@SAXPEAUlua_State@@0@Z)
1>npc.obj : error LNK2001: unresolved external symbol lua_pushnil
1>luascript.obj : error LNK2019: unresolved external symbol lua_typename referenced in function "public: void __cdecl LuaInterface::dumpStack(struct lua_State *)" (?dumpStack@LuaInterface@@QEAAXPEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_topointer referenced in function "public: void __cdecl LuaInterface::dumpStack(struct lua_State *)" (?dumpStack@LuaInterface@@QEAAXPEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_isnumber referenced in function "public: static double __cdecl LuaInterface::getGlobalDouble(struct lua_State *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,double)" (?getGlobalDouble@LuaInterface@@SANPEAUlua_State@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@N@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_isstring referenced in function "public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl LuaInterface::popString(struct lua_State *)" (?popString@LuaInterface@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol lua_pushcclosure referenced in function "public: bool __cdecl LuaInterface::callFunction(unsigned int)" (?callFunction@LuaInterface@@QEAA_NI@Z)
1>movement.obj : error LNK2001: unresolved external symbol lua_pushcclosure
1>npc.obj : error LNK2001: unresolved external symbol lua_pushcclosure
1>luascript.obj : error LNK2019: unresolved external symbol lua_objlen referenced in function "public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl LuaInterface::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@LuaInterface@@SA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAUlua_State@@AEBV23@1@Z)
1>luascript.obj : error LNK2019: unresolved external symbol luaL_unref referenced in function "protected: static int __cdecl LuaInterface::luaStopEvent(struct lua_State *)" (?luaStopEvent@LuaInterface@@KAHPEAUlua_State@@@Z)
1>npc.obj : error LNK2001: unresolved external symbol luaL_unref
1>luascript.obj : error LNK2019: unresolved external symbol lua_setfield referenced in function "public: int __cdecl LuaInterface::getEvent(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getEvent@LuaInterface@@QEAAHAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>movement.obj : error LNK2001: unresolved external symbol lua_setfield
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 __cdecl LuaInterface::getEvent(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?getEvent@LuaInterface@@QEAAHAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol luaL_loadbuffer referenced in function "public: bool __cdecl LuaInterface::loadBuffer(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Npc *)" (?loadBuffer@LuaInterface@@QEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAVNpc@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol luaL_loadstring referenced in function "protected: static int __cdecl LuaInterface::luaL_loadmodlib(struct lua_State *)" (?luaL_loadmodlib@LuaInterface@@KAHPEAUlua_State@@@Z)
1>luascript.obj : error LNK2019: unresolved external symbol luaL_register referenced in function "protected: virtual void __cdecl LuaInterface::registerFunctions(void)" (?registerFunctions@LuaInterface@@MEAAXXZ)
1>otserv.obj : error LNK2019: unresolved external symbol ERR_error_string referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol ERR_get_error referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol ERR_load_crypto_strings referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol BN_mod_inverse referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol BN_div referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol BN_CTX_get referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol BN_CTX_start referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol BN_CTX_new referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol RSA_check_key referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol BN_dec2bn referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>otserv.obj : error LNK2019: unresolved external symbol RSA_new referenced in function "void __cdecl otserv(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class ServiceManager *)" (?otserv@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@PEAVServiceManager@@@Z)
1>protocol.obj : error LNK2019: unresolved external symbol RSA_private_decrypt referenced in function "protected: bool __cdecl Protocol::RSA_decrypt(class NetworkMessage &)" (?RSA_decrypt@Protocol@@IEAA_NAEAVNetworkMessage@@@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> > __cdecl Status::getStatusString(bool)const " (?getStatusString@Status@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
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> > __cdecl Status::getStatusString(bool)const " (?getStatusString@Status@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
1>status.obj : error LNK2019: unresolved external symbol xmlNodeSetContent referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl Status::getStatusString(bool)const " (?getStatusString@Status@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
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> > __cdecl Status::getStatusString(bool)const " (?getStatusString@Status@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
< i removed some since its to long>
1>
1>Build FAILED.
1>
1>Time Elapsed 00:05:06.95
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

any suggestions how i could solve this? :cool:
 
Thumbs up dude, didn't know that it supports MVC++ , editing now became much more easier :)
 
Just like the post and rep me , I'll be always trying to help our community :)
 
ive got problem:
Code:
1>..\luascript.cpp(746): error C2039: 'string' : is not a member of 'std::basic_string<_Elem,_Traits,_Ax>'
1>          with
1>          [
1>              _Elem=char,
1>              _Traits=std::char_traits<char>,
1>              _Ax=std::allocator<char>
1>          ]
1>..\luascript.cpp(754): error C2039: 'string' : is not a member of 'std::basic_string<_Elem,_Traits,_Ax>'
1>          with
1>          [
1>              _Elem=char,
1>              _Traits=std::char_traits<char>,
1>              _Ax=std::allocator<char>
1>          ]

something is wrong here:
Code:
s = it->path().filename().[COLOR="red"]string()[/COLOR];

PS few minutes ago i succeed compile otserv (0.6.3), so i dont know why it doesnt work
PS 2 ive got fresh boost
 
gimme a free premium subscription ? xD
but i'll always try to help OT community ' :)
 
I'm Brazilian also, I can't understand a thing on your explanation, could you send me this in portuguese? I would appreciate :)
 
Anyway, I tried to compile with VC10 Ultimate on my x64 platform, but it failed with this error
Code:
1>chat.obj : fatal error LNK1235: corrupt or invalid COFF symbol table
Anyone know how fatal this error is :D?
P.S.
Have anyone successfully compiled on x64 platform?
 
Well, i did the steps till 2nd step..
1 STEP: First of all , Install MSVC and Extract Libraries anywhere you want it.
2 STEP: Open MSVC and then , click on "Open Project"
On the 3rd step..
3 STEP: Go to your source directory -> Obj10 then , Open TFS Project
I can't see Obj10, is it a file or folder or what, I got my naxedot8 sources folder, in it theres
dev-cpp then NaxedOt.exe.. It's the only file i can load with MSVC, when i load it, next step says
4 STEP: Left click on TFS project and then open -> Properties
Well, i left clicked it, then right clicked it then went to properties, now step 5 says
5 STEP: Goto -> C/C++ -> General -> Additional Include Directories and then add "include" directory from where you have unpacked Libs
But all i can see when i clicked properties is.. A general tab
Under it theres
--Applications
-Executable
--Parmaters
-Arguments
-Attach = no
-Connection = Local debugger
-Debugger type = Auto
-Enviroment = Default
-Machine = xxxxxx
-Sql Debug Engine = no
-Working directory = C:\Users\xxxx\Desktop\NaxdeOt Sources 8\dev-cpp

I think i did a whole huge ass fault!
 
1>------ Rebuild All started: Project: The Forgotten Server, Configuration: Debug Win32 ------
1> otpch.cpp
1> actions.cpp
1> admin.cpp
1> allocator.cpp
1> baseevents.cpp
1> beds.cpp
1> chat.cpp
1> combat.cpp
1> condition.cpp
1> configmanager.cpp
1> connection.cpp
1> container.cpp
1> creature.cpp
1> creatureevent.cpp
1> cylinder.cpp
1> database.cpp
1> databasemanager.cpp
1> databasemysql.cpp
1> databasesqlite.cpp
1> depot.cpp
1> dispatcher.cpp
1> exception.cpp
1> fileloader.cpp
1> game.cpp
1> gameservers.cpp
1> globalevent.cpp
1> group.cpp
1> house.cpp
1> housetile.cpp
1> ioban.cpp
1> ioguild.cpp
1> iologindata.cpp
1> iomap.cpp
1> iomapserialize.cpp
1> item.cpp
1> itemattributes.cpp
1> items.cpp
1> luascript.cpp
1> mailbox.cpp
1> manager.cpp
1> map.cpp
1> monster.cpp
1> monsters.cpp
1> mounts.cpp
1> movement.cpp
1> networkmessage.cpp
1> npc.cpp
1> otserv.cpp
1> outfit.cpp
1> outputmessage.cpp
1> party.cpp
1> player.cpp
1> position.cpp
1> protocol.cpp
1> protocolgame.cpp
1> protocolhttp.cpp
1> protocollogin.cpp
1> protocolold.cpp
1> quests.cpp
1> raids.cpp
1> scheduler.cpp
1> scriptmanager.cpp
1> server.cpp
1> spawn.cpp
1> spells.cpp
1> status.cpp
1> talkaction.cpp
1> teleport.cpp
1> textlogger.cpp
1> thing.cpp
1> tile.cpp
1> tools.cpp
1> trashholder.cpp
1> vocation.cpp
1> waitlist.cpp
1> weapons.cpp
1>LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc100-mt-sgd-1_44.lib'
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========


HELP!
 
I'm having trouble on step #3 & #5

I can't find anything labeled Obj10 I did find a obj folder but it was empty.

Any help as to what file I'm supposed to be opening?
 
Back
Top