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. Qt5 Plugins Qxt library
Qt 6.11 is out! See what's new in the release blog

Qt5 Plugins Qxt library

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

    Hi,

    I have a plugin that is it successfully recognized by QPluginLoader, but when I added classes that use Qxt library the plugin isn't successfully recognized . I only added classes, still without instantiate any of them. some Idea?

    thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What OS are you on ?

      Wild guess: the Qxt library is not found when you are trying to load the plugin.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        antonio
        wrote on last edited by
        #3

        Hi,

        I'm using Windows Xp. I don't know SGaist, I never call a library of Qxt because I never use a class that make use of it. Only I've added my .h and my .cpp to the project.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What you are saying is getting a bit contradictory.
          So to make things clear: the class you added uses Qxt ? Right ?

          If so, your plugin relies on Qxt so if you want to load it, the Qxt dll must be somewhere where they can be found (i.e. the application directory or in a folder known to the PATH system variable)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • A Offline
            A Offline
            antonio
            wrote on last edited by
            #5

            Hi SGaist,

            My purpose to Qxt library is for make a http server. I've done the same process with QtService from QtSolutions and now all works successfully. I think that it's a problem of compatibility of Qxt.

            Thanks

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Not necessarily compatibility, but accessibility, make sure the dll is in a known path so that it can be found when loading your plugin

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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