[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Time Manager tasks and as foreign functions
- To: info-mcl@cambridge.apple.com
- Subject: Time Manager tasks and as foreign functions
- From: "M. G. Slack" <slack@starbase.mitre.org>
- Date: Wed, 17 Nov 1993 10:38:06 -0500
Has anyone ever setup a periodic task using the time manager system from within
a foreign function call? I've made a couple of attempts but the system crashes
instantly. My test was trivial ... setting a periodic task up which increments
a counter every n-milliseconds and then each time the ff is called it returns
the count. I can get the code to run as a standalone c program but not as a
ff. I'm guessing that it has somthing to do with setting and restoring the A5
environment. Any leads?
marc