Hello all,
     I am having a brain cramp or something. I try the following on the palmm 
and I get an error of reading from an invalid memory.

I have the following:

char *name[] = { "tom", "dick", "harry" };
char **names = name;


Then I have a function that does a cast onto the pointer ( UInt8 *)
Now I tried this on GCC (PC compiler) and it works fine, it gives me back the 
right string I ask for?

Am I missing something here??

Thanks
James

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to