Kirix Support Forums

problems

Please post all general questions, comments, bug reports, and any other wxWebConnect feedback here.

problems

Postby albeva on Fri Jul 10, 2009 10:14 am

Hi

cool and very useful component. Thanks!

However I am having trouble with it as it fails to work. It compiles, but crashes on call to
Code: Select all
wxWebControl::InitEngine(xulrunner_path);
Basically debugger shows that it fails here
Code: Select all
    ns_smartptr<nsIWindowCreator> wnd_creator = static_cast<nsIWindowCreator*>(new WindowCreator);
    window_watcher->SetWindowCreator(wnd_creator);
in webcontrol.cpp on line 1673

I am using latest TDM's MingW GCC 4.4 (http://www.tdragon.net/recentgcc/) and windows Vista x64
albeva
Registered User
 
Posts: 1
Joined: Fri Jul 10, 2009 10:08 am

Re: problems

Postby Ben on Sat Jul 11, 2009 6:40 am

Hi there,

You're probably the first person to try it out with MinGW. So far we've only tested it with MSVC and Linux/g++. Any help you might have in this area would be most appreciated.

All the best,
Ben
Ben Williams
Kirix Support Team
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Return to wxWebConnect Questions, Thoughts & Feedback