How should I use qt to call CubeProgrammer_API.dll to make a tool like ST_CubeProgrammer?
Development environment:
1. windows 10 X64
2.en.stm32cubeprg-win64_v2-9-0 and CubeProgrammer_API.dll
3.qt mingw x64
Problems:
1."My install path"\ST-CubeProgrammer\api\project\Qt\STM32CubePrgAPI this example project works fine
2.getDfuDeviceList() function call is normal and the USB DFU device can be obtained
3.connectDfuBootloader(dfuList[0].usbIndex) function call fails, no matter what I try I can't fix it
