www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/03/22/11:20:15

From: "J. Hormuzdiar" <jimh AT pantheon DOT yale DOT edu>
Newsgroups: comp.os.msdos.djgpp
Subject: Graphics and Rhide
Date: Wed, 19 Mar 1997 12:09:04 -0500
Organization: Yale University
Lines: 28
Message-ID: <Pine.GSO.3.94.970319115845.24821A-100000@minerva.cis.yale.edu>
Reply-To: "J. Hormuzdiar" <jimh AT pantheon DOT yale DOT edu>
NNTP-Posting-Host: minerva.cis.yale.edu
Mime-Version: 1.0
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

Hello-
	I just upgraded to Rhide 1.2, and my graphics routine doesn't work
anymore.  Whenever I single step through the program it freezes when I try
to flip to the graphics page.  The code I use to do it is : 

	union  REGS regs;
	regs.h.ah = 0;
	regs.h.al = 19;
	int86(0x10, &regs, &regs);      <------- Freezes here

	Once I get here the only way to unfreeze the computer is to turn
it on and off (crtl-alt-del doesn't work).

	I have not had this problem with previous versions of Rhide. 

	If it matters, I am using a dual monochrome monitor/color vga
monitor.

						Thanks
							-Jim

	As always, I just want to remind all the folks involved how much I
appreciate this software.... Especially R. Hoehne who has personally
written me many times.



- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019