LNK1104: cannot open file 'mfc42.lib'

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
 
D

David Lowndes

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
 

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