Parameters in try using cstrings *, CStringArray, did not succeed, please expert advice, thank you!!!!!!
CodePudding user response:
BOOL XXXX (CStringArray& StrArray);
CodePudding user response:
StrArray [I]=VariantToCString (vtValue);
This individual assignment why not? Error afxcoll. Inl error 233 lines
StrArray. Add (VariantToCString (vtValue)); You can
CodePudding user response:
You want to [] subscript, need to call SetSize () sets the size,
CodePudding user response: