Linker errors on VS 2010

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
Whirlwind
Non-Subscriber
Posts: 2
Joined: Tue Apr 26, 2005 9:29 pm

Linker errors on VS 2010

Post by Whirlwind » Sat Apr 17, 2010 7:29 pm

Is it possible to get a VS 2010 build of isxdk.lib?
error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) referenced in function "public: int __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::compare(unsigned int,unsigned int,char const *,unsigned int)const " (?compare@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEHIIPBDI@Z) C:\Development\MQ2\MQ2Main\ISXDK.lib(LSType.obj) ISXEQ

error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ) referenced in function "protected: bool __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Grow(unsigned int,bool)" (?_Grow@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAE_NI_N@Z) C:\Development\MQ2\MQ2Main\ISXDK.lib(LSType.obj) ISXEQ

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Mon Apr 19, 2010 7:46 am

Once I'm ready to drop support for VS 2008, yes... First I need to have VS 2010 retail, then I have to rebuild everything, then I have to fix whatever new bugs crop up (or old ones that may be found), then I have to fix any remaining bugs in the development build of IS so it can be pushed live (it's been a development build for 8 months), and then I can provide VS 2010 libs.

In the meantime, compile with VS 2008.

Post Reply