Hi libcurl folks, The CURLOPT_WRITEDATA man page says > If you are using libcurl as a win32 DLL, you MUST use a > CURLOPT_WRITEFUNCTION if you set this option or you will experience > crashes.
I was curious to investigate why this happens, what the cause of the crashes is. However, with curl 7.84.0 I'm unable to reproduce this issue. I've cross-built libcurl using the MinGW-w64 toolchain provided by Debian Testing and tested the x86_64 binary under Wine, and it seems to work just fine without setting CURLOPT_WRITEFUNCTION. I'm certain that my test program is dynamically linked. Is this documentation up-to-date, and if so (primarily for my curiosity's sake) why does the crash happen? Thank you, John
signature.asc
Description: This is a digitally signed message part
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html