Date: Wed, 26 Feb 1997 09:12:00 -0600 (CST) From: Andrew Deren To: djgpp Subject: Re: allegro 2.2 's textout function In-Reply-To: <33147146.6CAB@eev.e-technik.uni-erlangen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I get the same thing. I suppose that staring from allegro 2.2b the definition of textout changed from char * to unsigned char * to accomodate more than 128 characters in a font. I am not sure though. On Wed, 26 Feb 1997, Schuster wrote: > 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 >