Hi all,
        I have the following code in my PNO.

......
 lDec->vSetParam = sDecSetParam;
lDec->vSetParam(3);
.....

My application crashes when it is executing  lDec->vSetParam(3).
But if I can my code to

......
sDecSetParam(3);
......

it works fine. Can I have function pointers in PNO ? Can anyone explain me
as to where I am going wrong ?

Thank & Regards,
Deepak



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

Reply via email to