Christian Biesinger <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
Arun wrote:
Where will I get libIDL-0.6.dll from?
wintools.zip; see http://mozilla.org/build/win32.html for an url to it.
Christian , I have built my component and copied the dll file to C:\Program Files\Netscape\Netscape\components folder and registered it using regxpcom.exe. I have added two category xpcom-startup and content-policy. now it is supposed to call the function inside the component on these event, but it is not doing that.
Is there anything else I have to do to make Netscape browser 7.02 to load my component and call ShouldLoad and observe function in my code. I have implemented nsIObserver and nsIContentPolicy interface.
Netscape 7.0.2 is based on Mozilla 1.0.2. In this version, most of the stuff you are trying to do probably will not work. Try using Mozilla 1.2 or greater.
Regards, Doug Turner
