StanzaOrg / lbstanza-old

L.B. Stanza Programming Language
Other
216 stars 23 forks source link

Windows API error handling #100

Closed tylanphear closed 3 years ago

tylanphear commented 3 years ago

This patch implements and improves error handling in Windows, by adding functions to get the last Windows API error, and by printing Windows API error messages when appropriate (instead of potentially-empty POSIX errors).

This is mostly scaffolding for later PRs, but it should be generally useful for any future work involving the Windows API.

CuppoJava commented 3 years ago

Looks great. Thank you Tyler!