Maya wrote:
I am developing a C++ XPCOM component using Visual C++ 2005 Express Edition. I need to include some of the "network" interface header files (such as nsIHttpProtocolHandler.h). I was wondering if the SDK for necko is available
No, a Necko SDK isn't available unfortunately. Some Necko headers are in the Gecko SDK (all the frozen ones) though.
If you want to use other headers, you can either compile mozilla yourself or just get the IDL files you need from a source tarball or CVS and run xpidl yourself.
I have downloaded gecko SDK (gecko-sdk-i586-pc-msvc-1.8a6).
Hm... don't we have a newer one than that? -christian _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
