mfc >> CHtmlView bug ?

by jeff » Tue, 25 Nov 2003 23:32:19 GMT


Hi,

I created a simple MDI application, using CHtmlView as the view class. I
guess I found a problem. When I open an Excel file inside the view, I see an
Excel.exe is running, using task manager. But after I close that view, the
Excel.exe is still running until the whole application is closed.

Is there some way to fix the bug ? Or it's not a bug ?

Thanks in advance

Jeff






Similar Threads

1. Bug with CHtmlView in VC7

2. MFC CHtmlView::GetSource bugs on Connect

3. Is this MS bug or my 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




4. [bug] amazing preprocessor bug

5. Is this MS bug or my 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


8. Bug in code or bug in cl?