MFC42D.DLL (using Windows Vista on a X86)
-
Monday, June 18, 2007 1:03 PMHi,
I have installed: visual c++ Express 2005
from: http://msdn.microsoft.com/vstudio/express/downloads/default.aspx
and installed: Windows Vista SDK
from:
http://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&displaylang=en
and installed: PSDK
from:
http://www.microsoft.com/downloads/details.aspx?familyid=EBA0128F-A770-45F1-86F3-7AB010B398A3&displaylang=en#filelist
But i still cant seem to get MFC42D.DLL ? Is this just for x64 bit cpus ? is there a 32 bit version ? if so can someone give me the full url for it ?
Thanks,
Dime
All Replies
-
Wednesday, June 20, 2007 3:44 AM
Try project->setttings
CHANGE Using MFC in share dll
TO use MFC in static libraryOR change debug to release to compile.
OR get the MFC42D.dll
Thanks
-
Wednesday, June 20, 2007 5:37 AM
dimebar wrote: Hi,
I have installed: visual c++ Express 2005
But i still cant seem to get MFC42D.DLL ?MFC (and ATL) are not supported by Visual C++ 2005 Express Edition. The debugging DLLs are not redistributable. Sorry.
For more on what is and is not supported, check the product comparison chart.
I have more about what is and isn't there on a web page here.
- Dennis

