The information in this article applies to:
SYMPTOMSWhen you use the Windows CE Toolkit for Visual C++ 5.0 or the Windows CE Embedded Toolkit for Visual C++ 5.0 on Windows 98, you might get the following error when opening or debugging a project in Developer Studio: This might result in Developer Studio crashing with the following error:
CAUSEWindows 98 installs an older version of ImageHlp.dll (file version 4.00) in the System directory. RESOLUTIONCopy the ImageHlp.dll (file version 5.00.1418.1) from the DevStudio\SharedIDE\bin directory into the Windows System directory to overwrite the older ImageHlp.dll. STATUSThis behavior is by design. MORE INFORMATION
Windows 98 ships ImageHlp.dll, file version 4.00 with a May 1998 date. The
Windows CE Toolkit for Visual C++ 5.0 ships ImageHlp.dll file version
5.00.1418.1. This newer DLL contains functions that the older DLL does not
have. The Visual C++ debugger as modified by the Windows CE Toolkit uses
some of these new functions. The debugger cannot function without the newer
functions, so Developer Studio is terminated.
Keywords : kberrmsg kbide kbVC500 kbWinCE kbWinOS98 |
Last Reviewed: July 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |