On Mon, 16 Nov 2009, Andy Shellam (Mailing Lists) wrote:
Breakpoint 1, aspire_platform::GoogleCheckoutClient::OnDataRead ( this=0x80ee011, ptr=0x1, size=307, nmemb=11936960, stream=0x0)
The callback is a plain C function, there is no 'this' pointer passed to this function so when you consume one argument for that, the following ones will be completely messed up...
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
