M
Mr X
I am getting link errors and don't understand why:
- ClientClass is in Project A
- NoLinkCalledClass is in Project B
- Project A depends on project B
- NoLinkCalledClass::NoLinkCalledClass is defined in
NoLinkCalledClass.cpp
- Project B builds ok and makes NoLinkCalledClass.obj in the
appropriate directory
- YesLinkCalledClass is also in Project B, and ClientClass can link to
this ok.
- I have cleaned before building
The error is LNK2019 (from MS Studio.NET) against the NoLinkCalledClass
ctor.
What else can I do to pinpoint this error?????
- ClientClass is in Project A
- NoLinkCalledClass is in Project B
- Project A depends on project B
- NoLinkCalledClass::NoLinkCalledClass is defined in
NoLinkCalledClass.cpp
- Project B builds ok and makes NoLinkCalledClass.obj in the
appropriate directory
- YesLinkCalledClass is also in Project B, and ClientClass can link to
this ok.
- I have cleaned before building
The error is LNK2019 (from MS Studio.NET) against the NoLinkCalledClass
ctor.
What else can I do to pinpoint this error?????