I am trying to use the Dynamic Jump Table to solve the 16-bit out of reference
problem.  I followed the example from the Knowledgebase and added the following
to Main.c:
     typedef struct {
          Boolean (*frpErNotifFormHandleEvent)(EventPtr eventP);
     } FarCallsType;
     typedef FarCallsType FarCalls;

     #define FrpErNotifFormHandleEventFar (*FarCalls.frpErNotifFormHandleEvent)
     FarCalls.frpErNotifFormHandleEvent = FrpErNotifFormHandleEvent;
However, I am getting a syntax error from CodeWarrior Compiler as below.  I
searched all SDK 3.5 Documentations to tried to find help on creating a Dynamic
Jump Table.  It is not documented.  Does anybody know where else can I go?
     Error   : declaration syntax error
     Main.c line 32   FarCalls.frpErNotifFormHandleEvent =
FrpErNotifFormHandleEvent;


-Elizabeth



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to