cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Preventing buffer display & linking question...

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 5 Oct 2007 13:40:55 +0200 (CEST)

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