Hi folks,

I have a small debugging problem and was hoping someone could help me out.

I'm trying to get a scroller and field to work in conjunction, and for that
purpose I call

    'FldGetScrollValues(fldP1, &scrollPos, &textHeight, &fieldHeight)'

     where,  fldP1 = GetObjectPtr(My_Field);

     Declarations:   WordPtr scrollPos, textHeight, fieldHeight;

     I'm getting a compile-time error which says, in relation to the
     'FldGetScroll..." statement:
         "cannot convert: 'unsigned short **' to'unsigned short *const';

I'd appreciate it if someone could clarify the meaning of this error in
relation to the situation. Am I forgeting to include any specific type-cast
here?

regards,

Akshay


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

Reply via email to