The information in this article applies to:
SYMPTOMSUsing the Visual WorkBench to build an internal project or to compile a file may cause the following error message to be generated: <filename> could be the currently loaded file name or the name of any file that is part of the current project. Loading the project as an external makefile allows the files in the project to be successfully compiled. Also, individual source files that show the problem can be successfully compiled from the command line outside the Visual WorkBench. Different symptoms occur with Visual C++ 2.0 and 2.1. For more information, please see the following article in the Microsoft Knowledge Base: Q125494 BUG: Visual C++ Gives GP Fault If System Date past 18-Jan-2038 CAUSEThis problem can be caused by having the system date and time set to a value after January 19, 2038, 3:14:07 A.M. RESOLUTIONSet the system date and time to the current date and time. STATUSMicrosoft has confirmed this to be a problem in Visual WorkBench version 1.1. This problem was fixed in Microsoft Visual C++, 32-bit Edition, version 4.0 MORE INFORMATION
The problem has to do with the fact that the time-related C run-time
functions use a type of time_t to represent time values. Currently
time_t is defined to be a signed long. The maximum number of seconds
that can be stored in a signed long is 2,147,483,647. Because the time-
related functions use 00:00:00 (midnight), January 1, 1970 as their
base, the maximum time and date that can be represented with a time_t
type is January 19, 2038, 3:14:07 A.M.
Additional query words: Gateway cmos 1.00 1.10
Keywords : kbide kbVC |
Last Reviewed: January 19, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |