I am having a problem using MSVC 6, with
SGI STL 3.3, and CPPUNIT.
All was working fine without CPPUNIT. Now that
I am being urged to host my unit tests in
CPPUNIT, I cannot get them to work together.
It seems like some conflict on the use of the IO Streams class, centered about strings. As the
SGI Stl does not provide its own complete
Streams library, there is a certain mixed use
between VC files and SGI files.
I am getting error like:.
error C2504: 'basic_streambuf' : base class undefined
I have seen at least a single newgroup reference to
this exact error. So it seems others must have
experienced this precise problem.
If so, would anyone have any suggestions for me?
Thank you,
Paul Bouche
pbouche@widevine.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having a problem using MSVC 6, with
SGI STL 3.3, and CPPUNIT.
All was working fine without CPPUNIT. Now that
I am being urged to host my unit tests in
CPPUNIT, I cannot get them to work together.
It seems like some conflict on the use of the IO Streams class, centered about strings. As the
SGI Stl does not provide its own complete
Streams library, there is a certain mixed use
between VC files and SGI files.
I am getting error like:.
error C2504: 'basic_streambuf' : base class undefined
I have seen at least a single newgroup reference to
this exact error. So it seems others must have
experienced this precise problem.
If so, would anyone have any suggestions for me?
Thank you,
Paul Bouche
pbouche@widevine.com