- Katılım
- 16 Eyl 2011
- Konular
- 64
- Mesajlar
- 713
- Çözüm
- 13
- Online süresi
- 8d 5h
- Reaksiyon Skoru
- 90
- Altın Konu
- 0
- Başarım Puanı
- 143
- MmoLira
- 942
- DevLira
- 0
HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
Merhaba
Offline shop eklemek için uğraşıyorum yaklaşık 1 haftadır fakat ekleyemiyorum sürekli bir hata veriyor daha server kısmının içinden çıkamadım kaldı ki client kısmı var daha.
lütfen eklememde yardımcı olabilecek birisi ulaşabilir mi?
Build ederken aldığım hatalar;
Offline shop eklemek için uğraşıyorum yaklaşık 1 haftadır fakat ekleyemiyorum sürekli bir hata veriyor daha server kısmının içinden çıkamadım kaldı ki client kısmı var daha.
lütfen eklememde yardımcı olabilecek birisi ulaşabilir mi?
Build ederken aldığım hatalar;
Kod:
compiling BattleArena.cpp
compiling FSM.cpp
compiling MarkConvert.cpp
compiling MarkImage.cpp
compiling MarkManager.cpp
compiling OXEvent.cpp
compiling TrafficProfiler.cpp
compiling ani.cpp
compiling arena.cpp
compiling banword.cpp
compiling battle.cpp
compiling blend_item.cpp
compiling block_country.cpp
compiling buffer_manager.cpp
compiling building.cpp
compiling castle.cpp
compiling char.cpp
compiling char_affect.cpp
compiling char_battle.cpp
compiling char_change_empire.cpp
compiling char_horse.cpp
compiling char_item.cpp
compiling char_manager.cpp
compiling char_quickslot.cpp
compiling char_resist.cpp
compiling char_skill.cpp
compiling char_state.cpp
compiling PetSystem.cpp
compiling cmd.cpp
char.cpp: In member function 'void CHARACTER::Destroy()':
char.cpp:485: error: 'is_valid_regen' was not declared in this scope
compiling cmd_emotion.cpp
char.cpp: In member function 'void CHARACTER::OpenMyShop(const char*, TShopItemTable*, BYTE, DWORD)':
char.cpp:1096: error: 'unique_ptr' is not a member of 'std'
char.cpp:1096: error: expected primary-expression before '>' token
char.cpp:1096: error: 'pkMsg' was not declared in this scope
compiling cmd_general.cpp
compiling cmd_gm.cpp
compiling cmd_oxevent.cpp
Makefile:189: recipe for target '.obj/char.o' failed
gmake: *** [.obj/char.o] Error 1
gmake: *** Waiting for unfinished jobs....
char_skill.cpp: In member function 'bool CHARACTER::CheckSkillHitCount(BYTE, VID)':
char_skill.cpp:3753: error: conversion from 'boost::unordered_detail::hash_iterator<std::allocator<std::pair<const unsigned int, unsigned int> >, boost::unordered_detail::ungrouped>' to non-scalar type 'boost::unordered_detail::hash_iterator<std::allocator<std::pair<const VID, unsigned int> >, boost::unordered_detail::ungrouped>' requested
char_skill.cpp:3755: error: no match for 'operator!=' in 'rSkillUseInfo->TSkillUseInfo::TargetVIDMap.boost::unordered_map<K, T, H, P, A>::end [with K = unsigned int, T = unsigned int, H = boost::hash<unsigned int>, P = std::equal_to<unsigned int>, A = std::allocator<std::pair<const unsigned int, unsigned int> >]() != iterTargetMap'
../../../Extern/include/boost/unordered/detail/fwd.hpp:926: note: candidates are: bool boost::unordered_detail::hash_iterator<A, G>::operator!=(const boost::unordered_detail::hash_iterator<A, G>&) const [with A = std::allocator<std::pair<const unsigned int, unsigned int> >, G = boost::unordered_detail::ungrouped]
../../../Extern/include/boost/unordered/detail/fwd.hpp:929: note: bool boost::unordered_detail::hash_iterator<A, G>::operator!=(const boost::unordered_detail::hash_const_iterator<A, G>&) const [with A = std::allocator<std::pair<const unsigned int, unsigned int> >, G = boost::unordered_detail::ungrouped]
affect_flag.h:64: note: bool operator!=(const TAffectFlag&, const TAffectFlag&)
Makefile:189: recipe for target '.obj/char_skill.o' failed
gmake: *** [.obj/char_skill.o] Error 1
cmd_gm.cpp: In function 'void do_purge(CHARACTER*, const char*, int, int)':
cmd_gm.cpp:918: error: 'class CHARACTER_MANAGER' has no member named 'DestroyCharacterInMap'
cmd_gm.cpp: In function 'void do_reload(CHARACTER*, const char*, int, int)':
cmd_gm.cpp:2427: error: no matching function for call to 'ITEM_MANAGER::ReadEtcDropItemFile(char [256], bool)'
item_manager.h:398: note: candidates are: bool ITEM_MANAGER::ReadEtcDropItemFile(const char*)
cmd_gm.cpp:2433: error: no matching function for call to 'ITEM_MANAGER::ReadSpecialDropItemFile(char [256], bool)'
item_manager.h:401: note: candidates are: bool ITEM_MANAGER::ReadSpecialDropItemFile(const char*)
cmd_gm.cpp:2439: error: no matching function for call to 'ITEM_MANAGER::ReadMonsterDropItemGroup(char [256], bool)'
item_manager.h:400: note: candidates are: bool ITEM_MANAGER::ReadMonsterDropItemGroup(const char*)
cmd_gm.cpp:2455: error: no matching function for call to 'CMobManager::LoadGroup(char [256], bool)'
mob_manager.h:134: note: candidates are: bool CMobManager::LoadGroup(const char*)
cmd_gm.cpp:2459: error: no matching function for call to 'CMobManager::LoadGroupGroup(char [256], bool)'
mob_manager.h:135: note: candidates are: bool CMobManager::LoadGroupGroup(const char*)
cmd_gm.cpp:2465: error: 'regen_free_map' was not declared in this scope
cmd_gm.cpp:2466: error: 'class CHARACTER_MANAGER' has no member named 'DestroyCharacterInMap'
cmd_gm.cpp:2467: error: 'regen_reload' was not declared in this scope
cmd_gm.cpp: In function 'void do_free_regen(CHARACTER*, const char*, int, int)':
cmd_gm.cpp:4807: error: 'regen_free_map' was not declared in this scope
Makefile:189: recipe for target '.obj/cmd_gm.o' failed
gmake: *** [.obj/cmd_gm.o] Error 1
Son düzenleme:


