WXServer Program in Windows StartUp Group

Last reviewed: July 22, 1997
Article ID: Q118428
1.50 WINDOWS kbtool

The information in this article applies to:

  • Microsoft Visual C++ for Windows, version 1.5

When you run the Visual C++ setup program and install components from the OLE SDK, Visual C++ adds a utility called WXServer to the Windows StartUp group. The WXServer utility, along with its MS-DOS counterpart WX.EXE, enables an MS-DOS application running in Windows to launch another Windows application. To use WX, you need the device drivers WXSRVR.EXE and VMB.386, which are installed by the setup program.

WXServer is needed because two of the OLE SDK samples use the file WX.EXE in their makefiles to invoke MKTYPLIB, which is a Windows-based application. Because the make utility (NMAKE.EXE) runs as an MS-DOS application, you need to invoke MKTYPLIB this way as well. The two samples that use MKTYPLIB are DSPCALC2 and HELLO.

WXServer is only needed to build the two OLE samples mentioned above. Therefore, it is not necessary to run WXServer every time you start Windows, which is the effect you get by having it in the StartUp group. There is no problem moving WXServer from the StartUp group to other program groups; you just need to make sure to start it running before building the OLE samples.

NOTE: When you install Visual C++ on Windows NT, WXServer is not placed in the StartUp group. Under Windows NT, you do not need WXServer to build the two OLE samples.


Additional reference words: kbinf 1.50 WX1002 WX1003 OLE2.01
KBCategory: kbtool
KBSubcategory: TlsMisc
Keywords : kb16bitonly


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: July 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.