File "mfc42.lib" cannot be opened

  • Thread starter Thread starter jingkun Hu via .NET 247
  • Start date Start date
J

jingkun Hu via .NET 247

(Type your message here)

I'm upgrading a VC++ 6 project to VC.NET 2003. The compiling isOK but not linking. The error message is "mfc42.lib cannot beopened". I looked through every setting of compiling and linkingand didn't find mfc42.lib in there. I understand that VC.NET2003 uses mfc71.lib. But how does the environment requiresmfc42.lib?

Please help!
 
Look for #pragma comment statements in the source. Also look fr anything
tyou aren't rebuilding from source that might reference the old versions of
the MFC libraries.

E.g. a search of a text dump of all files (including the binary ones) should
be able to turn up references to this library.

Ronald Laeremans
Visual C++ team

(Type your message here)

I'm upgrading a VC++ 6 project to VC.NET 2003. The compiling is OK but not
linking. The error message is "mfc42.lib cannot be opened". I looked through
every setting of compiling and linking and didn't find mfc42.lib in there. I
understand that VC.NET 2003 uses mfc71.lib. But how does the environment
requires mfc42.lib?

Please help!
 
Back
Top