HOWTO: Starting FoxPro 2.0 Extended Version under Windows 95

Last reviewed: June 18, 1997
Article ID: Q170307
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, version 2.0 on the following platform: Win95

SUMMARY

Since the memory manager used with the extended version of FoxPro 2.0 uses Virtual Control Program Interface (VCPI) for its memory management, and Windows 95 uses MS-DOS Protected Mode Interface (DPMI), the error message "Incompatible Memory Manager" appears after attempting to start the extended version of FoxPro 2.0 under Windows 95. However, by using certain properties available with Windows 95 shortcuts, you can successfully start FoxPro 2.0 for MS-DOS in extended mode while running Windows 95.

MORE INFORMATION

The method described below does not actually run FoxPro 2.0 in extended mode under Windows 95. Because of the conflict in memory managers, this is impossible. This procedure allows you to start the extended version of FoxPro 2.0 for MS-DOS by logging out of Windows 95, restarting the machine in MS-DOS mode with a specific memory configuration, and returning to Windows 95 after exiting FoxPro 2.0. This method is best suited for stand- alone applications of FoxPro 2.0 since network connections created under Windows 95 are lost when Windows shuts down. However, if network connections are necessary, a batch file can be created that would set up the network connections at the MS-DOS level and then start FoxPro 2.0 in extended mode.

  1. Create a shortcut pointing to the Foxprox.exe file.

  2. Right-click the new shortcut and select Properties.

  3. Click on the Program tab and click the Advanced button.

  4. Select MS-DOS Mode and click the "Specify a new MS-DOS configuration" button.

  5. Type the following lines in the window entitled Config.sys for MS-DOS mode:

          Device=Win95\Emm386.exe 4096
          Files=99
          Buffers=10
    

  6. Click OK twice to close the shortcut's Properties dialog box.

  7. Start FoxPro 2.0 for MS-DOS by double-clicking its shortcut.

NOTE: Unless you run a compatible MS-DOS mouse.com command within the
      window entitled Autoexec.bat for MS-DOS mode, this session of
      FoxPro(X) will not have mouse capabilities.

 

	
	


Keywords : foxdos FxenvAutoexec FxenvOs
Version : MS-DOS:2.0
Platform : MS-DOS
Issue type : kbhowto


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