Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Using dumpcpp

Using dumpcpp

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 3 Posters 4.6k Views
  • 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.
  • D Offline
    D Offline
    durgeshK
    wrote on last edited by
    #1

    Hi All,

    This being my first post, there might be some error with technical terminologies.

    I have been using dumpcpp with dlls(created in visual studio 6 or similar tool) to create .h and .cpp files in the past. But recently i got a class based dll created in visual studio 2008, and when i am trying to use dumpcpp on this dll, its giving error.

    So, how can i use that dll in my C++ code being developed in Visual Studio 2005?

    F1 F1 F1

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lyuts
      wrote on last edited by
      #2

      Sounds like a tool for reverse engineering. I wonder how many people use this kind of tools. Using this tool assumes you are dealing with closed source library. I think this is not the case for most of us.

      Is there any forum devoted to dumpcpp? I guess they know that better.

      I'm a rebel in the S.D.G.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kalle
        wrote on last edited by
        #3

        Tools that analyze the structure of .obj files or their containers (such as .dlls) (or .o files on other platforms, for that matter) need to match the compiler that generated the files, so you probably need a dumpcpp that works with VS 2008.

        I don't know what dumpcpp is, but from your description it sounds like it generates a header file for accessing the methods stored in a .dll. The vendor/maker of that .dll should have shipped such a header file (including documentation) to you to begin with, that would be your first stop.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          durgeshK
          wrote on last edited by
          #4

          dumpcpp is a Qt tool that generates a C++ namespace for a type library.
          The problem i am facing is that i have commercial Qt4.3 version, integrated with visual studio 2005. So i can't use visual studio 2008 just for attaining my one goal. That is why i am looking for some tool which can produce a C++ namespace from 2008 dll, usable in 2005.
          Though i really doubt, if its possible. :(

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved