Search:

Type: Posts; User: Waefre

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    8,576

    Sorry, i forgot about the other definitions: ...

    Sorry, i forgot about the other definitions:


    struct write_result {
    char *data;
    int pos;
    };

    and
  2. Replies
    6
    Views
    8,576

    My connection seems okay; as the previous calls...

    My connection seems okay; as the previous calls to the function work, just one particular call fails for some reason
  3. Replies
    6
    Views
    8,576

    libcurl program crashes on curl_easy_init?

    I wrote a simple libcurl program with several calls to the following function:


    char* import(char* in) {

    CURL *curl;
    puts("*curl");
    curl = curl_easy_init();
    puts("init");
Results 1 to 3 of 3