From: visage AT yourmom DOT com (Visage) Newsgroups: comp.os.msdos.djgpp Subject: Re: Coding problems from an extreme C newbie... Date: Wed, 18 Nov 1998 03:35:33 GMT Organization: Your Mom.Com Lines: 18 Message-ID: <36523fe9.208662@news.flash.net> References: <199811172338 DOT XAA19457 AT remus DOT clara DOT net> NNTP-Posting-Host: ip252.toledo.oh.pub-ip.psi.net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 17 Nov 1998 23:38:02 -0000, "Arthur" wrote: >Or you suddenly find that you should have put an & in front etc. > >Happens to the best of us :-( Hehe.. Okay, one quick q: I'm messing around with data files. After about 3 hours and a couple taunts at my monitor, I finally got a font imported and displayed on the screen. The only prob now is I need to get a palette displayed from a datafile. I tried a few things myself, none of which worked. Then I looked at the demo.c source in allegro/demo... yeesh...scary stuff.. I still couldn't get it to load a pelette. What am I doing wrong here? - Steve