Home > Back-end >  Cstrings: : Format not sure which is overloaded function instance
Cstrings: : Format not sure which is overloaded function instance

Time:12-29

(void (Cctestdll: : *) (LPCSTR pszFormat,... )) & amp; Cstrings: : Format;
Can in the above & amp; Tip can't determine which overloaded functions need to be there... An instance of the
Among them: for CStringA cstrings

CStringT: : the Format
Void __cdecl Format (UINT nFormatID, [, argument]... );
Void __cdecl Format (PCXSTR pszFormat, [, argument]... );
I want to use is a second, PCXSTR should into LPCSTR right,,,
How to solve the problem of overloaded functions of don't know which???????
  • Related