Originally Posted By: atlee

PANEL* gpsfasetup_pan =
{
layer = 0;
bmap = gpsfasetup_bmp;
button(0,0,quitprogrambutt_bmp,NULL,NULL,quitprogram,NULL,NULL);
flags = SHOW;

PANEL* quitprogrambutt_pan
{
pos_x = 220;
pos_y = 550;
layer = 10;
bmap = quitprogrambutt_bmp;
flags = SHOW;


i dont know if you made this mistake with your post text or
also in your code but i think it would'nt have run if it were in your code
but just mentioning:
Code:
PANEL* gpsfasetup_pan =
{
layer = 0;
bmap = gpsfasetup_bmp;
button(0,0,quitprogrambutt_bmp,NULL,NULL,quitprogram,NULL,NULL);
flags = SHOW;
}<- wheres this missing bracket

PANEL* quitprogrambutt_pan
{
pos_x = 220;
pos_y = 550;
layer = 10;
bmap = quitprogrambutt_bmp;
flags = SHOW;
}<- wheres this missing bracket




Compulsive compiler