MegaCode535
August 23rd, 2010, 08:18 AM
I´m just wondering what´s going wrong in the following conversion:
Byte var1[] to array< Byte >^var1
It works.
Byte var2 __nogc [10] to array< Byte >^ var2
It fails.
Cheers
Byte var1[] to array< Byte >^var1
It works.
Byte var2 __nogc [10] to array< Byte >^ var2
It fails.
Cheers