Mozilla build system or autotool build

2009-01-07 Thread victor
http://groups.google.com/group/mozilla.dev.builds/browse_thread/thread/0aff0fc103ed13c6/ecd724735d55c09f#ecd724735d55c09f. question i posted A kind guy suggest me using Mozilla build system. I will develop browser based on mozilla embedding lib,and is it proper to use Mozilla build system?

Re: Mozilla build system or autotool build

2009-01-12 Thread victor
On Jan 10, 2:34 am, Sergey Yanovich ynv...@gmail.com wrote: On 2009-01-08 04:46 +0200, victor wrote: I am still wondering different usage of  /lib/xulrunner-1.9.2a1pre and ./lib/xulrunner-devel-1.9.2a1pre.Would somebody explain that? The former is where gecko runtime resides

Re: How to embed Gecko in a C++ app under Linux? Thanks for your help

2009-07-25 Thread victor
On Jul 24, 4:35 pm, Wen Shane wen.sh...@gmail.com wrote: Hello! I am a rookie to Gecko, and I am now developing an application on search results clustering under Linux. In this app, I plan to embed Gecko to get all visible elements' position in the HTML page they belong to. After reading so

Re: AddWebBrowserListener fails (NS_ERROR_INVALID_POINTER)

2009-12-04 Thread victor
might helps , refer to http://mxr.mozilla.org/firefox/source/embedding/browser/photon/src/EmbedPrivate.cpp#258 ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Link error : con not open the file

2012-08-14 Thread Victor
Dear All, This is Victor. Nice to see you here. I used 3.6.28 Gecko version in my MFC and wanted to upgrade for Gecko 10.0. When I debug i got some lib(embed_base_s.lib, xpwidgets_s.lib,etc..)link error like Link Error : embed_base_s.lib can not open. I used static library command ( parama(,lib

Adding new JavaScript objects to ATF Browser

2007-07-03 Thread victor . perticarrari
Hi, I need to add some new javascript objects in a ATF's Embedded Browser instance (ATF Eclipse). Someone knows how to do this? I'm calling the browser by: MozBrowserUtil.openMozillaBrowser(url) Thanks, Victor Emanuel ___ dev-embedding mailing list

Re: Adding new JavaScript objects to ATF Browser

2007-07-04 Thread victor . perticarrari
The same problem: http://groups.google.com/group/mozilla.dev.tech.xpcom/browse_thread/thread/b163f881581b8ac8 ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

XPCom Compoment and Global Object

2007-08-08 Thread victor . perticarrari
Hi, Anyone knows how to create a XPCom component to add a new global object to the Browser?? I found many pages teaching how to implements a XPCom object, but I can find where teach how to install the XPCom correctly thanks, Victor Emanuel