Архив - июл 4, 2008

Дата

как настроить qdevelop чтобы видел cURL?

Опубликовано:

ОС Asplinux ,ide KDevelop
[code]
#include
#include
#include "curl/curl.h"

using namespace std;

static char errorBuffer[CURL_ERROR_SIZE];

static string buffer;

static int writer(char *data, size_t size, size_t nmemb,
std::string *buffer)
{
int result = 0;

if (buffer != NULL)
{