Mail Archives: djgpp/1998/12/31/02:54:36
On 30 Dec 1998, Floris van den Berg wrote:
> Anyone ever tried to let the timer of allegro point to a object method? I
> have a small snippet that compiles, but crashes when i start it.
I'd guess that code called from a timer needs to be locked, and the data
it touches needs to be locked as well. Did you do that?
Also, when you report crashes, please always post the exact message
printed when the program crashes, complete with the register dump and
after running `symify' on it (see section 9.2 of the DJGPP FAQ list for
more details).
- Raw text -