Date: Mon, 27 Dec 1999 00:08:44 +0500 (MVT) From: Prashant TR To: matej DOT baric AT guest DOT arnes DOT si cc: djgpp AT delorie DOT com Subject: Re: writing directly to video card In-Reply-To: <99122700022100.01070@yahoo> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Matej wrote: > > > _farpokeb(_dos_ds, 0xb8000+25*80*2, ascii value of character); > > _farpokeb(_dos_ds, 0xb8000+25*80*2+1, attribute you want); > > humm... it doesn't recognize that _dos_ds, it tells me that it is > undeclared... I have included the . what should I do? > thanks, > Matej > Include go32.h. I should be _farpokeb(_dos_ds, 0xb8000+25*80*2-2, ascii)... Prashant