Click to See Complete Forum and Search --> : Netscape Navigator


Chidu
October 9th, 2000, 08:44 AM
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.

sac77
November 8th, 2000, 10:48 PM
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

Chidu
November 9th, 2000, 10:04 AM
Hi Sachin,

Have a look at this site
members.rediff.com/rmchidu under link section.

or else try
http://developer.netscape.com/docs/manuals/communicator/plugin/index.htm

thanks
Chidu.

sac77
November 9th, 2000, 10:07 PM
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.