If you're using libcurl as a win32 DLL, you MUST use the CURLOPT_WRITEFUNCTION
authorDaniel Stenberg <daniel@haxx.se>
Sat, 22 Jan 2005 22:24:17 +0000 (22:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 22 Jan 2005 22:24:17 +0000 (22:24 +0000)
commit95656cd7f37f78e2010d422d53e00115728bafcd
tree2dda1908c755a3c7d23058a19b66533aaff7ef62
parentd8f79b263de2f4b2a41b6778e0b3d61a03e930ff
If you're using libcurl as a win32 DLL, you MUST use the CURLOPT_WRITEFUNCTION
if you set CURLOPT_WRITEDATA - or you will experience crashes.
docs/libcurl/libcurl-tutorial.3