
20 Apr
2005
20 Apr
'05
5:42 p.m.
On Tuesday 19 April 2005 04:12, Manish Mangal wrote:
I am trying to create boost libs with STLPort 5.0RC2.
There are changes in the way you use STLport between versions 4.x and 5, Boost 1.32 has not been adapted to these.
exception.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: void __thiscall _STL::_String_base<char,class _STL::allocator<char>
STLport 5 doesn't use the _STL namespace anymore. IOW, your setup is faulty, too. Uli