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. In QT creator appears a window that says “custom exacutable”, whats does it mean?

In QT creator appears a window that says “custom exacutable”, whats does it mean?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.3k 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
    chimal360
    wrote on last edited by
    #1

    I´m new in the blog and I'm using QT Creator, I'm trying to Debug a project but when I try to Debug it appear me a window with this messagge: Custom Exacutable: "Could not find a custom exacutable, please specify one". Somebody know how to fix it?. I would be grateful if you could help me :-)

    mrjjM 1 Reply Last reply
    0
    • C chimal360

      I´m new in the blog and I'm using QT Creator, I'm trying to Debug a project but when I try to Debug it appear me a window with this messagge: Custom Exacutable: "Could not find a custom exacutable, please specify one". Somebody know how to fix it?. I would be grateful if you could help me :-)

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @chimal360
      it sounds like you created a library or something that requires a loader to start.
      Try load an example and run that and see it behaves better.

      C 1 Reply Last reply
      0
      • mrjjM mrjj

        @chimal360
        it sounds like you created a library or something that requires a loader to start.
        Try load an example and run that and see it behaves better.

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

        @mrjj Hi, In fact the project that I'm trying to Debug is a "library" that I found on internet. Have any idea how to fix it? :-)

        mrjjM 1 Reply Last reply
        0
        • C chimal360

          @mrjj Hi, In fact the project that I'm trying to Debug is a "library" that I found on internet. Have any idea how to fix it? :-)

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @chimal360
          Hi
          Don't the library come with a test project too?
          such library need to be loaded by exe file.
          So library it itself cant "run"
          https://wiki.qt.io/How_to_create_a_library_with_Qt_and_use_it_in_an_application

          C 1 Reply Last reply
          0
          • mrjjM mrjj

            @chimal360
            Hi
            Don't the library come with a test project too?
            such library need to be loaded by exe file.
            So library it itself cant "run"
            https://wiki.qt.io/How_to_create_a_library_with_Qt_and_use_it_in_an_application

            C Offline
            C Offline
            chimal360
            wrote on last edited by
            #5

            @mrjj Thank's for the information. If you want yo see this is the project that I want to debug.

            https://github.com/skalldri/QMyo

            The project tries to connect the ARMBAND MYO with the QT Creator.

            mrjjM 1 Reply Last reply
            0
            • C chimal360

              @mrjj Thank's for the information. If you want yo see this is the project that I want to debug.

              https://github.com/skalldri/QMyo

              The project tries to connect the ARMBAND MYO with the QT Creator.

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by mrjj
              #6

              @chimal360
              ok, i see.
              Since you seems to be able to build the library.
              1: create new default project. save files in same folder as
              library.
              2: open the .pro file . Right click inside the window.
              There is Add Library.
              Add this QMyo DLL. from your build folder.
              3: Include the .h file that belong to it QMyo.h to the project.
              4: you are now able to use it and need to find out how to talk to the device.

              He explains what to do on site
              Next, include the header files in your project and link against the library.

              To use the library, instantiate a QMyo. Then call searchForMyo() on the new object to try and find a Myo to connect to. Finally, call start() on the instance of QMyo to start the event loop that will generate Myo signals.

              Also you might need the SDK
              https://developer.thalmic.com/docs/api_reference/platform/the-sdk.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