LNK1104: cannot open file 'mfc42.lib'

  • Thread starter Thread starter Weiming
  • Start date Start date
W

Weiming

Hi,

I converted VC 6.0 project to VC 7.0. However, I can not build it due to
error - LNK1104: cannot open file 'mfc42.lib'. I guess there is a .lib used
by this project was compiled by VC 6.0 but I can not get its source code.
How can I do? I want to add mfc42.lib to project's library list, but I can't
find where this option is.

Thanks & Regards,
Weiming
 
I converted VC 6.0 project to VC 7.0. However, I can not build it due to
error - LNK1104: cannot open file 'mfc42.lib'. I guess there is a .lib used
by this project was compiled by VC 6.0 but I can not get its source code.
How can I do?

If you can't rebuild the library, I think you'll have to stick with
VC6.

Dave
 
Back
Top