error LNK2020: unresolved token errors in VS2005....

  • Thread starter Thread starter devmentee
  • Start date Start date
D

devmentee

Hi All,

I am compiling a VS2003 mixed mode C++ DLL under VS2005 and I get the
following linker error. I am using STL map inside a C++ class which is
compiled as a mixed mode DLL.

I have removed /NOENTRY and /Zl switches and tried compiling with
msvcrt.lib, however I still get the error below.
Any help will be much much appreciated...Many Thanks

error LNK2020: unresolved token (0600001F)
 
Back
Top