On 7/27/05, James Hawkins truiken@gmail.com wrote:
Hey,
This patch includes these changes:
- no more HH_* macros, no more hhctrl.h
- uses proper ref counting
- stores pointers instead of using ptr arithmetic
- IOleClientSiteImpl frees itself so there is no mem leak
- uses the ICOM_THIS_MULTI macro
- misc cleanups
Changelog
- Add the WebBrowser implementation.
Can you tell me what needs to be fixed to get this accepted? This is a bare-bones implementation of a embedded web browser, so the S_OKs and the E_NOTIMPL are necessary to make shdocvw happy, but we really don't need those particular api in HTML Help.