The information in this article applies to:
SYMPTOMSWhen targeting Windows CE 2.00 and linking with C run-time dynamic libraries (Msvcrt.dll or Msvcrtd.dll), global C++ objects are not initialized. RESOLUTIONIf C++ global objects are being used, do not use the C run-time dynamic libraries. Use the static run-time libraries instead. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe C run-time dynamic libraries were available only with Windows CE version 2.0. Devices using Windows CE version 1.0 or Windows CE 2.01 and later should not use these libraries. The following program demonstrates the problem when linked with Msvcrt or Msvcrtd:
Keywords : kbVC500 kbVC600 kbWinCE200bug kbWinCE210bug kbWinCE211bug |
Last Reviewed: July 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |