May 7th, 1999, 08:50 AM
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.