"itemprop =" text "> I created a Win32 console application (without enabling precompiled header option). And now my source code is, in this form, there are two compiler errors // AFormattingMsgBox.cpp: defines the entry point for the console application. // # include & lt; Windows.h & gt; #include "stdafx.h" // integer _tmain (int argc, _TCHAR * argv []) integer APIENTRY WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, integer iCmdShow) {int cxScreen, cyScreen; CxScreen = GetSystemMetrics (SM_CXSCREEN); CyScreen = GetSystemMetrics (SM_CYSCREEN); Messagebox printf (TEXT ("ScrSize"), text ("% i pixels wide by screen% i pixels wide is high"), cxScreen, cyson); Return 0; } CDECL MessageBoxPrintf (TCHAR * szCaption, TCHAR * szFormat, int x, int y) {TCHAR szBuffer [1024] int i; Va_list pArgList; Va_start (parlist, SJ format); _vsntprintf (szBuffer, sizeof (szBuffer) / sizeof (TCHAR), szFormat, pArgList); Va_...