Obviously, that's a pre OS 3.5 function there.  (as evidenced by the
VoidPtr declaration) =)

-Rus

>Here's what I'm using as GetObjectPtr():
>
>static VoidPtr GetObjectPtr( Word objectID )
>{      
>    FormPtr frmP;
>       
>    frmP = FrmGetActiveForm( );
>    return (FrmGetObjectPtr( frmP, FrmGetObjectIndex( frmP, 
>objectID)));
>}      


-- 
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