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. Dumpcpp and .NET dll
Qt 6.11 is out! See what's new in the release blog

Dumpcpp and .NET dll

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 1 Posters 1.5k 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.
  • _ Offline
    _ Offline
    _Mark_
    wrote on last edited by
    #1

    Hello,
    I need to use a .NET dll in Qt5. I created the .tlb file using regasm and then fed dumpcpp with it.
    It successfully created the wrapped but the compilation fails due to the following:

    @
    NSHelper(IDisposable *iface)
    : QAxObject()
    {
    initializeFrom(iface);
    delete iface;
    }

    error: expected ')' before '*' token
    NSHelper(IDisposable *iface)
    ^
    @

    How to handle that?
    IDisposable is contained in mscorlib.dll...
    I need to dumpcpp mscorlib too?

    1 Reply Last reply
    0
    • _ Offline
      _ Offline
      _Mark_
      wrote on last edited by
      #2

      No way!
      It leads to 1908 errors.... any idea?

      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