Hi all,

I'm doing an extension for Satellite Forms, on CodeWarrior R6, that
implements communications functions.

But, I'm needing to "overwrite" the Sat. Forms event loop, so I can generate
events and make the assynchronous communications work.

If I were using CW only, it would be this way:

static void AppEventLoop(void)
{

 do {
//  EvtGetEvent(&event, evtWaitForever);  not used anymore
   //Calling myEvtGetEvent to get socket events
  myEvtGetEvent(myObject, &event, evtWaitForever);

...

 } while (event.eType != appStopEvent);
}

Any help would be very appreciated.
Thanks a lot...

Marcio Ballo
Portway Sistemas Ltda.



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

Reply via email to