-
Notifications
You must be signed in to change notification settings - Fork 150
The User32 import libray for 32 bit must be updated #446
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
Comments
If I load the functions dynamically, they work with 32-bit, e.g.
|
Apparently there are more import files that need to be updated, such shcore.dll. Without updated import files we can't use the newest Windows APIs, unless we load them dynamically and write wrappers to use them, which is a pain in the ... User32.dll has 25 functions related with High DPI, and shcore.dll three. There are also several enumerations to use them that should be included in the .bi files. These functions are very important to Windows programmers to develop DPI aware applications. Functions and enumerations in User32.dll:
Functions and enums in shcore.dll:
|
The linker reports undefined reference when trying to use this code with the 32-bit compiler. They work (the ones tested, at least) with the 64-bit compiler.
The text was updated successfully, but these errors were encountered: