views:

29

answers:

2

hi i am getting the link error, as it worked fine vc6,please do help me on this

LINK : fatal error LNK1104: cannot open file 'mfcs42.lib'

+1  A: 

I think you have one object file or library that depends on VC6's MFC. You should recompile everything with VS2005.

You may also try copying mfcs42.lib from VC6 directory (not sure if that works).

Francis
A: 

yes we need to copy the path from vc6directory into options

vijay.j