From: "Javier A." Newsgroups: comp.os.msdos.djgpp Subject: ALLEGRO BITMAP STRUCT Date: Sat, 17 Jan 1998 00:49:26 +0100 Organization: Spain Global-One InterNetNews site Lines: 9 Message-ID: <69p12e$m2r$1@keppler.global-one.es> NNTP-Posting-Host: 194.51.86.177 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk hello, I want to comparate a number of pointer BITMAP with another number, but djgpp dont compile it: if (struct->line[0]==2) {} I want to know if in a bitmap, the next color is gray i.e.the error is : warning: comparssion betwwen pointer and integer HELP ME PLEASE