Xref: news2.mv.net comp.os.msdos.djgpp:2646 From: Broeker AT axp03 DOT physik DOT rwth-aachen DOT de (Hans-Bernhard Broeker) Newsgroups: comp.os.msdos.djgpp Subject: Re: Direct video Date: 11 Apr 96 11:11:57 GMT Organization: RWTH -Aachen / Rechnerbetrieb Informatik Lines: 11 Message-ID: References: <4kgeo6$s70 AT nyheter DOT chalmers DOT se> NNTP-Posting-Host: axp03.physik.rwth-aachen.de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp z95kahe AT mtek DOT chalmers DOT se (Henrik Karlsson) writes: >Could some one please tell me if there is a libary for writing directly to the >video memory in textmode (80x50 characters)? Or do i have to write one myself? That's what the functions in and are for. You'll want to look at cprintf() and some other ones. If you're (still) using DJGPP V1, be sure to put a '-lpc' to the end of your linking command line. Hans-Bernhard Broeker (Aachen, Germany)