Casting and get an Object

Apr 2 2005 7:37 PM
Hi all. I have to cast a byte [] to an unsigned char _gc[]. I try to do: unsigned char array1 _gc[]; byte array2 []; memcpy (array1, array2, numBytes); but it doesnt work. Are there any function that can convert this types? Thanks!

Answers (1)