Message-ID: <001601be6799$4cf47920$d20d63ca@bj-cmbc> From: "thriller" To: Date: Sat, 6 Mar 1999 14:19:21 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0013_01BE67DC.54DEB4A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0013_01BE67DC.54DEB4A0 Content-Type: text/plain; charset="hz-gb-2312" Content-Transfer-Encoding: quoted-printable hello, I know that I have to write own code for displaying a mouse in SVGA = mode.It's a bit boring and difficult to me.I've heard there r some kinds = of new mouse drivers support SVGA,so where to get it and how to use it = to show my mouse curser? Another question:=20 I failed to selectpage of SVGA 101h in my own ISR timer in BORLAND = C++ 3.1.and I know ISR programming in DJGPP is harder than realmode = compilers.i know it's not allowed to do dos invoke in ISRs,but what to = do then, to select SVGA page? my code is here: =20 union REGS r; r.x.ax=3D0x4f05; r.x.bx=3D0; r.x.dx=3Dpage; int86(0x10,&r,&r); do it out of ISRs is ok. what's wrong? thanks a lot! =20 ------=_NextPart_000_0013_01BE67DC.54DEB4A0 Content-Type: text/html; charset="hz-gb-2312" Content-Transfer-Encoding: quoted-printable
hello,
    I know that I = have to write=20 own code for displaying a mouse in SVGA mode.It's a bit boring and = difficult to=20 me.I've heard there r some kinds of new mouse drivers support SVGA,so = where to=20 get it and how to use it to show my mouse curser?
    Another=20 question:
    I failed to selectpage of SVGA = 101h in my=20 own ISR timer in BORLAND C++ 3.1.and I know ISR programming in DJGPP is = harder=20 than realmode compilers.i know it's not allowed to do dos invoke in = ISRs,but=20 what to do then, to select SVGA page?
    my code is here:
 
  union REGS r;
  = r.x.ax=3D0x4f05;
 =20 r.x.bx=3D0;
  r.x.dx=3Dpage;
 =20 int86(0x10,&r,&r);
 
  do it out of ISRs is = ok.
  what's wrong?
    thanks a lot!
    =
------=_NextPart_000_0013_01BE67DC.54DEB4A0--