Posts: 3
Threads: 1
Joined: Dec 2021
I updated to version 2021.12.05.1.
Now starting Hybrid all I get is this message:
"Impossibile trovare il punto di ingresso CreateDXGIFactory2 della procedura nella libreria di collegamento dinamico dxgi.dll."
Any help is appreciated.
Thanks in advance.
Posts: 10.983
Threads: 57
Joined: May 2017
Never heard of that error.
CreateDXGIFactory2, what OS are you on?
Cu Selur
Posts: 459
Threads: 107
Joined: Jul 2020
I'm getting the same error. Windows 7, 64 bit.
Posts: 10.983
Threads: 57
Joined: May 2017
Okay, for Windows 7 everything is possible.
Qt dropped Windows 7 support with Qt6 and Hybrid switched to Qt6 in rev. 2021.01.31.1 (see:
https://www.selur.de/changelog and
https://www.qt.io/blog/qt6-development-h...nd-targets).
So from the looks of it current Qt 6.2.1 by default uses DirectX12 which isn't available on Windows 7&8.1.
Cu Selur
Posts: 459
Threads: 107
Joined: Jul 2020
Will it run in Windows 10?
How can I un-install Hybrid from Windows 7?
Thanks
Posts: 10.983
Threads: 57
Joined: May 2017
Works fine in Windows 10 here.
Quote:How can I un-install Hybrid from Windows 7?
Hybrid does come with an uninstaller and it can be uninstalled like any other program.
->
https://support.microsoft.com/en-us/topi...5cff984446
Cu Selur
Posts: 459
Threads: 107
Joined: Jul 2020
Thank you
Posts: 3
Threads: 1
Joined: Dec 2021
(06.12.2021, 17:24)Selur Wrote: Qt dropped Windows 7 support with Qt6 and Hybrid switched to Qt6 in rev. 2021.01.31.1
So, how do you explain that rev. 2021.07.18.1 works perfectly on my system (Windows 7 64)?
Posts: 10.983
Threads: 57
Joined: May 2017
I switched to Qt6 in 2021.01.31.1, but the Qt developers did probably not add the code which uses probably DirectX 12 till later.
Atm. I use Qt 6.2.1 which is the latest.
Since Hybrid compiles fine with Qt 5.9.5 (which I use on Linux) it's something that changed in on of the Qt updates and not my code directly.
It's not that I changed my code, I just updated the tools I use.
Cu Selur
Posts: 10.983
Threads: 57
Joined: May 2017
Does
https://drive.google.com/file/d/1LjdwnER...sp=sharing work?
(I simply packaged a ton of more dlls with Hybrid.exe using winqtdeploy, no clue whether it makes a difference,..)
Cu Selur