I'm new to MFC and I don't know what to do with this error.
ERROR
error C2664: 'void ATL::CStringT::Format(const wchar_t *,...)' : cannot convert parameter 1 from 'const char [6]' to 'const wchar_t *'
heres the line:
m_Echo1.Format("%d %",state.dwMemoryLoad);