Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. legacy Win 7 development - dll issue

legacy Win 7 development - dll issue

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 1 Posters 386 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.
  • M Offline
    M Offline
    macdi
    wrote on last edited by
    #1

    I am developing a simple bluetooth LE application for Windows 7 SP1 OS as part of maintaining a legacy open source project. I installed Visual Studio 2019, used the online Qt installer and installed the following:
    Qt.5.15.2 (MSVC 2019 32-bit, 64-bit), Qt Creator 4.15.2 (debug symbols, debug tools for windows, CDB debugger support)

    building one of the bluetooth LE examples, lowenergyscanner, in Creator it
    crashes. From the debug build, directly running the exe I get a popup error about a missing winrt dll. Dependency walker highlights these dlls:
    API-MS-WIN-CORE-WINRT-L1-1-0.DLL
    API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL
    VCRUNTIME140_1D.DLL
    API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL
    API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL
    DCOMP.DLL
    GPSVC.DLL
    IESHIMS.DLL

    AFAIK, the winrt dll's only pertain to Windows 8 and up, so am I using the wrong toolchain in Win 7 SP1 ?

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

      I think it may be because BLE isnt supported on Win 7 OS. The device I
      am developing a reader for (thermometer) is single mode BLE only, so
      I would need a third party BLE dongle of some kind for Win 7. Can anyone
      confirm that BLE is a no go with Qt on Win 7 ?

      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