The information in this article applies to:
SYMPTOMSAn application that statically links to the debug version of MFC also links to urlmon.dll and wininet.dll. The MFC static library brings in references to these DLLs even though the application does not use functionality in these DLLs. Executing this application on a machine that does not have these DLLs results in a message indicating that these DLLs cannot be found. CAUSEThe debug static version of MFC has references to symbols in these DLLs even when the application is not using any functionality in these DLLs. RESOLUTIONInstall these DLLs on the system from the ActiveX SDK. The release version does not link to these DLLs, so it is not necessary to redistribute these when releasing the product. These DLLs are needed only when debugging the application. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual C++ version 6.0. MORE INFORMATIONSteps to Reproduce Behavior
REFERENCES
Please refer to ActiveX SDK documentation for more information on
installing these DLLs.
http://www.microsoft.com/workshop/default.asp Additional query words: wininet urlmon
Keywords : kbMFC kbVC500bug kbVC600fix |
Last Reviewed: July 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |