error LNK2019: unresolved external symbol "public: static class ATL::CStringT<char,class StrTraitMFC

  • Thread starter Thread starter danip
  • Start date Start date
D

danip

Hi,
I converted a VC++ 6.0 dll to VC++ 2003. It's unmanaged. Now when I'm
trying to implement calling to static method that returns CString I
receive the error message above in the Link. What I'm missing ?
-- Dani
 

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

Back
Top