The information in this article applies to:
SYMPTOMSBuilding a Visual C++ project that uses #import on Mshtml.tlb may result in a number of compiler warnings of type C4192, C4049, and C4146:
-or-
-or-
CAUSEAll of these warnings are indications of normal conditions inside the MSHTML type library:
RESOLUTION
Ignore these warnings or use #pragma to prevent them while #importing Mshtml.tlb:
STATUSThis behavior is by design. MORE INFORMATIONNote that the type library for MSHTML in Internet Explorer 4 was stored inside Mshtml.dll. As of Internet Explorer 5, the type library is provided in a separate file, Mshtml.tlb. REFERENCESFor more information, please see the MSDN Web Workshop: http://msdn.microsoft.com/workshop/default.asp © Microsoft Corporation 1999, All Rights Reserved. Additional query words:
Keywords : kbDHTML kbMSHTML kbVC600 kbGrpInet kbIE500 |
Last Reviewed: November 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |