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

    Installing MFC Dlls

    Here is an easy question I am embarrassed to ask: I developed a small application with VC++ 6.0 Standard Edition at home, where I use Win 98. As you may know, with Standard Edition you can only dynamically link to MFC. I emailed my application to myself at work, where I use WinNT 4.0 on a machine that does not have VC++ installed. I also emailed myself MFC42.dll and Msvcrt40.dll (these are the dll's I linked the application to -- and, yes, I am using the release built for the appliction), which I have saved into the WinNT\system directory. When I try to run the application, I get an "ordinal not found" message referring to MFC42.dll. What else do I need to do to be able to install these dlls and to enable my application to find them? Thanks in advance.


  2. #2
    Guest

    Re: Installing MFC Dlls

    try to use VC ++6.0, depends.exe to open your application file and check what others shared files that you need.


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