Hi all,
Have a couple qestions :
1. I'm trying to run mfcembed app in the VS debugger.
After exiting the app MSVS detects memory leaks.
I'm wondering is it known behavior?
Is this related to winEmbedFileLocProvider implementation?
2. I have put NS_InitEmbedding(nsnull, provider);
and NS_TermEmbedding(); in my own MFC app. And I'm getting
this message after NS_TermEmbedding() call:
Getting service on shutdown. Denied.
ContractID: @mozilla.org/observer-service;1
IID: {d07f5192-e3d1-11d2-8acd-00105a1b8860}
What is the meaning of this message?
Any help would be appreciated.
Used Mozilla 0.9.9 RELEASE to build it.
Thanks
Dym