cvs.gedasymbols.org/archives/browse.cgi | search |
Date: | Mon, 22 Nov 1999 13:22:03 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Protozone <foster AT tig DOT com DOT au> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: Error: cannot convert `regs' from type `REGS' to type `REGS *' |
In-Reply-To: | <81aqis$8r4$1@toto.tig.com.au> |
Message-ID: | <Pine.SUN.3.91.991122132045.4922D-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Mon, 22 Nov 1999, Protozone wrote: > I'm trying out some basic graphics in DJGPP using a tutorial I found ( and > when compiling RHIDE gives me the error: > Error: cannot convert `regs' from type `REGS' to type `REGS *' The function int86 needs a pointer to REGS, so you need to call it like this: int86(0x10, ®s, ®s);
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |