Cannot load VDM IPX/SPX support

new topic     » topic index » view thread      » older message » newer message

I have a lengthy Euphoria DOS program that uses 

if graphics_mode(18) then
 puts(1, "need VGA graphics!\n")
 abort(1)
end if
 
 set_display_page(0)
 set_active_page(3)
  --load & display a bunch of stuff (unseen at this time)
 set_active_page(2)
  --load & display a bunch of stuff (unseen at this time)
 set_active_page(1)
  --load & display a bunch of stuff (unseen at this time)
 set_active_page(0)
  --Start program
  --when the correct key is pressed,
  
  set_display_page(1)
  set_active_page(1)--page 1 is now seen and ready for input

This works fine in Win95 & Win98 but in Win2000 I get the above warning
 and page 2 and 3 are both displayed.
 Page 2 on the top of the screen and page3 on the bottom of the screen.

 Does anybody know what's going on here?

 Don Cole
 SF

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu