I would like to use CppUnit. I download the 1.8.0 version.
My problem is that I work with BCB6 and I can not
compile the file TestResult.cpp : I have 4 errors dealing with
a
matter of conversion between
'_STL::_Deque_iterator<TestListener
*,_STL::_Nonconst_traits<TestListener *> >
and
const char*.
could you help me please because I can't use CppUnit while this is not solved.
many thanks
bihorece
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
I would like to use CppUnit. I download the 1.8.0 version.
My problem is that I work with BCB6 and I can not
compile the file TestResult.cpp : I have 4 errors dealing with
a
matter of conversion between
'_STL::_Deque_iterator<TestListener
*,_STL::_Nonconst_traits<TestListener *> >
and
const char*.
could you help me please because I can't use CppUnit while this is not solved.
many thanks
bihorece
Try defining _USE_OLD_RW_STL. Otherwise I'd recommend getting the 1.9.x development snapshot (or a copy from CVS).