Skip to content

What's about Windows 7? #262

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

Closed
orchestr7 opened this issue Mar 20, 2023 · 2 comments · Fixed by #286
Closed

What's about Windows 7? #262

orchestr7 opened this issue Mar 20, 2023 · 2 comments · Fixed by #286
Assignees
Labels
bug Something isn't working
Milestone

Comments

@orchestr7
Copy link

orchestr7 commented Mar 20, 2023

We have got the report in our project from our user: orchestr7/ktoml#193 that kotlinx-datetime has some problems on windows 7 on native target Any solution for that?

The procedure entry point EnumDynamicTimeZoneInformation could not be located in the dynamic link library ADVAPI32.dll
@dkhalanskyjb
Copy link
Collaborator

I don't see any workarounds, but this could probably be fixed on our side (though it would be difficult, we'd essentially have to re-implement this missing function ourselves). https://kotlinlang.org/docs/native-target-support.html#tier-3 says that we have to support Windows 7 and later, so this is a problem that we need to solve.

@orchestr7
Copy link
Author

orchestr7 commented Mar 21, 2023

@dkhalanskyjb Дима, good, thx! So it is planned to be fixed and supported in the future. I will close issue in my project and redirect the question from @willflier to this issue. Спасибо!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@dkhalanskyjb @orchestr7 and others