Winembed link errors?

2011-09-01 Thread g...@novadsp.com
Attempting to build WinEmbed from a VS2008 project and clearly missing something. Compiler #defines and settings are as make command line, which builds correctly. Does anyone recognize the following? WebBrowserChrome.obj : public: virtual unsigned int __thiscall

Xpcom C++ : how to extract text from DOM elements

2011-09-01 Thread rien
Hello ! With my embedded Mozilla web browser i would like to output a text only representation of a loaded url. Because small is beautiful and i just want to extract essential informations from pages, without images, colors, fonts... Is there xpcom interfaces to manage that ? Which

How to do embedding now

2011-09-01 Thread Glen Gray
Hey Guys, Now that GtkMozEmbed etc. are gone, is there a documented and supported way to build Gecko based browsers ? If so, what's the url for the docs. Thanks in advance, -- Glen Gray sla...@slaine.org ___ dev-embedding mailing list

Re: Winembed link errors?

2011-09-01 Thread Benjamin Smedberg
On 9/1/2011 6:29 AM, g...@novadsp.com wrote: Attempting to build WinEmbed from a VS2008 project and clearly missing something. Compiler #defines and settings are as make command line, which builds correctly. Does anyone recognize the following? WebBrowserChrome.obj : public: virtual unsigned

Re: Winembed link errors?

2011-09-01 Thread g...@novadsp.com
Hi Benjamin On 01/09/2011 15:17, Benjamin Smedberg wrote: On 9/1/2011 6:29 AM, g...@novadsp.com wrote: Those symbols should be in the XPCOM glue. Are you linking it? Yep. My MFC app links with the same build of the library #pragma comment(lib,

Re: How to do embedding now

2011-09-01 Thread Benjamin Smedberg
On 9/1/2011 8:24 AM, Glen Gray wrote: Hey Guys, Now that GtkMozEmbed etc. are gone, is there a documented and supported way to build Gecko based browsers ? If so, what's the url for the docs. Not supported, no. But XRE_InitEmbedding still works and along with nsWebBrowser can be used to load