From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: error on putpixel? Date: Wed, 3 May 2000 15:27:41 -0400 Organization: http://unur.com/ Lines: 23 Sender: verified_for_usenet AT cornell DOT edu (asu1 on 128.253.251.163) Message-ID: <8epun4$25v$1@news01.cit.cornell.edu> References: <20000503144411 DOT 18540 DOT 00001011 AT ng-fo1 DOT aol DOT com> NNTP-Posting-Host: 128.253.251.163 X-Trace: news01.cit.cornell.edu 957382179 2239 128.253.251.163 (3 May 2000 19:29:40 GMT) X-Complaints-To: usenet AT news01 DOT cit DOT cornell DOT edu NNTP-Posting-Date: 3 May 2000 19:29:40 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Buffalo276" wrote in message news:20000503144411 DOT 18540 DOT 00001011 AT ng-fo1 DOT aol DOT com... > I'm using RHIDE and i wrote this small test-program > > int main () > { > BITMAP bmp = screen; > allegro_init; > set_gfx_mode(GFX_AUTODETECT,1024,768,0,0); > set_color_depth(8); > putpixel(bmp,21,21,3); > } > i haven't used allegro in a while i am pretty sure allegro_init is a function. i.e. replace allegro_init with allegro_init(). Sinan. -- mailto:Sinan_Unur AT mail DOT com http://unur.com/