Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT/C++ Application, .Net plugins?
Forum Updated to NodeBB v4.3 + New Features

QT/C++ Application, .Net plugins?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.4k 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.
  • T Offline
    T Offline
    Tannin
    wrote on last edited by
    #1

    Hi all,
    I'm developing an application in Qt using C++ and am now starting to make it extensible through plugins using QPluginLoader. So far so good, everything is working. Now it would be nice if other devs could write their plugins in .net because not everyone likes C++.
    Is this possible with the ActiveQt-framework?
    Or would it be feasible to create a "proxy"-dll that is loaded instead of the .net-plugin and then delegates all calls? That dll would have to be loaded repeatedly (for each "proxied" plugin) and with different context, so seems complicated...

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mohsen
      wrote on last edited by
      #2

      Yes, you can create activex and use it on Qt and vice versa.
      take a look at examples for ActiveQt to understand how to take QObject drived classes into .Net and other environments.
      http://qt-project.org/doc/qt-4.8/activeqt-dotnet.html
      http://qt-project.org/doc/qt-4.8/activeqt-wrapper.html

      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