This is my first post, so please forgive me smaller mistakes.
For programming techniques lab in university, we have to test a self-written program with the tool CppUnit
.
For this, I excluded the Exercise8.cpp
, which was my former main-function. No the compiler should use the WinMain.cpp
from the CppUnit
, but this doesn't work.
How could I tell my compiler, which main-function it have to use?
(Working with Win8/64bit, Eclipse, CppUnit)!
My actual workspace