79397467

Date: 2025-01-29 16:37:54
Score: 1.5
Natty:
Report link

You didn't provide enough context to be sure, but this error typically comes up when you try to link code using different standard library implementations on Windows, e.g. linking a program using UCRT to a program using MSVCRT. If you can, compile all of your dependencies yourself in the exact same environment to avoid this issue.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: MontyHimself