Marius Mikucionis wrote:
> 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
Take a look a protozilla for doing client-side CGI type stuff.
I think its on www.mozdev.org.
-rick