DOC: Replacing Release Wininet.dll with Debug Version in Win95

Last reviewed: January 19, 1998
Article ID: Q174682
The information in this article applies to:
  • Internet Client SDK, versions 4.0, 4.01
  • Microsoft Windows 95

SUMMARY

The Internet Client SDK contains a debug version of Wininet.dll that is described in Inetdbg.txt. Inetdbg.txt lists steps necessary to replace the release version of the Wininet.dll with the debug version. These steps may not work correctly when applied to Windows 95.

MORE INFORMATION

Use these steps to replace the DLL on Windows 95:

  1. Restart Windows 95 in MS-DOS mode (click Start, and select Shut Down and Restart to MS-DOS, then click OK).

  2. Replace the DLL from the command prompt. Assume that C:\Win95\System is a system directory. Rename release version of the DLL with this command:

          move  c:\win95\system\wininet.dll  c:\win95\system\wininet.org
    

    Copy debug version of the DLL from SDK to the system directory:

          copy c:\inetsdk\lib\debug\wininet.dll c:\win95\system
    

  3. Restart Windows by typing "exit" at the DOS prompt.

When finished with debugging, follow similar steps to restore original DLL.

Keywords          : AXSDKMisc
Technology        : kbInetDev
Version           : WINDOWS:4.0,4.01,95
Platform          : WINDOWS
Issue type        : kbdocerr


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 19, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.