From: jfvschra AT eduserv1 DOT rug DOT ac DOT be (Johan Verschraegen) Newsgroups: comp.os.msdos.djgpp Subject: allegro gui question Date: 17 Sep 1998 08:43:28 GMT Organization: University of Ghent, Belgium Lines: 8 Message-ID: <6tqi3g$8oc$1@inf6serv.rug.ac.be> NNTP-Posting-Host: eduserv1.rug.ac.be To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I would like to use the allegro gui for a program and i have a simple question. In the DIALOG type there's a pointer called *dp. I want to put a BITMAP pointer in there to make a bitmapped button. Unfortunately i cannot use the pointer. Can i solve this in some elegant way(i.e. i don't want to use global pointers to bitmaps which my bitmap_button function then could use). Thanks in advance. johan