From: Schuster Newsgroups: comp.os.msdos.djgpp Subject: allegro 2.2 's textout function Date: Wed, 26 Feb 1997 09:22:14 -0800 Organization: Lehrstuhl fuer Elektrische Energieversorgung Lines: 8 Message-ID: <33147146.6CAB@eev.e-technik.uni-erlangen.de> References: <199702251244 DOT NAA06888 AT gil DOT physik DOT rwth-aachen DOT de> <5ev21b$iav AT news DOT ox DOT ac DOT uk> NNTP-Posting-Host: eev6.e-technik.uni-erlangen.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi! I'm writting on a c++ program with Allegro. I switched to alleg22 beta and now get a lot of warnings, cause the textout-function claims that the char* argument should be "unsigned char* ". Why this change? Is there any way to get rid of it or change it to the old way? Michi