Search:

Type: Posts; User: wingri

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,455

    Now it works, thank you very much. The biggest...

    Now it works, thank you very much.

    The biggest problem was here:


    Now, I`m sending mapyczcount as argument to downloadslave_cb.
  2. Replies
    10
    Views
    2,455

    Hi, I`m still trying to fix this error, but I`m...

    Hi,
    I`m still trying to fix this error, but I`m not succesfull.

    Bad file description error still occures in downloadslave_cb while calling select function. After calling
    int sel = select...
  3. Replies
    10
    Views
    2,455

    Error occures in downloadslave_cb here: if...

    Error occures in downloadslave_cb here:


    if (select (FD_SETSIZE, &readmask, NULL, NULL, &timeout) < 0)
    {
    perror ("select() call");
    }


    and also here:
  4. Replies
    10
    Views
    2,455

    Thank you, that`s true, i didn`t realize that....

    Thank you, that`s true, i didn`t realize that. And thanks for the suggestion.
    I`ve made a new object:


    typedef struct {
    gchar *dlbuff;
    gchar *dlpstart;
    gint dlcount;
    gchar...
  5. Replies
    10
    Views
    2,455

    Thank you very much for your time. Yes, it...

    Thank you very much for your time.

    Yes, it seems, that dlbuff is being overwriting, but I`m calling dlbuff = g_new0 (gchar, 8192);
    in downloadstart_cb. And I`m calling it each time before new...
  6. Replies
    10
    Views
    2,455

    Picture download problem

    Hello,

    I`m working on downloading map from map server.
    When I download one map, everything runs ok. But I have to download 20 small maps and join them together to
    get big one. The first should...
Results 1 to 6 of 6