|
-
May 7th, 1999, 08:50 AM
#1
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.
-
May 17th, 1999, 12:39 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|