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

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top