Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt5core.dll #4

Open
JeanPaulLucien opened this issue Nov 10, 2023 · 0 comments
Open

qt5core.dll #4

JeanPaulLucien opened this issue Nov 10, 2023 · 0 comments

Comments

@JeanPaulLucien
Copy link
Owner

JeanPaulLucien commented Nov 10, 2023

We can't start software that was created with Qt. Some reasons inside qt5core.dll:

CancelIoEx - Windows XP reports about this function when I tried to launch exe. Use CancelIO.
CompareStringEx
GetFileInformationByHandleEx - maybe you may just drop this call.
GetTickCount64 - 64-bit? Looks like useless for some software. Maybe you may just drop this call.
GetUserPreferredUILanguages - Retrieves information about the display language setting. For more information, see [User Interface Language Management](https://learn.microsoft.com/en-us/windows/desktop/Intl/user-interface-language-management). I'm sure we can close in comments it.
RaiseFailFastException

I still do not plan to change call below:

MSVCRT.dll
_wgetenv_s
shell32.dll
SHCreateItemFromParsingName
SHGetKnownFolderPath

Related software:
Zoxcore/qTox_enhanced#16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant