>When i come to this line in the code:
>   recordH = DmQueryRecord(SiteDB, 0);
>in the Debugger variables window i see "Register not available"

Because of the way the compiler optimizes, at the time the error 
occurs, those values are not available. One way to get around this 
is, once you realize there's a problem with a particular piece of 
code, put in a test for the possible error condition prior to the 
code that blows up, and look at the values.

Regards,
Steve Mann
-- 
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

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