PRB: Win32s Errors During Visual FoxPro Installation

Last reviewed: April 30, 1996
Article ID: Q130712
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SYMPTOMS

When installing Visual FoxPro version 3.0, you may see the following message:

  Win32s error
  Improper installation
  Win32s requires  w32s.386 in order to run
  Reinstall win32s

CAUSE

This is not a Win32s problem. It is related to a missing Device=*vmcpd line in the 386Enh section of the SYSTEM.INI file. This line provides a virtual device driver for math coprocessors.

WORKAROUND

Add this line:

   Device=*vmcpd

to the 386ENH section of the SYSTEM.INI file, and re-run setup.

STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

A virtual device driver (VxD) is a 32-bit, protected-mode, dynamic-link library that manages a system resource, such as a hardware device or installed software so that more than one application can use the resource at the same time. Virtual devices work in conjunction with Windows to process interrupts and carry out I/O operations for a given application without disrupting how other applications run. A virtual device is required for any hardware device that has settable operating modes or retains data over any period of time. In other words, if the state of the hardware device can be disrupted by switching between multiple applications, the device must have a corresponding virtual device. The virtual device keeps track of the state of the device for each application and ensures that the device is in the correct state whenever an application continues.


Additional reference words: 3.00 coprocessor VFoxWin
KBCategory: kbsetup kbprb kbtshoot
KBSubcategory: FxsetupError


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: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.