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!
>
>