Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
16 bit errors displaying in Windows
Name: David H. Hagen Date: November 23, 2003 at 21:04:27 Pacific OS: DOS CPU/Ram: PIII 450, 512 RAM
Comment:
Does anyone know how to make a 16 bit app not display this error when trying to run in Windows:
16 bit MS-DOS Subsystem D:\Programs\NORTON~E\NAVDX.exe An application has attempted to directly access the hard disk, which cannot be supported. This may cause the application to function incorrectly. Choose 'Close' to terminate the application.
The app works fine but just displays this annoying error when ran. Any ideas??
Name: Wengier Date: November 24, 2003 at 15:40:38 Pacific
Reply:
So you mean your OS is Windows NT/2K/XP instead of DOS? WinNT/2K/XP only have "Win32 Console"(a.k.a. "Command Prompt"), not DOS. When NAVDX(Norton AntiVirus for DOS) runs, it tries to access the drive directly using the 16-bit DOS disk function, but which is forbidden by WinNT/2K/XP. So, you should run it under real DOS, or click "Ignore" if you receive this error message under WinNT/2K/XP.
Summary: I was hoping someone would know if there is an emulation program for 16-bit dos program under Win2k. I'm having a problem running old program under the new 32-bit architecture. Specifically, my inpo...
Summary: If you start a DOS window, you will rather be in a sort of emulator. The dos application runs as any other 16-bit application does in Windows, but it doesn't do much by itself. You can switch to and f...
Summary: From a little digging around on the web, I found this article that explains things (fairly) clearly. A processor works with certain data sizes at a time. Microcomputers started at 4 bits (with the In...