I've never tried to do this, but I think it would be a really bad idea. If
I were you I'd just move to the latest version of MFC and/or static link the
version you want using the previous compiler. You don't lose any functions
going to a later version. You will have to recompile your DLL/Library code,
but once you switch you'll be able to just move on in the new paradigm.
Tom
> Can we link Mfc42.dll with visual studio 2005?
> if so , can u plz provide the steps to follow?