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'
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'
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).