Skip to content

Make QtBluetooth.dll fail more gracefully #3

Description

@K4sum1

So QtBluetooth.dll supposedly only supports Windows 10 1511+. This dll also has winrt components that result in an error when used on XP. It would be nice to have this delay loaded or something so programs that use it don't just hard fail to run. However I'm not sure if an instance like that could happen here.

Qt5Bluetooth.dll - missing API-MS-WIN-CORE-WINRT-L1-1-0.DLL (RoGetActivationFactory, RoActivateInstance), missing API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL (WindowsCreateStringReference, WindowsGetStringRawBuffer, WindowsDeleteString)

These are not directly named in the source code, but they appeared between 5.9 and 5.10. I believe they are related to these commits, but not entirely sure.

qt/qtconnectivity@dbd7034
qt/qtconnectivity@ed5a113

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions