Computing.Net > Forums > Programming > Ordinal not found

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Ordinal not found

Reply to Message Icon

Name: Sci-Guy
Date: June 2, 2003 at 17:55:47 Pacific
OS: XP Pro
CPU/Ram: Athlon 1800XP T'bred/256M
Comment:

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?



Sponsored Link
Ads by Google

Response Number 1
Name: micah
Date: June 2, 2003 at 18:28:48 Pacific
Reply:

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


0

Response Number 2
Name: micah
Date: June 2, 2003 at 18:33:52 Pacific
Reply:

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.


0

Response Number 3
Name: Sci-guy
Date: June 2, 2003 at 19:09:29 Pacific
Reply:

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.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Keeping window in foregro... Visual Basic 2 .EXE



Post Locked

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


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Ordinal not found

Torque class not found www.computing.net/answers/programming/torque-class-not-found/7311.html

crystal and sscsdk32.dll not found www.computing.net/answers/programming/crystal-and-sscsdk32dll-not-found/13308.html

File not found error www.computing.net/answers/programming/file-not-found-error/2778.html