Visual Studio 2019 works... kinda
mschack
Posts: 337
I have gotten the Star primitive sample to work. Other samples get a bunch of linker errors as such:
1>CommonLibrary.lib(algparam.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
They are typically for Xran() and Xlen(). I imagine that the star sample and a few others don't link the offending objects in CommonLibrary.lib
I am using the VS 2012 - Windows XP toolset for compile.
Comments
I'm on macOS using Xcode. So I can't really help with this. But I did a search on the internet and the following link may lead you to a solution.
https://stackoverflow.com/questions/2896754/link-error-after-update-from-vs2008-to-vs2010
Thanks once again for the help! I guess i didn't search long enough lol.