MLA icon indicating copy to clipboard operation
MLA copied to clipboard

Link to C bindings of release 1.4.0 is broken on Windows

Open mtth-bfft opened this issue 2 years ago • 0 comments

The temporary fix in https://github.com/ANSSI-FR/MLA/pull/172 is not used when producing releases in the CI. Due to that fix missing, linking to release 1.4.0 in C on Windows produces the same errors as described in that issue:

unresolved external symbol __imp_NtWriteFile
unresolved external symbol __imp_RtlNtStatusToDosError

mtth-bfft avatar Jan 17 '24 14:01 mtth-bfft