Search code examples
windowsqtqt-creator

The procedure entry point SystemParametersInfoForDpi could not be located in the dynamic link library Qt6Gui.dll


I recently installed open source (LGPL) Qt 6.4.1 from the online installer. After the installation, I tried to open Qt Creator from the start menu, but it gives this error:

qtcreator.exe - Entry Point Not Found

The procedure entry point SystemParametersInforForDpi not be located in the dynamic link library F:\apps\Qt\Tools\QtCreator\bin\Qt6Gui.dll.

I tried reinstalling but gives the same error.

How do I fix this?

I'm on Windows 8.1


Solution

  • Qt 6 doesn't support Windows 8.1. That was the problem.

    Source: Qt Documentation — Supported Platforms.