Troubleshooting Visual C++: Setup and Build Process |
Q102333
Q112008 PRB: Visual Workbench Hang or Time-out Waiting for WINTEER.EXEThe text below describes a general troubleshooting technique to help narrow down the cases in which even a simple application cannot be built in the MSVC environment.
F Turns off 32-bit disk access Equivalent to the SYSTEM.INI file setting: 32BitDiskAccess=FALSEFor additional information about creating a SYSTEM.INI file that does not include third-party device drivers, please see the following article in the Microsoft Knowledge Base:
S Specifies that Windows should not use the ROM address space between F000:0000 and 1MB as a break point. Equivalent to the SYSTEM.INI file setting: SystemROMBreakPoint=FALSE
V Specifies that the ROM routine handles interrupts from the hard disk controller. Equivalent to SYSTEM.INI file setting: VirtualHDIRQ=FALSE
X Excludes all of the adapter area from the range of memory that Windows scans to find unused space. Equivalent to SYSTEM.INI file setting: EMMExclude=A000-FFFF
Q117674 How to Create SYSTEM.INI Without Third-Party DriversAnother good method to test for video driver problems involves checking if the driver can produce output in a "background MS-DOS session" while output occurs in the Windows screen. To do so, start an MS-DOS session and run the following batch file:
:again
dir
goto again
Choose Settings from the MS-DOS window system menu and choose
Background.
Additional query words: kbinf 1.00
Keywords : kb16bitonly
Issue type :
Technology : kbVCsearch kbAudDeveloper kbvc100
|
Last Reviewed: May 9, 2001 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |