Can someone point me to a reliable copy of MFC30.dll

  • Thread starter Thread starter BL Burson
  • Start date Start date
B

BL Burson

One of my kid's games requires mfc30.dll to execute. I've tried some
searches on google etc. but the copies I have downloaded all seem to be
bogus...I understand this dll used to be installed with Win95, but, alas, I
have no access to Win95 setup disks.

Thanks...you'll be my girl's buddy for life!
 
BL said:
One of my kid's games requires mfc30.dll to execute. I've tried some
searches on google etc. but the copies I have downloaded all seem to be
bogus...I understand this dll used to be installed with Win95, but, alas, I
have no access to Win95 setup disks.

Sometimes you have to register the .dll
 
mfc30.dll is not in my System32 folder, mfc40/mfc40u and 43 are. Some
program or utility must have installed it on your system.

JAX
 
mfc30.dll is a strange one because there never was a Microsoft Foundation Class 3.0. But if you found it on the
web then hmmm... I guess it exists. I would think it is around 700-900 KB and you need to drop it in system32.
But there may be files it depends on and if you don't have those you'll still have an issue. I would think you also
need mfc30d.dll and mfc30u.dll. d stands for debug and u for unicode. Check the properties and then the
version tab of the files you get and see if they have a copyright from Microsoft.

Here you go it's in the file at this article:

http://support.microsoft.com/kb/q140980/

You expand mfc30.dl_ DO NOT just rename it. You expand it. In command prompt where the file is located:

expand mfc30.dl_ mfc30.dll

In fact you want to do this with all the mfc30*.* files in there. And then you put them all in
C:\Windows\system32. That's all you need to do. None of these are self-registering and therefore

regsvr32 name.dll

will do nothing but error. HTH
 
Oh use WinZIP to extract the contents of imginst.exe

--
George Hester
_________________________________
mfc30.dll is a strange one because there never was a Microsoft Foundation Class 3.0. But if you found it on the
web then hmmm... I guess it exists. I would think it is around 700-900 KB and you need to drop it in system32.
But there may be files it depends on and if you don't have those you'll still have an issue. I would think you also
need mfc30d.dll and mfc30u.dll. d stands for debug and u for unicode. Check the properties and then the
version tab of the files you get and see if they have a copyright from Microsoft.

Here you go it's in the file at this article:

http://support.microsoft.com/kb/q140980/

You expand mfc30.dl_ DO NOT just rename it. You expand it. In command prompt where the file is located:

expand mfc30.dl_ mfc30.dll

In fact you want to do this with all the mfc30*.* files in there. And then you put them all in
C:\Windows\system32. That's all you need to do. None of these are self-registering and therefore

regsvr32 name.dll

will do nothing but error. HTH
 
http://www.dll-files.com/dllindex/dll-files.shtml?mfc30

try this site - good luck

Bill


One of my kid's games requires mfc30.dll to execute. I've tried some
searches on google etc. but the copies I have downloaded all seem to be
bogus...I understand this dll used to be installed with Win95, but, alas, I
have no access to Win95 setup disks.

Thanks...you'll be my girl's buddy for life!
 
One of my kid's games requires mfc30.dll to execute. I've tried some
searches on google etc. but the copies I have downloaded all seem to be
bogus...I understand this dll used to be installed with Win95, but, alas, I
have no access to Win95 setup disks.

Thanks...you'll be my girl's buddy for life!
hi,
http://www.fix-all-dll-errors.com/mfc30.dll/

u can go to this site...this will help in case of missing or for downloading dll's or also if there is errors in dll's..!
I also registered few dll's from this site...worked in my case :)
 
Back
Top