1. #define INFOMW(info) { std::wstringstream line; line << __LINE__; std::wstring s = _T(__FUNCTION__) + wstring(L" : ") + line.str(); MessageBox(NULL, s.c_str(), info, MB_OK); }
  2.