- Joined
- Jan 13, 2008
- Messages
- 2,303
- Reaction score
- 6
- Points
- 38
- Location
- Atlanta, GA, USA, North America
I'm working on a utility static library (.lib) for stuff I'm doing in Orbiter, and I can get it to compile fine with other VC++2008 projects with lots of help from dbeachy1, but I can't get it to compile with a VC++2010 project. I was able to get rid of a C1047 Error, but now I'm being hit with an LNK2001 error:
Everything I've found via Google tells me that the problem is the .lib was built in VS2008 while I'm trying to build in 2010. I know it's possible, otherwise how would I be able to compile against Orbiter's own static libraries?
Thanks for any help,
Matt
Code:
error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
Thanks for any help,
Matt