I´m trying to get more familiar with cppunit, so i made an example Project for an Calculator with many functions. I started with a ComplexNumber Class.
Project can be build with no warnings.
Now im trying to build a ProjectTester named CalculatorTest with the include files for cppunit and the static lib, the TestFixture with the Tests and a main,
but it is failing with an undefiend reference error to the Complex Class
I´m working with Eclipse 4.4 IDE and the Cygwin Environment.
In the Project properties of the CalculatorTest i set under "Paths and Symols" an reference to the Calculator Project, and added the Path in Includes to find Header File.