Re: libcurl - help needed
- Posted by ghaberek (admin) Oct 24, 2016
- 3546 views
jmduro said...
I got the same crash. Then I tried to replace
write_cb = call_back( routine_id("curl_write_callback") )
by
write_cb = call_back( { '+', routine_id("curl_write_callback")} )
and it doesn't crash anymore!
Oh yes, I suppose cURL is using CDECL on Windows so you'll need the '+' in there.
-Greg