DOC: Replacing Release Wininet.dll with Debug Version in Windows 95

ID: Q174682


The information in this article applies to:
  • Microsoft Internet Explorer (Programming) 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.

Additional query words:

Keywords : kbdocerr kbIE400 kbIE401 AXSDKMisc
Version : WINDOWS:4.0,4.01,95
Platform : WINDOWS
Issue type :


Last Reviewed: August 26, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.