Xref: utzoo comp.os.msdos.programmer:3878 comp.windows.ms.programmer:1289 Path: utzoo!news-server.csri.toronto.edu!rutgers!mcnc!gatech!uflorida!reef.cis.ufl.edu!jdb From: jdb@reef.cis.ufl.edu (Brian K. W. Hook) Newsgroups: comp.os.msdos.programmer,comp.windows.ms.programmer Subject: Borland C++ under Win /3 Message-ID: <27406@uflorida.cis.ufl.EDU> Date: 12 Mar 91 04:27:34 GMT Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 26 I am trying to get BC to run under Windows, and it works fine, except when I do File | Get Info it says that it is not using either XMs or EMS....SO....this is a problem. Program Item: Runs BC.PIF BC.PIF: Runs BC.EXE Optional Parameters: /e (I've tried /x also) file.prj Advanced Options: EMS Required: 2048 Maximum: 2048 XMS "" : 0 "": 0 It runs just fine, but it won't let me use EMS or XMS!! I have tried swapping /e and /x, EMS and XMS params, etc. but to no avail. I am running QEMM with the following switches: device=QEMM.SYS NOSH NOEMS ROM RAM Does that NOEMS matter? I thought it shouldn't since Windows will configure available memory as EMs for any application that wants it, right? Brian