LNK2001 error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an unmanaged MFC project that I am referencing from a managed MFC project. The unmanaged project builds successfully, but the build of the managed project fails during the link because it cannot find the external symbols from the unmanaged class. In what directory should the dll file be placed for the unmanaged project? The intellisense operates correctly referencing the unmanaged class within the source for the managed class. However, the linker is not finding the external symbols for the compiled class. Any suggestions?
 
I think there is an sdk that you need to install before you work wit
managed C++. It includes mscorlib.x which you need to be able t
reference. (.Net framework sdk?)
 
Back
Top