CompuServe Messages

#PC Imagine arrives

    18-Apr-93 10:31:39
Fm: William Earl 71023,1365
To: Stan Kalisher (Impulse) 76004,1767
Rick, I've made a little progress with PC Imagine. I replaced 386Max with the DOS 6.0 memory managers, and got different results. Now when I start Imagine the screen switches into the hires mode and the following message displays briefly in the upper left corner of the screen: failed to enlarge CS/DS init_mem() failed Then the DOS prompt returns, in regular resolution. This is on the 486/33 with 8MB ram and a Diamond Speedstar 24 SVGA. Same results on the other machine with an Orchid card. Here's my current autoexec.bat: @echo off LH /L:1,35184 C:\MOUSE\LMOUSE.com SER 1 LH /L:0;1,42384 /S C:\DOS\SMARTDRV.EXE E D 1024 1024 SET PATH=C:\;C:\DOS;D:\IMAGINE prompt=$p$g MODE CON RATE=32 DELAY=1 And config.sys: DEVICE=C:\DOS\HIMEM.SYS DEVICE=C:\DOS\EMM386.EXE RAM BUFFERS=15,0 FILES=60 DOS=HIGH,UMB LASTDRIVE=D FCBS=4,0 STACKS=0,0 SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p Suggestions?