-
Notifications
You must be signed in to change notification settings - Fork 191
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
Windows XP compatability issues. #574
Comments
I have loaded these functions dynamically - hopefully should make this link for you. |
It seems that problem with MSVC runtime package. |
Closing issue, as |
Currently HXCPP application crashes on Windows XP due to usage of functions that are not present in Window XP. Both app and libraries (std/zlib/etc) are built with
-DHXCPP_WINXP_COMPAT
flag.Identified at least two of them:
inet_pton
anditen_ntop
inwinsocks2.h
/WS2_32.dll
.Additionally dll files that are bundled in Haxelib release is clearly broken for WinXP (
false
forFileSystem.exists(Sys.getCwd())
is clearly something out of nightmares.)The text was updated successfully, but these errors were encountered: