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. COM
  4. How to convert COM proxy-stub dll to type library ?

How to convert COM proxy-stub dll to type library ?

Scheduled Pinned Locked Moved COM
comsysadmintutorialquestion
3 Posts 3 Posters 7 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.
  • B Offline
    B Offline
    benjava
    wrote on last edited by
    #1

    hi experts, i get a COM server registered (a proxy-stub dll where the interface in), but i don't know the definition of the interface. is it possible to convert the proxy-stub dll to a COM type library , so i can know the interface ? or are there other ways to know the interface ?

    J _ 2 Replies Last reply
    0
    • B benjava

      hi experts, i get a COM server registered (a proxy-stub dll where the interface in), but i don't know the definition of the interface. is it possible to convert the proxy-stub dll to a COM type library , so i can know the interface ? or are there other ways to know the interface ?

      J Offline
      J Offline
      Jonathan Davies
      wrote on last edited by
      #2

      Have a look here, and at the following answer http://www.codeproject.com/Messages/3294656/Re-using-interface.aspx[^]

      1 Reply Last reply
      0
      • B benjava

        hi experts, i get a COM server registered (a proxy-stub dll where the interface in), but i don't know the definition of the interface. is it possible to convert the proxy-stub dll to a COM type library , so i can know the interface ? or are there other ways to know the interface ?

        _ Offline
        _ Offline
        _Superman_
        wrote on last edited by
        #3

        If you only want to view the interface definitions, you can use a tool called OLE/COM Object Viewer that comes along with Visual Studio. From this tool select the menu option File -> View TypeLib... and point to the proxy-stub dll. But for this to work, the type library has to be packed into the DLL.

        «_Superman_»  _I love work. It gives me something to do between weekends.

        _Microsoft MVP (Visual C++)

        Polymorphism in C

        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