It is possible.
I am not sure what you mean by "_static_ single threaded project". It is possible to link cppunit.lib as static library.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-08-09
Hi,
I have got the same problem.
I have not succeeded in linking cppunit in a staticly
build MFC-project.
Can you tell me how it is possible to link cppunit as a static library.
Thanks
Herward
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
CppUnit does not provide a single thread lib (who code in single thread this day!?!). You can build you're own by changing the runtime-time library of CppUnit project in the project option.
Baptiste.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would like to unit test a static single threaded
project using cppunit. In Visual C++ version 6.0
Is this at all possible?
Thx,
Indra
It is possible.
I am not sure what you mean by "_static_ single threaded project". It is possible to link cppunit.lib as static library.
Hi,
I have got the same problem.
I have not succeeded in linking cppunit in a staticly
build MFC-project.
Can you tell me how it is possible to link cppunit as a static library.
Thanks
Herward
CppUnit does not provide a single thread lib (who code in single thread this day!?!). You can build you're own by changing the runtime-time library of CppUnit project in the project option.
Baptiste.