First post, by airmac
I am using DOSBOX version 0.71 on Windows Vista to run some older DOS based programs called Teletutors. Teletutor software is used to teach students about computer concepts, there basically little mini lessons. I have the Teletutor files copied to a folder in Program Files and use a batch file from the desktop to start the application. My batch file contains:
C:
Cd C:\Program Files\DOSBOX-0.71\
Dosbox “C:\ProgramFiles\Teletutor\ISDN\Student.exe” –exit –fullscreen
Exit
The batch file executes and DOSBOX starts up in full screen mode but my application does not start. When this occurs the DOSBOX status window shows:
MIDI: Opened device:win32
Failed to create hardware surface.
Restarting video subsystem with windib enabled.
What steps are necessary to fix this error? I have not made any changes to the dosbox.conf in any way.
Thank you in advance for your assistance.