C++ MFC

Moderators: Lundin
Number of threads: 3354
Number of posts: 9032

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
ordinal 5077 error message Posted by Parlo on 10 Feb 2004 at 9:46 PM
I'm getting this error message when I attempt to build my application in visual c++. any ideas. I'm new

Kofi
Report
Re: ordinal 5077 error message Posted by suhredayan on 11 Feb 2004 at 1:13 AM

This often comes when you use old version of dll.
What is the full error message.

__________________________________________
greatest thing is to do wot others think you can't..
suhredayan@omniquad.com


Report
Re: ordinal 5077 error message Posted by Parlo on 11 Feb 2004 at 7:52 AM
:
: This often comes when you use old version of dll.
: What is the full error message.
:

: __________________________________________
: greatest thing is to do wot others think you can't..
: suhredayan@omniquad.com

:
:
Thank you so much for responding. The error message I get is " The ordinal 5077 could not be located in the dynamic link library MFC42D.DLL". Actually I'm a novice programmer, just started using Visual c++ 6. I installed the MSDN 2000 libraries. I guess that might be the reason. you can email me: gsadzokpa@ualr.edu. thanks
Kofi
Report
Re: ordinal 5077 error message Posted by stober on 11 Feb 2004 at 9:13 AM
: :
: : This often comes when you use old version of dll.
: : What is the full error message.
: :

: : __________________________________________
: : greatest thing is to do wot others think you can't..
: : suhredayan@omniquad.com

: :
: :
: Thank you so much for responding. The error message I get is " The ordinal 5077 could not be located in the dynamic link library MFC42D.DLL". Actually I'm a novice programmer, just started using Visual c++ 6. I installed the MSDN 2000 libraries. I guess that might be the reason. you can email me: gsadzokpa@ualr.edu. thanks
: Kofi
:

did you also install VC++ 6.0 SP 5? If not, download it free from microsoft.com

Report
Re: ordinal 5077 error message Posted by suhredayan on 12 Feb 2004 at 8:15 PM
: : :
: : : This often comes when you use old version of dll.
: : : What is the full error message.
: : :

: : : __________________________________________
: : : greatest thing is to do wot others think you can't..
: : : suhredayan@omniquad.com

: : :
: : :
: : Thank you so much for responding. The error message I get is " The ordinal 5077 could not be located in the dynamic link library MFC42D.DLL". Actually I'm a novice programmer, just started using Visual c++ 6. I installed the MSDN 2000 libraries. I guess that might be the reason. you can email me: gsadzokpa@ualr.edu. thanks
: : Kofi
: :
:
: did you also install VC++ 6.0 SP 5? If not, download it free from microsoft.com
:
:



Ordinal 5077 could not be located means that the DLL that you use was
linked to use a version of MFC42D.DLL that was exporting a function with the ordinal 5077 while the your current version does not (therefore yours must be an older DLL).
you may have to download the latest mfc42d.dll from microsoft.



__________________________________________
greatest thing is to do wot others think you can't..
suhredayan@omniquad.com





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.