I am trying to set an alarm from code that is not in a standard application. The type 
of the database is not 'appl'. If I use AlmSetAlarm, will it still call up my code 
event though the type is different? Another approach that I considered taking is 
creating a MemPtr and setting the owner to the system so that it would not be freed. 
Could I store the code to be called in the MemPtr, then use AlmSetProcAlarm and point 
the procedure to the MemPtr? If I compiled that procedure as part of my application's 
code, could I use sizeof() to determine the size of the function so that I know how 
much data to write to the MemPtr?
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to