Hello! Sorry if this topic is not concerned to GPA. I google my problem lot of time but with no success.
First of all, i'm not familiar with Visual C++ specific, i use C#.
I downloaded and tried to compile samples of GPA Api usage. As i remember that was solution of Visual Studio 2008. I converted it to VS 2010 and tried to compile. But it compiles with linker error:
Error 1 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string,class std::allocator >::~basic_string,class std::allocator >(void)" (__imp_??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) referenced in function "protected: class std::_Tree,class taluHeapAllocator >,0> >::iterator __thiscall std::_Tree,class taluHeapAllocator >,0> >::_Insert(bool,struct std::_Tree_nod,class taluHeapAllocator >,0> >::_Node *,struct std::pair const &)" (?_Insert@?$_Tree@V?$_Tmap_traits@VtaluString@@IU?$less@VtaluString@@@std@@V?$taluHeapAllocator@U?$pair@VtaluString@@I@std@@@@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VtaluString@@IU?$less@VtaluString@@@std@@V?$taluHeapAllocator@U?$pair@VtaluString@@I@std@@@@$0A@@std@@@2@ABU?$pair@$$CBVtaluString@@I@2@@Z) C:\\Program Files\\Intel\\GPA v3.0\\sdk\\samples\\tal_simple\\tal_dd.lib(tal.obj) simple
Please help.


