Microsoft KB Archive/167696

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:33, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 167696

Article Last Modified on 11/21/2006



APPLIES TO

  • Microsoft Foundation Class Library 4.2, when used with:
    • Microsoft Visual C++ 5.0 Enterprise Edition
    • Microsoft Visual C++ 5.0 Professional Edition



This article was previously published under Q167696


SYMPTOMS

An 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.

CAUSE

The debug static version of MFC has references to symbols in these DLLs even when the application is not using any functionality in these DLLs.

RESOLUTION

Install 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.

STATUS

Microsoft 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 INFORMATION

Steps to Reproduce Behavior

  1. Create an AppWizard Application so that it statically links to MFC.
  2. Build the debug version.
  3. Execute this on a machine that does not have urlmon.dll and wininet.dll.


REFERENCES

Please refer to ActiveX SDK documentation for more information on installing these DLLs.

For information on the ActiveX SDK, visit the Microsoft web site:


Additional query words: wininet urlmon

Keywords: kbbug kbfix kbnoupdate kbvc600fix KB167696