Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I'm trying to teach myself C++.
I have VC++ 6.0.
When I use the MFC AppWizard [exe], it will build the App, but won't run it. I get the following error:
The ordinal 5077 could not be located in the dynamic link library MFC42D.DLL
When I run debug, I get the following:
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MFC42D.DLL', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MSVCRTD.DLL'
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
The program 'D:\My Documents\Project1\MyApp\Debug\MyApp.exe' has exited with code 0 (0x0).
Any ideas as to what the problem is?

Those arent errors:) Its just telling you what DLLs have been loaded. however I dont know about:
The ordinal 5077 could not be located in the dynamic link library MFC42D.DLL

Oh, by the way...I should tell ya. The reason it says:
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Is because the DLLs are compiled in release mode so, it loads but the debugger can't find any debug info for it, and it thinks it should tell you.

Thanks for the reply micah.
I included the debug info just in case it could help. I'm a total newbie at programming, so wasn't sure what might help.
I found the solution to my problem elsewhere.
All I had to do was download a new copy of MFC42D.DLL and overwrite the old one. Apps run properly now.
Thought I'd post the solution in case anyone else ever has this problem.

![]() |
Keeping window in foregro...
|
Visual Basic 2 .EXE
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |