[EMAIL PROTECTED] wrote:

> I've done some further checking and it seems that the table load callback
> procedure routine doesn't recognise the global variable for the DmOpenRef to
> my database. Any ideas on why this might happen/solutions??

Are you using gcc? If so, you need the infamous CALLBACK_PROLOGUE and 
CALLBACK_EPILOGUE macros. Without them, your callback routine is using 
the wrong register as the pointer to your global data.

--
Roger Chaplin
<[EMAIL PROTECTED]>

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

Reply via email to