Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MFC70d.dll

Status
Not open for further replies.

schwarem

Programmer
Apr 18, 2002
159
US
I have a program that I originally wrote in C++. I have now Visual Studio .Net 2003 on my computer. When I compile and run the program, I get "Missing MFC70d.dll". Any suggestions?
 
did you uninstall visual c++? that probably deletes dlls.
you could just get hold of that dll from somewhere and put in your system32 directory.
 
That DLL should be included with your installation of Visual Studio .Net 2003. Try reinstalling.
 
MFC70d.dll is the debug non-UNICODE DLL version of MFC for Visual Studio .NET 2002.

MFC71d.dll is the same, but for Visual Studio .NET [red]2003[/red].

I'm thinking you did not recompile everything, because if you did, it would be loading MFC71d.dll, not MFC70d.dll.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top