Message-ID: <35EF8C87.8681183B@geocities.com> From: Merlin MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: correction to problem References: <6sl05n$e8h$1 AT supernews DOT com> <6sn9ia$jco$1 AT supernews DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 30 Date: Fri, 04 Sep 1998 06:45:29 GMT NNTP-Posting-Host: 232-cy-wpg.ilos.net NNTP-Posting-Date: Fri, 04 Sep 1998 01:45:29 CDT Organization: MBnet Networking Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk if your using rhide, step through it and find out on which line the error is.. ...i don't see anything terribly wrong with the function...perhaps i am missing something though. L8r, Merlin. jud wrote: > it causes an illigeal operation, not protection fault > > jud wrote in message <6sl05n$e8h$1 AT supernews DOT com>...I keep > getting an error on this function, any ideas? > > > > void vganorm() { > > __dpmi_regs r; > > r.x.ax = 3; > > __dpmi_int(0x10, &r); > > } >