BUG: Win32s Setup May Fail if BUFFERS or FILES Set Too Small

ID: Q122326


The information in this article applies to:
  • Microsoft Visual C++, 32-bit Editions, versions 2.0, 2.1, 4.0, 4.1, 4.2


SYMPTOMS

The Visual C++ Win32s Setup program may fail if BUFFERS or FILE settings in your CONFIG.SYS file are set too low. Setup requires that the number of files specified be at least 50 and the number of buffers specified be at least 30.


RESOLUTION

Make sure your CONFIG.SYS file contains the following lines:


   BUFFERS=30
   FILES=50 


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Additional query words: 1.20 2.00 2.10 4.00 4.10 4.20 uae failure vcbuglist40

Keywords : kbsetup kbWin32s vc20setup
Version : 2.00 2.10 4.00 4.10
Platform : WINDOWS
Issue type :


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