Click to See Complete Forum and Search --> : Compile for MFC42.DLL and not MFC70.DLL


bear101
March 15th, 2003, 02:25 PM
Hello there

I finally installed VC++.Net but when I compile my old applications they now require MFC70.DLL which isn't included in Win9x. Is it possible to compile for an older version of the MFC DLL like MFC42.DLL which VC++6.0 uses and is included in Win9x?

Cheers

Bear

Yovav
April 13th, 2003, 02:11 PM
Read short TIP:
Supporting Windows 95 with MFC 7 (Visual Studio .NET) apps

on http://codeblast.com/~gert/cpp/mfc1.html


(worked 4 me)