在 2025-11-13 14:52, Kirill Makurin 写道:
I wanted to quickly test whether library I'm working on builds and works with msvcr*.dll, and when I was running the tests, I noticed that all tests for C89/C95/uchar.h conversion functions failed. After small investigation I realized that errno was to EINVAL upon entry to `main`.Can anyone look into this?
This doesn't reproduce the issue for me. You may try starting the program using GDB, with breakpoints on `_errno` and `_set_errno`.
-- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
