Re: libcurl - help needed

new topic     » goto parent     » topic index » view thread      » older message » newer message

I'm surprised it works at all because you missed the CDECL '+' in your call to call_back() again.

this:

write_cb = call_back( routine_id("curl_write_callback") )

should be:

write_cb = call_back({ '+', routine_id("curl_write_callback") })

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu