Open
Description
Hi
On Windows 7 Professional, I have tried both the 32 and 64 bit Qt5 versions of the binary and also the 64 bit version of Qt6 binary. I get an error "The procedure entry point CreateFile2 could not be located in the dynamic link library KERNEL32.dll".
This makes me think that API just isn't available in Windows 7's kernel32.dll, and Qt insists on using that call, despite it not being available. Perhaps this renders the program not usable on Windows 7?