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

GetSystemTimePreciseAsFileTime error on Windows 7 #101

Closed
augustjanse opened this issue Oct 11, 2019 · 2 comments
Closed

GetSystemTimePreciseAsFileTime error on Windows 7 #101

augustjanse opened this issue Oct 11, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@augustjanse
Copy link

The language support doesn't work. I run the server for Vim with autozimu/LanguageClient-neovim on Windows 7. When I open a tex file, I get this message:

The procedure entry point GetSystemTimePreciseAsFileTime could not be located in the dynamic link library KERNEL32.dll.

When I googled the problem, I found grijjy/DelphiDuktape#1 which seems to imply that this function is not available on Windows 7, but I guess the server calls it somehow. The docs confirm that it's not supported.

Am I correct? If so, I wish you would support Windows 7. If other users have got this running on Windows 7, I would appreciate some help figuring out what I did wrong.

@efoerster
Copy link
Member

efoerster commented Oct 11, 2019

This should be fixed by c13276b. Can you try out the latest commit?

@augustjanse
Copy link
Author

That worked, thanks!

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

No branches or pull requests

2 participants