Re: shdocvw: properly implement DllCanUnloadNow
26 Jan
2005
26 Jan
'05
5:03 p.m.
HRESULT WINAPI SHDOCVW_DllCanUnloadNow(void) { - FIXME("(void): stub\n"); - - return S_FALSE; + return SHDOCVW_refCount != 0 ? S_FALSE : S_OK; }
I think you should try to call Mozilla's DllCanUnloadNow before returning S_OK. Your patch may cause unload of mozilla while some instances of IWebBrowser still exist.
7715
Age (days ago)
7715
Last active (days ago)
0 comments
1 participants
participants (1)
-
jacek