-target x86-windows.xp does not run on Windows XP with Zig-provided entry point
@bpavuk wrote in ziglang/zig#31424 (comment):
-target x86-windows.xp does not run on Windows XP with Zig-provided entry point
I am trying to get zig working on older versions of windows and it has been more difficult than I expected to get it working. Just now I managed to get an exe that should work on xp, but I...
I think the core library should work with either 0.15.2 or 0.16.0. I just pushed some changes to handle some standard library renames.
I changed from accepting a reader to taking a slice so I could calculate the line/column from the offset 🙂. My preference is for recalculating the line/column since it's less likely for the...
Thank you for the bug report! I believe this should be fixed by commit 632e88bf
Fixed in 5be809953df7787774764863cdd9d5d06aac7cbc
You are correct, this is a bug. I'll fix that in the morning unless you'd like to submit a PR 🙂