compiling wxWebConnect worked fine ( wxWidgets trunk + mingw-tdm ) but it always crash.
I tried to debug and found why it crashes and where :
- Code: Select all
wxWebControl::InitEngine
GeckoEngine::Init
m_appshell = nsCreateInstance(appshell_cid);
Using watches in nsCreateInstance
- Code: Select all
comp_mgr->CreateInstance(cid,
0,
nsISupportsIID,
(void**)&res.p);
this set res.p but m_appshell.p is always 0x0 . I can't find why.
Thanks for help,
regards,
Sem