Microsoft Visual C++ supported target Windows versions

Microsoft Visual C++ supported target Windows versions – Supported Platforms – Target Platforms. MSVC versions: 6.0 Visual C++ 6.0. 7.X Visual C++ .NET 2002, 2003 (7.0, 7.1). 8.0 Visual C++ 2005. 9.0 Visual C++ 2008. 10.0 Visual C++ 2010. 11.0 Visual C++ 2012. 6.0 7.X 8.0 9.0 10.0 11.0 Windows 95 ok ok hack Windows …

Opening tab separated file in Excel: Excel has detected that ‘file.txt’ is a SYLK file, but cannot load it

You try to open a tab separated file in Excel and get error ‘Excel has detected that ‘test.txt’ is a SYLK file, but cannot load it. Either the file has errors or it is not a SYLK file format. Click OK to try to open the file in a different format.’ The file looks something …

Change timezone with TZ environment variable in Windows

If your program uses one of the following MFC or CRT function, then you can change timezone using TZ environment variable: CTime::GetLocalTm CTime::Format COleDateTime::operator= ctime _wctime _tctime _ctime64 _wctime64 _tctime64 mktime _mktime64 _utime _wutime _tutime _utime64 _wutime64 _tutime64 For example, to set the TZ environment variable to correspond to the current time zone in Germany, …