$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ulrich Eckhardt (uli_at_[hidden])
Date: 2005-04-20 12:42:40
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