المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Error : 'strcpy_s' : none of the 2 overloads could convert all the argument types.



C++ Programming
04-17-2011, 03:52 AM
Hi all,

i m using this


char buffer[250];
CString str=_T("Test");
strcpy_s(buffer, str);


and this error 'strcpy_s' : none of the 2 overloads could convert all the argument types

comes please help me to resolve this.