Xref: news2.mv.net comp.os.msdos.djgpp:4884 From: richard DOT griffiths AT zetnet DOT co DOT uk (Griffiths, R - 196) Newsgroups: comp.os.msdos.djgpp Subject: mode13h gdx lib Date: 12 Jun 1996 13:52:34 GMT Organization: ;-( Lines: 24 Message-ID: <4pmi32$932@roch.zetnet.co.uk> NNTP-Posting-Host: man-q3.zetnet.co.uk Mime-Version: 1.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Does anyone know if there is a mode13h graphics libary around for djgpp? If there is where can I get it? Also, I would like to know how I can define an absolute address to a constant. For example, in pascal I can do this: const VGA_SEGMENT = $A000; and in MC I can do this: unsigned char *vga = (unsigned char *)0xA0000000; Needless to say that nither of these ways work in djgpp, so does anyone know how to do it? Thanks, Richard