CalculatorTest & Calculator Project Dependency

Hello,

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.

What did i forget to configure?

Thx for Help
reisman

forgive me for my bad english!
Last edited on
Topic archived. No new replies allowed.