curl-library
Re: AW: Debugging libcurl
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 25 Jan 2008 19:59:15 +0100 (CET)
Date: Fri, 25 Jan 2008 19:59:15 +0100 (CET)
On Fri, 25 Jan 2008, cliffer_at_q1lan.de wrote:
> The sources are compiled with my program every time i build it, but i'm
> still unable to inspect the handles by watching it, same error: "Attempt to
> dereference a generic pointer". Where is my fault?
First fault: you top-post on this list.
Next fault: CURL * is a generic pointer always, you need to follow the
function into the library and check its contents within there where the
pointer is converted to a "struct SessionHandle *" and that contains an awful
lot of stuff...
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2008-01-25