-
Netscape Navigator
hi,
I am trying to write a plugin for Netscape Navigator.
I was trying a example, but when I was trying to compile, I am getting the following errors
WinTemp.obj : error LNK2001: unresolved external symbol _use_MyClass
WinTemp.obj : error LNK2001: unresolved external symbol _unuse_MyClass
MyClass.obj : error LNK2001: unresolved external symbol _MyClass_popWindowsMessageBox
If any one of you know how to solve this problem, please let me know.
I have been suffering with this problem for the past few days and am unable to know what exactly this problem is.
thanks.
-
Re: Netscape Navigator
Hi,
I am also trying for the same thing. I have one activeX control and want it to make it netscape compatible. since netscape doesn't support activeX control I have to write plug-in for it. So how to go for this. Is there any other solution.
regards,
Sachin
-
Re: Netscape Navigator
Hi Sachin,
Have a look at this site
members.rediff.com/rmchidu under link section.
or else try
http://developer.netscape.com/docs/m...ugin/index.htm
thanks
Chidu.
-
Re: Netscape Navigator
Hi chidu,
thank u very much.
Actually I got the link u suggested yesterday only and I have created my plugin using that information.
Sachin.