i get this error error C2440: '=' : cannot convert from 'int' to 'char *', the code is
Code:
char *M_y;
M_y = LoadString(hInst, IDS_STRING1, pcString, MAX_LOADSTRING);
how can i make the error go away?