Board index » delphi » int 10h routines under win95

int 10h routines under win95

Hello, there!

I need some sample code how to use int10h routines under windows 95.
I'm working on a screensaver, but my computer hangs when I'm trying to
flip to 320*200*256 mode...
( asm
        move ax, 13h
        int 10h
end;)

Greetz, Paul Schouten

 

Re:int 10h routines under win95


In article <01bd7d15$085ade40$1b8ef1c3@compaq>, Paul Schouten
<hepat...@worldonline.nl> writes

Quote
>Hello, there!

>I need some sample code how to use int10h routines under windows 95.
>I'm working on a screensaver,

You will need to actually program for 32 bit in win 95 rather than, as
you seem to be doing, using a DOS program as a Win95 screensaver.

--
Pedt Scragg                    <newsmas...@pedt.demon.co.uk>

Never curse the Crocodile's mother before crossing the river

Other Threads