From: "J. Hormuzdiar" 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: Reply-To: "J. Hormuzdiar" NNTP-Posting-Host: minerva.cis.yale.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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, ®s, ®s); <------- 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.