AddWebBrowserListener fails (NS_ERROR_INVALID_POINTER)

2009-12-02 Thread Blaine Monkey
Hi, I created a C++ class called MyBrowserProgressListener. This class implements the nsIWebProgressListener interface. When I run the application the AddWebBrowserListener fails. I returns 0x80004003 (NS_ERROR_INVALID_POINTER) I defined the NS_STATIC_CAST in main.cpp code because isn't defined

Problems compiling against GtkMozEmbed

2009-12-02 Thread Glen Gray
I stupidly replied to another thread with my email on this yesterday. Reposting with some updates. I've created a project for testing out my problems and I've copied it to http://slaine.org/files/testgtkembed.tar.bz2 This is basically an autotools project that tries to build

Re: Problems compiling against GtkMozEmbed

2009-12-02 Thread Glen Gray
[brown paper bag] With all the to'ing and fro'ing I ended up forgetting to make sure that the xpcomglue linking was passed after the .o files. Now I've got a proper working reference, I'll see if I can get my main app working after lunch. I've updated the