2006/5/16, Dmitry Grinberg <[EMAIL PROTECTED]>:
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
hello,
memory semaphore disables task switching on PalmOS, as well as timers,
so any sound being played back in the background will stop. all system
services that run in a thread will stop (like NVFS!!!) so i would not
recomend this at all, instead try
HwrEnableDataWrites() and HwrDisableDataWrites(). From what I know
pace allows those in 68k apps still. they do the same thing, but do
not stop other threads.
