Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Problem registering a dll in Win 95

Problem registering a dll in Win 95

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestionc++comtutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Volodya Orlenko
    wrote on last edited by
    #1

    Hello all, I am experiencing a problem with one of the dlls in my project. It's a COM dll (written in VC++, compiled under Win2000 as MinDependency) that uses winsock and wininet, and when I try to regsvr32 it under Windows 95, it gives a "LoadLibrary failed (error 485)" message. All other dlls register properly. Windows 98, NT, 2000 have no such problem. Here's what is specified in its Object/Library modules list: "wininet.lib Ws2_32.lib" The system with problems has IE5 installed, so I don't think it's wininet that causes problems. So, does anyone know how to solve it in the best way? Help is greatly appreciated. Volodya Orlenko, orlenko [at] hotmail [dot] com

    J 1 Reply Last reply
    0
    • V Volodya Orlenko

      Hello all, I am experiencing a problem with one of the dlls in my project. It's a COM dll (written in VC++, compiled under Win2000 as MinDependency) that uses winsock and wininet, and when I try to regsvr32 it under Windows 95, it gives a "LoadLibrary failed (error 485)" message. All other dlls register properly. Windows 98, NT, 2000 have no such problem. Here's what is specified in its Object/Library modules list: "wininet.lib Ws2_32.lib" The system with problems has IE5 installed, so I don't think it's wininet that causes problems. So, does anyone know how to solve it in the best way? Help is greatly appreciated. Volodya Orlenko, orlenko [at] hotmail [dot] com

      J Offline
      J Offline
      Joaquin M Lopez Munoz
      wrote on last edited by
      #2

      ws2_32.lib links against Winsock library version 2.0, which is not shipped with W95 by default (Winsock baseline version for this OS is 1.1), so maybe this is what's causing the problem. Try installing the Windows Socket 2 Update for Windows 95. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

      V 1 Reply Last reply
      0
      • J Joaquin M Lopez Munoz

        ws2_32.lib links against Winsock library version 2.0, which is not shipped with W95 by default (Winsock baseline version for this OS is 1.1), so maybe this is what's causing the problem. Try installing the Windows Socket 2 Update for Windows 95. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

        V Offline
        V Offline
        Volodya Orlenko
        wrote on last edited by
        #3

        Thanks a lot. I'll experiment with that tonight. Volodya Orlenko, orlenko [at] hotmail [dot] com

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups