CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 1999
    Posts
    38

    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.



  2. #2
    Join Date
    Sep 2000
    Location
    India
    Posts
    78

    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


  3. #3
    Join Date
    Apr 1999
    Posts
    38

    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.


  4. #4
    Join Date
    Sep 2000
    Location
    India
    Posts
    78

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured