I am trying to compile ccxx with STL port and I got those errors. I succeed to compile ccxx without STL port, so I wondering if there anything else I should Had to the project, some define ?
I dont know.
thank you for your help
Compiling resources...
Compiling...
Buffer.cpp
Event.cpp
File.cpp
Inaddr.cpp
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.h(1489) : error C2664: '__thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::_STL::basic_ios<char,class _STL::char_traits<char> >(class _STL::basic_streambuf<char,class _
STL::char_traits<char> > *)' : cannot convert parameter 1 from 'const class tcpstream' to 'class _STL::basic_streambuf<char,class _STL::char_traits<char> > *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
Mutex.cpp
Peer.cpp
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.h(1489) : error C2664: '__thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::_STL::basic_ios<char,class _STL::char_traits<char> >(class _STL::basic_streambuf<char,class _
STL::char_traits<char> > *)' : cannot convert parameter 1 from 'const class tcpstream' to 'class _STL::basic_streambuf<char,class _STL::char_traits<char> > *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
Pipe.cpp
Socket.cpp
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.h(1489) : error C2664: '__thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::_STL::basic_ios<char,class _STL::char_traits<char> >(class _STL::basic_streambuf<char,class _
STL::char_traits<char> > *)' : cannot convert parameter 1 from 'const class tcpstream' to 'class _STL::basic_streambuf<char,class _STL::char_traits<char> > *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2146: syntax error : missing ';' before identifier 'seekoff'
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2433: 'streampos' : 'virtual' not permitted on data declarations
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2501: 'streampos' : missing storage-class or type specifiers
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.cpp(880) : error C2065: 'setb' : undeclared identifier
Thread.cpp
threadkey.cpp
url.cpp
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.h(1489) : error C2664: '__thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::_STL::basic_ios<char,class _STL::char_traits<char> >(class _STL::basic_streambuf<char,class _
STL::char_traits<char> > *)' : cannot convert parameter 1 from 'const class tcpstream' to 'class _STL::basic_streambuf<char,class _STL::char_traits<char> > *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2146: syntax error : missing ';' before identifier 'seekoff'
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2433: 'streampos' : 'virtual' not permitted on data declarations
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2501: 'streampos' : missing storage-class or type specifiers
Generating Code...
Error executing cl.exe.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello All,
I am trying to compile ccxx with STL port and I got those errors. I succeed to compile ccxx without STL port, so I wondering if there anything else I should Had to the project, some define ?
I dont know.
thank you for your help
Compiling resources...
Compiling...
Buffer.cpp
Event.cpp
File.cpp
Inaddr.cpp
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.h(1489) : error C2664: '__thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::_STL::basic_ios<char,class _STL::char_traits<char> >(class _STL::basic_streambuf<char,class _
STL::char_traits<char> > *)' : cannot convert parameter 1 from 'const class tcpstream' to 'class _STL::basic_streambuf<char,class _STL::char_traits<char> > *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
Mutex.cpp
Peer.cpp
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.h(1489) : error C2664: '__thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::_STL::basic_ios<char,class _STL::char_traits<char> >(class _STL::basic_streambuf<char,class _
STL::char_traits<char> > *)' : cannot convert parameter 1 from 'const class tcpstream' to 'class _STL::basic_streambuf<char,class _STL::char_traits<char> > *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
Pipe.cpp
Socket.cpp
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.h(1489) : error C2664: '__thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::_STL::basic_ios<char,class _STL::char_traits<char> >(class _STL::basic_streambuf<char,class _
STL::char_traits<char> > *)' : cannot convert parameter 1 from 'const class tcpstream' to 'class _STL::basic_streambuf<char,class _STL::char_traits<char> > *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2146: syntax error : missing ';' before identifier 'seekoff'
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2433: 'streampos' : 'virtual' not permitted on data declarations
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2501: 'streampos' : missing storage-class or type specifiers
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.cpp(880) : error C2065: 'setb' : undeclared identifier
Thread.cpp
threadkey.cpp
url.cpp
d:\downloaded\developpement\commonc++\commonc++-1.4.2\win32\socket.h(1489) : error C2664: '__thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::_STL::basic_ios<char,class _STL::char_traits<char> >(class _STL::basic_streambuf<char,class _
STL::char_traits<char> > *)' : cannot convert parameter 1 from 'const class tcpstream' to 'class _STL::basic_streambuf<char,class _STL::char_traits<char> > *'
No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2146: syntax error : missing ';' before identifier 'seekoff'
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2433: 'streampos' : 'virtual' not permitted on data declarations
e:\program files\microsoft visual studio\vc98\include\strstrea.h(72) : error C2501: 'streampos' : missing storage-class or type specifiers
Generating Code...
Error executing cl.exe.