Date: Thu, 31 Dec 1998 09:54:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Floris van den Berg cc: djgpp AT delorie DOT com Subject: Re: allegro timer pointed to object In-Reply-To: <01be3449$ff7d20c0$617e97c2@fvdberg.magenta.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com 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).