Are you locking your pointer before evaluating? I don't know what you're pointing to (you didn't say) but if you point to memhandles in Palm you need to lock before usage.
----- Original Message ----- From: "Dinesh Kumar" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, September 16, 2002 7:55 AM Subject: Problem Redifined : Passing Parameters to a Shared Library Function > > Hello all, > I'm passing a pointer as an argument to a Shared Lib Function. > While Debugging i'm checking the address of that pointer.. > Inside the Shared Lib [while debugging] i get the same pointer address > but the value inside that pointer is LOST !!!. > > Note that : The same code with same arguments from the same calling > Application works fine with > another shared Library having exactly same function .[rest of the > functionalities are diff] > what could be the problem in the Library which is behaving so ..?? > Is any thing Library specific which i'm missing out while developing the > second Libr where prob is occuring? > Any ideas?? > > thanx in advance, > Dinesh. > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
