This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 564
Dwmapi.dll is not linked #3135
Comments
for kotlinc-native: Or for build.gradle.kts:
|
Thanks and it works! Are there any plans to link this library in the platform library def file? |
ilmat192
added a commit
that referenced
this issue
Nov 9, 2020
ilmat192
added a commit
that referenced
this issue
Nov 11, 2020
Fixed by #4511. |
erokhins
pushed a commit
that referenced
this issue
Dec 21, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While I was trying to use the Dwm APIs in the platform library for Windows, I discovered that the required DLL
dwmapi.dll
is not seemed to be linked in thedef
file.Unfortunately, I do not understand any C/C++ stuff so I'm afraid I cannot give the further information if any.
See:
kotlin-native/platformLibs/src/platform/mingw/windows.def
Line 2 in d5096cb
https://docs.microsoft.com/en-ca/windows/desktop/api/dwmapi/nf-dwmapi-dwmextendframeintoclientarea#requirements
The compile error:
The text was updated successfully, but these errors were encountered: