Anders Backman - 2002-04-30

Im trying to compile version commoncpp2-0.99.2 using .NET
And Im getting the following error:

c:\tools\commoncpp2-0.99.2\include\cc++\socket.h(1671): error C2248: 'std::basic_ios<_Elem,_Traits>::__ctor' : cannot access private member declared in class 'std::basic_ios<_Elem,_Traits>'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
and
[
_Elem=char,
_Traits=std::char_traits<char>
]
and
[
_Elem=char,
_Traits=std::char_traits<char>
]
Cant really figure out what the problem is?
Also, Im getting exactly the same problem with 1.9.5 and 1.9.6

After some research, the problem seems to reside in the CXX_CLASS_EXPORT definitions. I cant find out whats causing the problem though.