Can't compile samples
I am trying to compile the samples in vs 2010, but I keep getting linker errors. I have tried several approaches suggested in the forums (compiler option /MDd etc), but that does not resolve it.
Here are some of the errrors. Thanks for your help.
Error 1 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(class std::basic_string,class std::allocator > const &)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z) referenced in function _ADP_Initialize C:\Program Files (x86)\Intel\Intel Atom Developer Program SDK\0.91\Samples\c\AdpHelloWorld\adpcored.lib(adpcore.obj) AdpHelloWorld
Error 2 error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(class std::basic_string,class std::allocator > const &)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z) C:\Program Files (x86)\Intel\Intel Atom Developer Program SDK\0.91\Samples\c\AdpHelloWorld\adpcored.lib(ADPSoapProxy.obj) AdpHelloWorld
Error 3 error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::basic_string,class std::allocator >(class std::basic_string,class std::allocator > const &)" (__imp_??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z) C:\Program Files (x86)\Intel\Intel Atom Developer Program SDK\0.91\Samples\c\AdpHelloWorld\adpcored.lib(ADPXmlWriter.obj) AdpHelloWorld



