P
Paul Steckler
I'm using a managed C++ class that wants an
unsigned char __gc[] as input. Is there a
way to easily populate that array from a
string constant (or wide string constant, etc.)?
I'd like to do something like:
unsigned char foo __gc[] = "your ad here";
but of course that doesn't work.
Any suggestions welcome.
-- Paul
unsigned char __gc[] as input. Is there a
way to easily populate that array from a
string constant (or wide string constant, etc.)?
I'd like to do something like:
unsigned char foo __gc[] = "your ad here";
but of course that doesn't work.
Any suggestions welcome.
-- Paul