> Can you clarify what compiler errors are you getting?

Sure:

>> void MyCall(const unsigned char ** x);
>> 
>> void my_fun()
>> {
>>      unsigned char myPointer[50];
>>
>>        ...
>>
>>      MyCall(&myPointer);
>>        ...
>>
>>      return;
>>}

Error : illegal implicit conversion from `unsigned char **` to
`const unsigned char **`

-jeffp


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