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. Third party dll not recoginzed [modified] - Cleared up

Third party dll not recoginzed [modified] - Cleared up

Scheduled Pinned Locked Moved COM
visual-studioannouncementcsharpquestion
4 Posts 3 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.
  • C Offline
    C Offline
    CARisk3
    wrote on last edited by
    #1

    This may not be the correct place to ask this but I have a third party dll file that was created for VB6 (The examples you can download are for VB6). Is there any way to update this file to work with Visual Studio 2002? The dll holds the functions to talk to the third party device. Thank you I talked with someone at the company and they had given me the VB6 version not the VS version.

    If you can’t have fun at work, then why go to work?

    modified on Friday, December 12, 2008 10:10 AM

    B P 2 Replies Last reply
    0
    • C CARisk3

      This may not be the correct place to ask this but I have a third party dll file that was created for VB6 (The examples you can download are for VB6). Is there any way to update this file to work with Visual Studio 2002? The dll holds the functions to talk to the third party device. Thank you I talked with someone at the company and they had given me the VB6 version not the VS version.

      If you can’t have fun at work, then why go to work?

      modified on Friday, December 12, 2008 10:10 AM

      B Offline
      B Offline
      Baltoro
      wrote on last edited by
      #2

      It's difficult to try to imagine what it is that you are actually trying to do. Are you asking if Visual Studio is capable of disassembling a compiled DLL and altering it (to what specifications?), or, are you asking if you can somehow link to the compiled DLL and use it for your nefarious purposes? OK, I'm kidding,...but, you should elaborate a little about what it is you are actually attempting to do. ...and, what do you mean by "dll not recognized"? Suggestion: use Dumpbin to determine what functions the DLL exports,...that's probably what you want to know, if you are attempting to use the functionality of your third party DLL.

      C 1 Reply Last reply
      0
      • B Baltoro

        It's difficult to try to imagine what it is that you are actually trying to do. Are you asking if Visual Studio is capable of disassembling a compiled DLL and altering it (to what specifications?), or, are you asking if you can somehow link to the compiled DLL and use it for your nefarious purposes? OK, I'm kidding,...but, you should elaborate a little about what it is you are actually attempting to do. ...and, what do you mean by "dll not recognized"? Suggestion: use Dumpbin to determine what functions the DLL exports,...that's probably what you want to know, if you are attempting to use the functionality of your third party DLL.

        C Offline
        C Offline
        CARisk3
        wrote on last edited by
        #3

        I should have edited the message. I finally got a hold of someone at the company that understood what was going on. The dll I was told to use was for VB6 and not VS. They were able to point me to the correct dll. Thank you for taking the time to answer.

        If you can’t have fun at work, then why go to work?

        1 Reply Last reply
        0
        • C CARisk3

          This may not be the correct place to ask this but I have a third party dll file that was created for VB6 (The examples you can download are for VB6). Is there any way to update this file to work with Visual Studio 2002? The dll holds the functions to talk to the third party device. Thank you I talked with someone at the company and they had given me the VB6 version not the VS version.

          If you can’t have fun at work, then why go to work?

          modified on Friday, December 12, 2008 10:10 AM

          P Offline
          P Offline
          PC Player
          wrote on last edited by
          #4

          Hi, If you have Third party COM which is developed in VB6, and you wanted to use this COM in Visual Studio then you need proxy to use Unmanged COM. In .Net there is Runtime callable wrapper (RCW) use to access any unmanaged COM into .Net platform. There is an exe (tlbimp.exe)in .net command prompt to import any unmanaged COM into Managed COM. :)

          Ali Zishan London

          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