Help in converting from VS2008 to VS2012 needed

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have been working on this problem for three days without any result. I would be happy to get an experts advice if its possible.
There is a project Im trying to convert from VS2008 to VS2012: https://github.com/rudym/starcraft-bot-in-fsharp/tree/master/StarCraftConnector
First of all after converting it, I got the message:VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.


And after trying to build it in vs2012 I get a variety of errors like this:error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator=(char const *)" (__imp_??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@PBD@Z)

View the full article
 
Back
Top