CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Error Message

  1. #1
    Join Date
    May 1999
    Posts
    28

    Error Message

    Trying to run an executable created with VC++ on another computer and get the error message:

    "The ordinal 6625 could not be located in the dynamic link library MFC42.DLL."

    Does this mean I need to distribute MFC42.DLL with the executable?

    Thanks in advance for any help.


  2. #2

    Re: Error Message

    We really need a canned answer to this. The problem is, you have either (a) a bad version of MFC42.DLL, or (b) an obsolete version. Either way, the solution is to go to the Microsoft web site and download the latest...

    LA Leonard - http://www.DefinitiveSolutions.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured