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. Error QT Bluetooth windows qt 5.11 ?
QtWS25 Last Chance

Error QT Bluetooth windows qt 5.11 ?

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 3 Posters 1.4k 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.
  • P Offline
    P Offline
    Pham Hoang
    wrote on 30 Nov 2018, 03:39 last edited by Pham Hoang
    #1

    when i dev on QBluethooth library Windows. i see

    1. if i use a windows machine have no BTLE driver built-in. i got messages:

    onecoreuap\drivers\wdm\bluetooth\user\winrt\advertisement\bluetoothleadvertisementwatcher.cpp(1487)\Windows.Devices.Bluetooth.dll!00007FFE81D71628: (caller: 00007FFE81D737CE) Exception(7) tid(2d8c) 80070490 Element not found.

    Exception at 0x7ffe8f09a388, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) in Windows_Devices_Bluetooth

    what does it means? and it error can be affect to my application. i don't the messages if my app run on a windows laptop have BTLE driver built-in

    1. When my app run on Win8, Win7 which have no BTLE driver built-in. it is crashed from QBTLE library. what can i do to fix it?
    1 Reply Last reply
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 30 Nov 2018, 06:55 last edited by
      #2

      Create a Qt plugin and run QtBluetooth in that plugin. You should only load the plugin on Windows 10+ where it won't crash. On older systems - don't load the plugin (and don't use BLE).

      (Z(:^

      1 Reply Last reply
      1
      • P Offline
        P Offline
        Pham Hoang
        wrote on 30 Nov 2018, 07:02 last edited by
        #3

        thank @sierdzio

        i am new on QT. can you send me any document to create a QT plugin to run QtBtluetooth in ?

        A 1 Reply Last reply 30 Nov 2018, 07:09
        0
        • P Pham Hoang
          30 Nov 2018, 07:02

          thank @sierdzio

          i am new on QT. can you send me any document to create a QT plugin to run QtBtluetooth in ?

          A Offline
          A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on 30 Nov 2018, 07:09 last edited by
          #4

          @Pham-Hoang

          Please see here: http://doc.qt.io/qt-5/plugins-howto.html

          There are also some examples listed at the end of that page.

          Qt has to stay free or it will die.

          1 Reply Last reply
          1
          • P Offline
            P Offline
            Pham Hoang
            wrote on 30 Nov 2018, 07:38 last edited by
            #5

            @aha_1980 thanks. i will try on it

            1 Reply Last reply
            0

            2/5

            30 Nov 2018, 06:55

            • Login

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