From: "Michael McPheat" Newsgroups: comp.os.msdos.djgpp Subject: Allegro - textmode() help Date: 29 Aug 1997 02:23:11 GMT Organization: Customer of Connect.com.au P/L, Perth, Australia Lines: 9 Message-ID: <01bcb423$03ef4a00$5905a8c0@grunt> NNTP-Posting-Host: 203.57.110.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Does the textmode function work? I am wanting to use textmode(-1) to use transparent text but when I set textmode() to any value I get a protection violation and subsequent program termination. I am using the 320x200 VGA mode but the other modes produce the same problem. Am I supposed to set something up before using the textmode() function? I am not using any special palettes or fonts. Everything is just plain vanilla.