2. MFC CHtmlView::GetSource bugs on Connect
I got the following first chance exception in debug mode when program exit, if I run in release mode, it seem to be fine. it's running in win2003 VC7.1 environment. the callstack is like: kernal32.dll! 77e4af90() comctl32.dll! 70ae2072() comctl32.dll! 70ae20af() .... walbumd.exe! ATL:: CTrace::TraceV(..) ntdll.dll! 77f685df() ... Walbumd.exe!CWnd::DefWindowProcA(...) Walbumd.exe!CThreadLocal<_AFX_THREAD_STATE>::GetData() Line 177+0xd 00000001() please see attached image file for detail. This bug is annony, I dont know how to get ride of it. Thanks zhi ma
4. [bug] amazing preprocessor bug
I got the following first chance exception in debug mode when program exit, if I run in release mode, it seem to be fine. it's running in win2003 VC7.1 environment. the callstack is like: kernal32.dll! 77e4af90() comctl32.dll! 70ae2072() comctl32.dll! 70ae20af() .... walbumd.exe! ATL:: CTrace::TraceV(..) ntdll.dll! 77f685df() ... Walbumd.exe!CWnd::DefWindowProcA(...) Walbumd.exe!CThreadLocal<_AFX_THREAD_STATE>::GetData() Line 177+0xd 00000001() please see attached image file for detail. This bug is annony, I dont know how to get ride of it. Thanks zhi ma
6. BUG: COleSafeArray has a bug in its GetByteArray
7. !BUG BUG Windows Platform 2003 SDK for IA64 and AMD64 LNK1169 with ScreenToClient for release build
Hi: (1) I am normally a driver builder. (2) I am using either the Windows Platform 2003 SDK for IA64 or the AMD64 and I am using the method CWnd::ScreenToClient(&rect) in one of my source members. The Debug nmake works but the the Release nmake gives the Link errror LNK1169: the method CWnd::ScreenToClient(&rect) is defined more the once. If I use the /FORCE:MULTIPLE for the linker options in the make file for the release it builds. If I define _DEBUG in the makefile the release builds. (3) This is because the functon CWnd::ScreenToClient(&rect) is indeed in wingdi.obj within nafxcw.lib. This is because afxver_.h is lookin a the _DEBUG and if this is not defined meaning a released build it inlines the CWnd::ScreenToClient(&rect) hence for the release build it is indeed defined twice. (4) This needs to be Fixed. Sincerely; William Michael "Mike" Jones