cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Preventing buffer display & linking question...

From: jonatan perry <jonatan44_at_gmail.com>
Date: Fri, 5 Oct 2007 05:57:47 -0700

Hello Daniel! thanks for answering!

What do you mean by "write callback that does nothing"? I still want to get
the data, only not to display it...

Thanks again,
Jonatan Perry.

On 10/5/07, Daniel Stenberg <daniel_at_haxx.se> wrote:
>
> On Fri, 5 Oct 2007, jonatan perry wrote:
>
> > the problem is that the page output is presented in the console, I mean
> > after the curl_easy_prefom execute, the incoming buffer displayed on the
> > screen - I don't want this to happen. can anyone help me? who do I
> prevent
> > this?
>
> The easiest way is to provide a write callback that does nothing with the
> data, only returns the correct return code.
>
> > As well, anyone know who do I link the libcurl statically inside my App
> in
> > VS2005 (after compiling the App required the DLL inside the directory)?
>
> Sorry, I'm not the man to answer about VS details.
>
> --
> Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
>
Received on 2007-10-05