Menu

gettin errors at building Injection.dll ...

Help
Hans Meier
2003-07-31
2003-07-31
  • Hans Meier

    Hans Meier - 2003-07-31

    Linking...
    Injection.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall InjectionGUI::~InjectionGUI(void)" (??1InjectionGUI@@UAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall ConfigManager::~ConfigManager(void)" (??1ConfigManager@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall Logger::~Logger(void)" (??1Logger@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall Skills::Skills(class ClientInterface &,class TargetInterface &)" (??0Skills@@QAE@AAVClientInterface@@AAVTargetInterface@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall Spells::Spells(class ClientInterface &,class TargetInterface &)" (??0Spells@@QAE@AAVClientInterface@@AAVTargetInterface@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall SocketHookSet::SocketHookSet(class HookCallbackInterface &)" (??0SocketHookSet@@QAE@AAVHookCallbackInterface@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall CounterManager::CounterManager(class CounterCallbackInterface &,class CharacterConfig * &)" (??0CounterManager@@QAE@AAVCounterCallbackInterface@@AAPAVCharacterConfig@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall InjectionGUI::InjectionGUI(class GUICallbackInterface &,class ConfigManager &)" (??0InjectionGUI@@QAE@AAVGUICallbackInterface@@AAVConfigManager@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall ConfigManager::ConfigManager(void)" (??0ConfigManager@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall Logger::Logger(void)" (??0Logger@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "void __cdecl log_flush(void)" (?log_flush@@YAXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall ConfigManager::save(void)const " (?save@ConfigManager@@QBEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall SocketHookSet::~SocketHookSet(void)" (??1SocketHookSet@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall VendorHandler::~VendorHandler(void)" (??1VendorHandler@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall MenuHandler::~MenuHandler(void)" (??1MenuHandler@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall RunebookHandler::~RunebookHandler(void)" (??1RunebookHandler@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall DressHandler::~DressHandler(void)" (??1DressHandler@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall HotkeyHook::~HotkeyHook(void)" (??1HotkeyHook@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall World::~World(void)" (??1World@@QAE@XZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall InjectionGUI::init(void)" (?init@InjectionGUI@@QAE_NXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall SocketHookSet::install(void)" (?install@SocketHookSet@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall ConfigManager::load(char const *)" (?load@ConfigManager@@QAE_NPBD@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall InjectionGUI::disconnected(void)" (?disconnected@InjectionGUI@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall CounterManager::disconnected(void)" (?disconnected@CounterManager@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "void __cdecl warning_printf(char const *,...)" (?warning_printf@@YAXPBDZZ)
    Injection.obj : error LNK2001: unresolved external symbol "void __cdecl trace_dump(unsigned char *,int)" (?trace_dump@@YAXPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "void __cdecl error_printf(char const *,...)" (?error_printf@@YAXPBDZZ)
    Injection.obj : error LNK2001: unresolved external symbol "void __cdecl trace_printf(char const *,...)" (?trace_printf@@YAXPBDZZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall CounterManager::update(void)const " (?update@CounterManager@@QBEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: class GameObject * __thiscall World::get_object(unsigned long)" (?get_object@World@@QAEPAVGameObject@@K@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall GameObject::set_graphic(unsigned short)" (?set_graphic@GameObject@@QAEXG@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall HotkeyHook::install_hook(struct HINSTANCE__ *,unsigned long)" (?install_hook@HotkeyHook@@QAE_NPAUHINSTANCE__@@K@Z)
    Injection.obj : error LNK2001: unresolved external symbol "struct HINSTANCE__ * g_hinstance" (?g_hinstance@@3PAUHINSTANCE__@@A)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall HotkeyHook::HotkeyHook(class ClientInterface &,class Hotkeys &)" (??0HotkeyHook@@QAE@AAVClientInterface@@AAVHotkeys@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall DressHandler::DressHandler(class ClientInterface &,class GameObject &,class CharacterConfig &)" (??0DressHandler@@QAE@AAVClientInterface@@AAVGameObject@@AAVCharacterConfig
    @@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall RunebookHandler::RunebookHandler(class ClientInterface &,class TargetInterface &)" (??0RunebookHandler@@QAE@AAVClientInterface@@AAVTargetInterface@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall TargetHandler::TargetHandler(class ClientInterface &)" (??0TargetHandler@@QAE@AAVClientInterface@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall MenuHandler::MenuHandler(class ClientInterface &)" (??0MenuHandler@@QAE@AAVClientInterface@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall VendorHandler::VendorHandler(class ConfigManager &,class ClientInterface &,class World &,class ServerConfig &)" (??0VendorHandler@@QAE@AAVConfigManager@@AAVClientInterface
    @@AAVWorld@@AAVServerConfig@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall InjectionGUI::connected(class CharacterConfig *)" (?connected@InjectionGUI@@QAEXPAVCharacterConfig@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall CounterManager::connected(void)" (?connected@CounterManager@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: __thiscall World::World(unsigned long)" (??0World@@QAE@K@Z)
    Injection.obj : error LNK2001: unresolved external symbol "void __cdecl assert_failed_msg(char const *,char const *,int,char const *)" (?assert_failed_msg@@YAXPBD0H0@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: class CharacterConfig * __thiscall AccountConfig::get(unsigned long)" (?get@AccountConfig@@QAEPAVCharacterConfig@@K@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall World::remove_object(class GameObject *)" (?remove_object@World@@QAEXPAVGameObject@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: class GameObject * __thiscall World::find_object(unsigned long)" (?find_object@World@@QAEPAVGameObject@@K@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall World::set_player(unsigned long)" (?set_player@World@@QAEXK@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall VendorHandler::handle_open_container(unsigned char *,int)" (?handle_open_container@VendorHandler@@QAE_NPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall GameObject::set_quantity(unsigned char *)" (?set_quantity@GameObject@@QAEXPAE@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall CounterManager::set_object_graphic(class GameObject *,unsigned char *)" (?set_object_graphic@CounterManager@@QAEXPAVGameObject@@PAE@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall World::put_container(class GameObject *,class GameObject *)" (?put_container@World@@QAEXPAVGameObject@@0@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall GameObject::set_layer(int)" (?set_layer@GameObject@@QAEXH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall TargetHandler::handle_target(unsigned char *,int)" (?handle_target@TargetHandler@@QAE_NPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall VendorHandler::handle_vendor_buy_list(unsigned char *,int)" (?handle_vendor_buy_list@VendorHandler@@QAE_NPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall CounterManager::set_object_graphic(class GameObject *,unsigned short)" (?set_object_graphic@CounterManager@@QAEXPAVGameObject@@G@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall MenuHandler::handle_open_menu_gump(unsigned char *,int)" (?handle_open_menu_gump@MenuHandler@@QAE_NPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "void __cdecl fatal_error(char const *,int,char const *)" (?fatal_error@@YAXPBDH0@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall SocketHook::set_login_encryption(unsigned long,unsigned long)" (?set_login_encryption@SocketHook@@QAEXKK@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: class ServerConfig * __thiscall ConfigManager::get(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?get@ConfigManager@
    @QAEPAVServerConfig@@ABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: static bool __cdecl ConfigManager::valid_key(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?valid_key@ConfigManager@
    @SA_NABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: class AccountConfig * __thiscall ServerConfig::get(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?get@ServerConfig@@
    QAEPAVAccountConfig@@ABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall SocketHook::set_game_encryption(int)" (?set_game_encryption@SocketHook@@QAEXH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall VendorHandler::handle_vendor_sell_list(unsigned char *,int)" (?handle_vendor_sell_list@VendorHandler@@QAE_NPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Skills::handle_server_talk(unsigned char *,int)" (?handle_server_talk@Skills@@QAE_NPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall Spells::handle_server_talk(unsigned char *,int)" (?handle_server_talk@Spells@@QAE_NPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall TargetHandler::handle_server_talk(unsigned char *,int)" (?handle_server_talk@TargetHandler@@QAE_NPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall RunebookHandler::handle_runebook(unsigned char *,int)" (?handle_runebook@RunebookHandler@@QAE_NPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "bool __cdecl HandleCommandInDll(char const *)" (?HandleCommandInDll@@YA_NPBD@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: class GameObject * __thiscall World::find_inventory_graphic(unsigned short)" (?find_inventory_graphic@World@@QAEPAVGameObject@@G@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: unsigned short & __thiscall ConfigManager::find_use(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?find_use@ConfigMa
    nager@@QAEAAGABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall ConfigManager::use_exists(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?use_exists@ConfigManager@@Q
    AE_NABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: class GameObject * __thiscall World::find_inventory_graphic(unsigned short,unsigned short)" (?find_inventory_graphic@World@@QAEPAVGameObject@@GG@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: class GameObject * __thiscall World::find_world_graphic(unsigned short,int)" (?find_world_graphic@World@@QAEPAVGameObject@@GH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: class GameObject * __thiscall World::find_world_graphic(unsigned short,unsigned short,int)" (?find_world_graphic@World@@QAEPAVGameObject@@GGH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: unsigned long & __thiscall CharacterConfig::find_obj(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?find_obj@Charact
    erConfig@@QAEAAKABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CharacterConfig::obj_exists(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?obj_exists@CharacterConfi
    g@@QAE_NABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "bool __cdecl string_to_serial(char const *,unsigned long &)" (?string_to_serial@@YA_NPBDAAK@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::setarm(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?setarm@DressHandler@@QAEXABV?$ba
    sic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::unsetarm(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?unsetarm@DressHandler@@QAEXABV
    ?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::arm(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?arm@DressHandler@@QAEXABV?$basic_st
    ring@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::disarm(void)" (?disarm@DressHandler@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::set(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?set@DressHandler@@QAEXABV?$basic_st
    ring@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::unset(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?unset@DressHandler@@QAEXABV?$basi
    c_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::dress(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?dress@DressHandler@@QAEXABV?$basi
    c_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::undress(void)" (?undress@DressHandler@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::removehat(void)" (?removehat@DressHandler@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::removeearrings(void)" (?removeearrings@DressHandler@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::removeneckless(void)" (?removeneckless@DressHandler@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall DressHandler::removering(void)" (?removering@DressHandler@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: class GameObject * __thiscall GameObject::find_layer(int)" (?find_layer@GameObject@@QAEPAV1@H@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall MenuHandler::wait_menu(char const *,char const *,char const *,char const *,char const *,char const *)" (?wait_menu@MenuHandler@@QAEXPBD00000@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall MenuHandler::wait_menu(char const *,char const *,char const *,char const *)" (?wait_menu@MenuHandler@@QAEXPBD000@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall MenuHandler::wait_menu(char const *,char const *)" (?wait_menu@MenuHandler@@QAEXPBD0@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall MenuHandler::cancel_menu(void)" (?cancel_menu@MenuHandler@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall VendorHandler::buy(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &,class std::basic_string<char,class std
    ::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?buy@VendorHandler@@QAEXABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@0@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall VendorHandler::sell(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &,class std::basic_string<char,class st
    d::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?sell@VendorHandler@@QAEXABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@0@Z)
    Injection.obj : error LNK2001: unresolved external symbol "bool __cdecl string_to_int(char const *,int &)" (?string_to_int@@YA_NPBDAAH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall Spells::cast(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &,unsigned long)" (?cast@Spells@@QAEXABV?$basi
    c_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@K@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall Spells::cast(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?cast@Spells@@QAEXABV?$basic_string@DV?$c
    har_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall RunebookHandler::add_recall(unsigned long,unsigned long)" (?add_recall@RunebookHandler@@QAEXKK@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall RunebookHandler::add_gate(unsigned long,unsigned long)" (?add_gate@RunebookHandler@@QAEXKK@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall RunebookHandler::set_default(unsigned long,int)" (?set_default@RunebookHandler@@QAEXKH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall RunebookHandler::recall(unsigned long,int)" (?recall@RunebookHandler@@QAEXKH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall RunebookHandler::gate(unsigned long,int)" (?gate@RunebookHandler@@QAEXKH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall Skills::use(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &,unsigned long)" (?use@Skills@@QAEXABV?$basic_
    string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@K@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall Skills::use(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &)" (?use@Skills@@QAEXABV?$basic_string@DV?$cha
    r_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall Skills::use(class std::basic_string<char,class std::char_traits<char>,class std::__default_alloc_template<1,0> > const &,unsigned long,unsigned long)" (?use@Skills@@Q
    AEXABV?$basic_string@DV?$char_traits@D@std@@V?$__default_alloc_template@$00$0A@@2@@std@@KK@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall HotkeyHook::remove_hook(void)" (?remove_hook@HotkeyHook@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: int __thiscall World::count_inventory_graphic(unsigned short)" (?count_inventory_graphic@World@@QAEHG@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: int __thiscall World::count_inventory_graphic(unsigned short,unsigned short)" (?count_inventory_graphic@World@@QAEHGG@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: int __thiscall World::count_on_ground(unsigned short,int)" (?count_on_ground@World@@QAEHGH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: int __thiscall World::count_on_ground(unsigned short,unsigned short,int)" (?count_on_ground@World@@QAEHGGH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: int __thiscall SocketHook::send_server(unsigned char *,int)" (?send_server@SocketHook@@QAEHPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall SocketHook::send_client(unsigned char *,int)" (?send_client@SocketHook@@QAEXPAEH@Z)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall World::dump(void)" (?dump@World@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "public: void __thiscall VendorHandler::shop(void)" (?shop@VendorHandler@@QAEXXZ)
    Injection.obj : error LNK2001: unresolved external symbol "long __stdcall MyUnhandledExceptionFilter(struct _EXCEPTION_POINTERS *)" (?MyUnhandledExceptionFilter@@YGJPAU_EXCEPTION_POINTERS@@@Z)
    Injection.obj : error LNK2001: unresolved external symbol "unsigned long __stdcall MyWatchForHangClientThread(void *)" (?MyWatchForHangClientThread@@YGKPAX@Z)
    Debug/Injection.dll : fatal error LNK1120: 118 unresolved externals
    Error executing link.exe.

    Injection.dll - 119 error(s), 0 warning(s)

    uhmm well can somebody plz tell me what i'm doin wrong..?

    thanks

     
    • Hans Meier

      Hans Meier - 2003-07-31

      btw, i tried to build it with visual c++ 6.0 .
      When i try to compile it, it got 0 errors and 0 warnings but when i try to build it to a .dll : see above :/

      plz help

      thanks

       

Log in to post a comment.

MongoDB Logo MongoDB