Compile errors

Moderator: MacroQuest Developers

Fayded
orc pawn
orc pawn
Posts: 13
Joined: Wed Apr 27, 2011 9:34 am

Re: Compile errors

Post by Fayded » Sun May 15, 2011 5:15 am

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?

Maskoi

Re: Compile errors

Post by Maskoi » Sun May 15, 2011 5:37 am

Compiling What ? New source code hasn't been released for the patch 05-14.

abss
orc pawn
orc pawn
Posts: 11
Joined: Thu Feb 04, 2010 11:43 pm

Re: Compile errors

Post by abss » Tue May 17, 2011 12:04 am

My guess is you are trying to compile it with the wrong version of Visual Studio.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Re: Compile errors

Post by dont_know_at_all » Tue May 17, 2011 12:56 am

VS10 only.