Message-ID: <388F7B15.6AFFDA53@sgi.net> From: John & Susie X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 20 Date: Wed, 26 Jan 2000 17:54:13 -0500 NNTP-Posting-Host: 209.166.130.199 X-Complaints-To: abuse AT stargate DOT net X-Trace: news.sgi.net 948927286 209.166.130.199 (Wed, 26 Jan 2000 17:54:46 EST) NNTP-Posting-Date: Wed, 26 Jan 2000 17:54:46 EST Organization: Stargate Industries, LLC To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Try this: BITMAP *bmp; bmp = create_bitmap(320,200); Knight6 AT aol DOT com wrote: > > Hello. > I just got DJGPP and RHIDE a little while ago it's really nice with the > functionality and all. > But i seem to have a problem when i do the bit map functions like > > BITMAP *bmp = create_bitmap(320, 200); > > i get a message that says > > main.c(14) error: parse error before ' * ' > what can i do about this problem? > thank you