|
ATL :: CSimpleStringT <BaseType, t_bMFCDLL> :: GetBuffer ”: 2 overloads legal conversion without“ this ”pointer
The problem code when using MultiByteToWideChar function is as follows:
MultiByteToWideChar (CP_ACP, MB_PRECOMPOSED, strArray.GetAt (0) .GetBuffer (0), -1, olePath, strArray.GetAt (0) .GetLength () + 1);
Please give pointer |
|