I have a local event loop for my Palm app:


do {
       EvtGetEvent(&event, evtNoWait);

       if (! SysHandleEvent(&event))
       if (! MenuHandleEvent(0, &event, &error))
            FormDispatchEvent(&event)

   } while (event.eType != appStopEvent && isDone == false);



and am looking for the equivalent for WM so I can port my app -- anybody have a code snippet they can share? I surfed the web for one but didn't come up with anything.

Thanks,
Rich

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to