Re: [AD] [GUI] Error using MSG_IDLE |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
----- Original Message -----
From: "Vincent Penquerc'h" <vincent@xxxxxxxxxx>
To: "Javier González" <xaviergonz@xxxxxxxxxx>
Sent: Monday, January 29, 2001 12:24 PM
Subject: RE: [AD] [GUI] Error using MSG_IDLE
> > Hello, when inside one of my gui procs i add
> > if (MSG_IDLE) {
> > SEND_MESSAGE(blabla, MSG_DRAW, 0);
> > }
> >
> > this is, when i add the SEND_MESSAGE, the program after x secs crashes
> > but when i delete that line works correctly
> > this didnt happened with 3.9.33WIP
>
> do you mean if (msg==MSG_IDLE) ?
> if not, then it's probably stack overflow.
yes, i meant if (msg == MSG_IDLE)
what do you mean by an stack overflow? i mean, why should that happen?