I can run a dos program when I set
$_console = (1) # use 'console' video
$_graphics = (1) # use the cards BIOS to set graphics
and run the program in console mode
However I was hoping to run the program in X with xdos. When I run it in
xdos mode I get
[EVALUATION DR DOS 7.03] C:\FLUFF>fluff6
Illegal function call in module VXLOGO at address 0D58:009D
Hit any key to return to system
All the program does is flash up a banner screen then goes to a dos
application (which I am sure would run in xdos)
Am I out of luck?