Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ukma!rutgers!ucsd!cogsci!carrier From: carrier@cogsci.ucsd.EDU (Mark Carrier) Newsgroups: comp.sys.mac.programmer Subject: Time Manager in LSP 2.0 Summary: Problems with A5? Message-ID: <741@cogsci.ucsd.EDU> Date: 5 May 89 08:04:11 GMT Reply-To: carrier@cogsci.UUCP (Mark Carrier) Organization: U.C. San Diego, Institute for Cognitive Science Lines: 15 I've successfully used the Time Manager routines in LSP 1.11 to install a task that increments a counter every X milliseconds. In the procedure that is executed every X ms, the counter (a global variable) is incremented and the procedure reinstalls itself into the Time Manager's queue. I use SetCurrentA5 and SetA5 per TechNote #208 at the beginning and end of the task. Unfortunately, this code does not run in LSP 2.0. The machine bombs. Has anybody successfully used the Time Manager in LSP 2.0 code? Is there a new problem with A5 that is not overcome by using SetCurrentA5 and SetA5? (I'm using sys 6.0.2 on a Mac II) Thanks in advance. Mark Carrier