Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Project dependcy and linking

Hi:

   I have two C++ projects under CDT. One is a static library, e.g.
testLib which contains a class A.

   The other is an .exe project, e.g. testCPP, which has a dependency
on testLib.

    My problem is that testCPP cannot link correctly to testLib, e.g.
it cannot resolve A. I've added A.h to the include path of testCPP but
it still could not resolve the objects.

    I've set the project reference on testCPP to testLib.

    Any help is greatly appreciated.

Thanks

-John


Back to the top