-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
kernel32.dll Win7 32bit x86 GetSystemTimePreciseAsFileTime could not be located in... #5766
Comments
MSDN: Minimum supported client: Windows 8 |
Windows 7 is no longer supported; as seen in the Support Table the minimum windows version is 8.1. |
Try this: zig/lib/libc/include/any-windows-any/_mingw.h Lines 232 to 234 in d7f00c4
Replace 0x0603 with 0x0601 , then rebuild Zig.In addition, check out https://reviews.llvm.org/D104987, which ensures that we always use the highest precision available. |
The support table link seems to be broken; I believe this is what it's referring to: After some cursory investigation, 0.5.0 seems to be the last major version that supports windows 7: |
I get "GetSystemTimePreciseAsFileTime not found" too, but for pure NodeJS. There is other way, when recompilling is long or not possible... VxKex (windows 7 extended kernel to 8+). P. S.: Only for advanced users. |
The procedure entry point GetSystemTimePreciseAsFileTime could not be located in the dynamic link library Kernel32.dll
The text was updated successfully, but these errors were encountered: