From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ Allegro Wrapper? Date: Tue, 07 Apr 1998 07:54:57 -0700 Organization: All USENET -- http://www.Supernews.com Lines: 20 Message-ID: <352A3E41.423C@plinet.com> References: <6gb1k1$4042 AT walter DOT wcom DOT com> <35293F38 DOT 21633C2 AT dds DOT nl> NNTP-Posting-Host: 23806 AT 207 DOT 174 DOT 3 DOT 222 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 Precedence: bulk Shawn Hargreaves wrote: > > Michael Wallace x3738 wrote: > > Is anyone working on a C++ wrapper around the Allegro 3.0 API? > > Seth Lowenberger (slowenbe AT stevens-tech DOT edu) has been working on > something along these lines. So far I think he has made wrapper classes > for the BITMAP objects and various sound-related structures, but you > will have to contact him directly for details... > > -- > Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ > "Pigs use it for a tambourine" - Frank Zappa I've been converting the dialog functions to C++ mainly so the dialog array doesn't have to be static. Ie do_dialog and related functions accept a Dialog ** . If I ever get it pretty I'll post It. Charles Terry