From: night DOT walker AT tiscalinet DOT it Message-ID: <38E25F10.BA510A01@tiscalinet.it> Date: Wed, 29 Mar 2000 21:52:48 +0200 X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: DJ Delorie Subject: Allegro and interrupts Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I must call sin() inside an timer function (i can't use a LUT, would be too inaccurate...) I don't know how can i lock the function code (without knowing the size) However the program runs very well, even if i force it to swap filling all the ram, and even under w95 in background with lots of other programs running... On my computer, setting a timer and locking all but a single int makes a full crash... Is not a smart test, i know, so i want to ask: Is it SAFE or i should lock sin() and related funx somehow? How can i do it? Thanx for any help Night Walker