can't compile it always get a errors (1 failed) can we find the patch already compile somewhere ?
there is the error
2> Creating library .\\mangosd__Win32_Release\\mangosd.lib and object .\\mangosd__Win32_Release\\mangosd.exp
2>game.lib(MapManager.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall MapUpdater::~MapUpdater(void)" (??1MapUpdater@@UAE@XZ) referenced in function __unwindfunclet$??0MapManager@@AAE@XZ$0
2>game.lib(MapManager.obj) : error LNK2019: unresolved external symbol "public: __thiscall MapUpdater::MapUpdater(void)" (??0MapUpdater@@QAE@XZ) referenced in function "private: __thiscall MapManager::MapManager(void)" (??0MapManager@@AAE@XZ)
2>game.lib(MapManager.obj) : error LNK2019: unresolved external symbol "public: int __thiscall MapUpdater::activate(unsigned int)" (?activate@MapUpdater@@QAEHI@Z) referenced in function "public: void __thiscall MapManager::Initialize(void)" (?Initialize@MapManager@@QAEXXZ)
2>game.lib(MapManager.obj) : error LNK2019: unresolved external symbol "public: int __thiscall MapUpdater::wait(void)" (?wait@MapUpdater@@QAEHXZ) referenced in function "public: void __thiscall MapManager::Update(unsigned int)" (?Update@MapManager@@QAEXI@Z)
2>game.lib(MapManager.obj) : error LNK2019: unresolved external symbol "public: int __thiscall MapUpdater::schedule_update(class Map &,unsigned int)" (?schedule_update@MapUpdater@@QAEHAAVMap@@I@Z) referenced in function "public: void __thiscall MapManager::Update(unsigned int)" (?Update@MapManager@@QAEXI@Z)
2>game.lib(MapManager.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall MapUpdater::activated(void)" (?activated@MapUpdater@@QAE_NXZ) referenced in function "public: void __thiscall MapManager::Update(unsigned int)" (?Update@MapManager@@QAEXI@Z)
2>game.lib(MapManager.obj) : error LNK2019: unresolved external symbol "public: int __thiscall MapUpdater::Deactivate(void)" (?deactivate@MapUpdater@@QAEHXZ) referenced in function "public: void __thiscall MapManager::UnloadAll(void)" (?UnloadAll@MapManager@@QAEXXZ)
2>..\\..\\bin\\Win32_Release\\mangosd.exe : fatal error LNK1120: 7 unresolved externals
2>Build log was saved at "file://f:\\vehicle\\win\\VC80\\mangosd__Win32_Release\\BuildLog.htm"
2>mangosd - 8 error(s), 0 warning(s)