I successfully call InitEngine to start xulrunner.
Then I attempt to construct wxWebControl.
In the constructor, it gets pretty far, but on the line:
- Code: Select all
res = m_ptrs->m_base_window->Create();
The call to Create() returns NS_ERROR_FAILURE.
Any advice?
Thanks!