Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. Error LNK2019 unresolved external symbol "bool __cdecl CSX::Utils::IsModuleLoad(char *,unsigned long)" (?IsModuleLoad@Utils@CSX@@YA_NPADK@Z) referenced in function "bool __cdecl Engine::Initialize(void)" (?Initialize@Engine@@YA_NXZ) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Engine.obj 1
  2.  
  3. Error LNK2019 unresolved external symbol "wchar_t * __cdecl CSX::Utils::ConvertStringToBSTR_UTF8(char const *)" (?ConvertStringToBSTR_UTF8@Utils@CSX@@YAPA_WPBD@Z) referenced in function "public: void __cdecl Engine::CRender::Text(int,int,bool,bool,class SDK::Color,char const *,...)" (?Text@CRender@Engine@@QAAXHH_N0VColor@SDK@@PBDZZ) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Render.obj 1
  4.  
  5. Error LNK2019 unresolved external symbol "public: __thiscall CSX::Hook::VTable::VTable(void)" (??0VTable@Hook@CSX@@QAE@XZ) referenced in function "void __cdecl Engine::Hook::`dynamic initializer for 'ClientModeTable''(void)" (??__EClientModeTable@Hook@Engine@@YAXXZ) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Hook.obj 1
  6.  
  7. Error LNK2019 unresolved external symbol "public: void __thiscall CSX::Hook::VTable::UnHook(void)" (?UnHook@VTable@Hook@CSX@@QAEXXZ) referenced in function "bool __stdcall Engine::Hook::Hook_CreateMove(float,class SDK::CUserCmd *)" (?Hook_CreateMove@Hook@Engine@@YG_NMPAVCUserCmd@SDK@@@Z) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Hook.obj 1
  8.  
  9. Error LNK2019 unresolved external symbol "public: void __thiscall CSX::Hook::VTable::ReHook(void)" (?ReHook@VTable@Hook@CSX@@QAEXXZ) referenced in function "bool __stdcall Engine::Hook::Hook_CreateMove(float,class SDK::CUserCmd *)" (?Hook_CreateMove@Hook@Engine@@YG_NMPAVCUserCmd@SDK@@@Z) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Hook.obj 1
  10.  
  11. Error LNK2019 unresolved external symbol "public: void __thiscall CSX::Hook::VTable::HookIndex(unsigned long,void *)" (?HookIndex@VTable@Hook@CSX@@QAEXKPAX@Z) referenced in function "bool __cdecl Engine::Hook::Initialize(void)" (?Initialize@Hook@Engine@@YA_NXZ) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Hook.obj 1
  12.  
  13. Error LNK2019 unresolved external symbol "public: void * __thiscall CSX::Hook::VTable::GetHookIndex(unsigned long,void *)" (?GetHookIndex@VTable@Hook@CSX@@QAEPAXKPAX@Z) referenced in function "bool __cdecl Engine::Hook::Initialize(void)" (?Initialize@Hook@Engine@@YA_NXZ) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Hook.obj 1
  14. Error LNK2019 unresolved external symbol "public: bool __thiscall CSX::Hook::VTable::InitTable(void *)" (?InitTable@VTable@Hook@CSX@@QAE_NPAX@Z) referenced in function "bool __cdecl Engine::Hook::Initialize(void)" (?Initialize@Hook@Engine@@YA_NXZ) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Hook.obj 1
  15. Error LNK2019 unresolved external symbol "int __cdecl CSX::Utils::RandomIntRange(int,int)" (?RandomIntRange@Utils@CSX@@YAHHH@Z) referenced in function "void __cdecl Gloves_OnFrameStageNotify(enum SDK::ClientFrameStage_t)" (?Gloves_OnFrameStageNotify@@YAXW4ClientFrameStage_t@SDK@@@Z) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Skin.obj 1
  16.  
  17. Error LNK2019 unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl CSX::Utils::GetModuleBaseDir(struct HINSTANCE__ *)" (?GetModuleBaseDir@Utils@CSX@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAUHINSTANCE__@@@Z) referenced in function "public: void __thiscall CSkin::InitalizeSkins(void)" (?InitalizeSkins@CSkin@@QAEXXZ) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Skin.obj 1
  18.  
  19. Error LNK2019 unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl CSX::Utils::GetHackWorkingDirectory(void)" (?GetHackWorkingDirectory@Utils@CSX@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) referenced in function "void __cdecl `dynamic initializer for 'public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > CSX::Log::LogFile''(void)" (??__E?LogFile@Log@CSX@@2V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A@@YAXXZ) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\CSX_Log.obj 1
  20.  
  21. Error LNK2001 unresolved external symbol "bool __cdecl CSX::Utils::IsModuleLoad(char *,unsigned long)" (?IsModuleLoad@Utils@CSX@@YA_NPADK@Z) INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\INDIGO\Hook.obj 1
  22. Error LNK1120 11 unresolved externals INDIGO C:\Users\Filip\Documents\Visual Studio 2015\Projects\tidepod\Release\smef.pw.dll 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement