camSscanf(MainWndPosString, _T(“%d %d %d %d %d %d”), &WndRect.x, &WndRect.y, &WndRect.width, &WndRect.height, &OldScreenSize.x, &OldScreenSize.y) == 6) &&
camSscanf(MainWndPosString, “%d %d %d %d %d %d”, &WndRect.x, &WndRect.y, &WndRect.width, &WndRect.height, &OldScreenSize.x, &OldScreenSize.y) == 6) &&
wxRect::Contains() instead
AfxGetApp().GetAppName().c_str();
to
AfxGetApp().GetAppName().wx_str();
String_256 DiagOutput;
camPrintf(DiagOutput);
to
camPrintf( (TCHAR*)DiagOutput);
// if( !CheckValidator() ) { // return false; *TYPENOTE: Correct* // }