Page 2 of 2

Re: Compile errors

Posted: Sun May 15, 2011 5:15 am
by Fayded
Getting the following errors when trying to compile

Code: Select all

661>ISXDK.lib(LSType.obj) : error LNK2019: unresolved external symbol "void __cdecl std::_Xout_of_range(char const *)" (?_Xout_of_range@std@@YAXPBD@Z) referenced in function "public: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Xran(void)const " (?_Xran@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEXXZ)
1>ISXDK.lib(LSType.obj) : error LNK2019: unresolved external symbol "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) referenced in function "public: void __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Xlen(void)const " (?_Xlen@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEXXZ)
1>..\ISXEQ Release Files/ISXEQ.dll : fatal error LNK1120: 2 unresolved externals
Anyone have an idea on how to fix this?

Re: Compile errors

Posted: Sun May 15, 2011 5:37 am
by Maskoi
Compiling What ? New source code hasn't been released for the patch 05-14.

Re: Compile errors

Posted: Tue May 17, 2011 12:04 am
by abss
My guess is you are trying to compile it with the wrong version of Visual Studio.

Re: Compile errors

Posted: Tue May 17, 2011 12:56 am
by dont_know_at_all
VS10 only.