Themuppeteer
Programmer
I have a struct
myClass
{
char* myString;
int myIntArray[20];
char* myOtherString;
}
All the values have been filled in, (on server side) and by using com it has arrived in my client in this variable:
variant result;
Can someone provide me with the code to get all the values (myString,myIntArray and myOtherString) out of the result var ?
I'd appreciate it.
(I already asked something similar but wasnt specific enough I think)
Thnx a lot. Greetz,
NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)
Don't eat yellow snow...and don't mess with your fstab!
myClass
{
char* myString;
int myIntArray[20];
char* myOtherString;
}
All the values have been filled in, (on server side) and by using com it has arrived in my client in this variable:
variant result;
Can someone provide me with the code to get all the values (myString,myIntArray and myOtherString) out of the result var ?
I'd appreciate it.
(I already asked something similar but wasnt specific enough I think)
Thnx a lot. Greetz,

NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_)
Don't eat yellow snow...and don't mess with your fstab!