From: benm AT comtch DOT iea DOT com (Ben McGaughey) Subject: char -->far<-- *var???? Newsgroups: comp.os.msdos.djgpp NNTP-Posting-Host: comtch.iea.com Message-ID: <32a0b415.0@news.iea.net> Date: 30 Nov 96 22:24:21 GMT Lines: 6 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I was trying to write a program that did this: char far *screen=(char far *)MK_FP(0xa000,0); but... DJGPP doesn't support the word 'far' or 'MK_FP'!! What can I do?