Yep, spotted that after. Oops. I scanned it too quickly and thought it said
"Char *recordP, *fieldP;".

I normally split declarations out on separate lines:

Char *recordP;
Char *fieldP;

...and in fact for the Palm I would normally use CharPtr instead of Char *.

Pete

> -----Original Message-----
> From: Yu, Ken [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, February 16, 2000 1:47 PM
> To:   Palm Developer Forum
> Subject:      RE: SDK 3.5 Type Conversion Error
> 
> fieldP is not declared as a char * in Elizabeth's code.
> 
> Char * recordP, fieldP;
> 
> Does not mean that both recordP and fieldP are Char pointers.
> 

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

Reply via email to