Hello Eric,
my C++ application's goal is to prepare the document which is
going to be loaded next on the browser.
Something like a local web server (but the rest part is much more complex).
Actually I don't need javascript and cross platform things.
I think XPCOM now is the only way to connect to NN6,
since DDE was taken out.
Thanks for example.
Marius
gone to look for xpidl.exe for win32
"Eric Murphy" <[EMAIL PROTECTED]> wrote in message
96v3oc$[EMAIL PROTECTED]">news:96v3oc$[EMAIL PROTECTED]...
> Hi Marius,
>
> There are a couple of articles on MozDev.org (one which I wrote), to help
> you get started with XPCOM. These examples use JavaScript.
>
> In many cases, it is much easier to use JavaScript to make a component,
and
> another plus is that you do not have to compile it and have different
> versions for different platforms.
>
> As far as tracking requests goes, I am not sure how that would work. Could
> this be the same as the history data?
>
> Later,
> Eric
>
>
>
>
> "Marius Mikucionis" <[EMAIL PROTECTED]> wrote in message
> 96tl4u$[EMAIL PROTECTED]">news:96tl4u$[EMAIL PROTECTED]...
> > I'm new to XPCOM.
> > Could you please drop me a simple example or URL link
> > how to connect to NN6 with C/C++
> > and track the browser URL requests.
> >
> > What libraries should I use?
> > Should I use xptcall or can I connect directly through XPCOM?
> >
> > I could not find any suitable documentation for these purposes.
> > Please help!
> >
> >
>
>