#Vmorph help
Steve,
Although you have EMM386 set up, it sounds like you may not have enough memory
allocated to it. I don't know how much VMORPH actually needs but I just tried
limiting it to 256K and it showed the same symptoms you described. You can use
the MEM command from DOS: if the EMS line says less than a meg try increasing
it in your CONFIG.SYS file. Change something like:
DEVICE=C:\DOS\EMM386.EXE 256 RAM to
DEVICE=C:\DOS\EMM386.EXE 1024 RAM or
DEVICE=C:\DOS\EMM386.EXE RAM
I'm pretty sure DOS5 will "share" EMS memory so that it's available as XMS or
DPMI memory if it's not actively in use as EMS. In other words you will still
have all of it available for Vistapro or Windows etc.
John.