关于htmlview 在wmsize消息里面的处理,不做解释,你懂的,百度一下
还是msdn说的清楚些:
Loaded symbols for 'C:/WINNT35/system32/MFC42.DLL' LDR: WARNING ! MAJOR PERFORMANCE LOSS in TSTCON32.EXE LDR: Dll MFC42D.DLL base 5f400000 relocated due to collision with C:/WINNT35/System32/MFC42.DLL Loaded symbols for 'C:/WINNT35/system32/MFC42D.DLL' Loaded symbols for 'C:/WINNT35/system32/MSVCRTD.DLL' Loaded symbols for 'C:/WINNT35/system32/MFCO42D.DLL' Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003). First-chance exception in TSTCON32.EXE (MFCO42D.DLL): 0xE06D7363: Microsoft C++ Exception.
The last two lines are notification that an exception has been thrown because the test container didn't provide a Colorproperty to be read. This is okay, because we've provided a default value for the property. You won't get this error if you use a container that provides the property, such as a Visual Basic application.
这个warning可安全的忽略
本文探讨了HTMLView在WMSIZE消息中的处理方式,并引用MSDN的相关资料进行详细说明。文中还提到了在特定环境下出现的警告信息及其安全忽略的原因。

3535

被折叠的 条评论
为什么被折叠?



