'Unresolved external symbol (LNK2001)
I have two projects: Project A and project B.
Project B references Project A.
When I compile I get the following errors:
LINK : warning LNK4044: unrecognized option '/MaxILKSize:2146435072'; ignored
1>Testing.obj : error LNK2001: unresolved external symbol _IID_ITestIntOne
1>Testing.obj : error LNK2001: unresolved external symbol _IID_ITestIntTwo
1>Testing.obj : error LNK2001: unresolved external symbol _CLSID_WTest
1> Wait PDB close: Total time = 0.000s
1> Final: Total time = 1.547s
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
However project B is not using the SecurityCenterIntegration class at all, so I'm not sure why there are problems while linking to it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
