Search:

Type: Posts; User: Syko

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    9,780

    Ok well I was wondering a bit about incrementing...

    Ok well I was wondering a bit about incrementing a void pointer but I tested it with a small app that increments a void pointer by one and it did increment it by one byte...
    My bad about the...
  2. Replies
    6
    Views
    9,780

    Well that was friendly I took that from the...

    Well that was friendly


    I took that from the example.c that came with the libjpeg source. Here's what it says:


    This is the structure that's passed to the function as a pointer


    struct...
  3. Replies
    6
    Views
    9,780

    libjpeg segfault on jpeg_read_scanlines()

    I have a simple jpeg load function for normal jpeg files.
    If I step through it with gdb I get

    "Program received signal SIGSEGV, Segmentation fault.
    0x1000b73a in ycc_rgb_convert ()"

    The...
  4. Replies
    2
    Views
    834

    I'm on linux... Well anyway, I managed to solve...

    I'm on linux...
    Well anyway, I managed to solve it with
    g_signal_connect(G_OBJECT(win), "delete_event", G_CALLBACK(gtk_true()), none);
    or
    glade_xml_signal_connect(XML, "win_delete_event",...
  5. Replies
    2
    Views
    834

    GTK+ 2 signal confusion

    If I were to create a simple window using gtk+ without connecting any signals it should not do anything when I click the X (close) right?

    Well I'm pretty sure it doesn't but I'm using glade to...
  6. Replies
    2
    Views
    1,680

    hey it works! :) So it was just a simple output...

    hey it works! :)
    So it was just a simple output problem. heh I thought it was something really messy

    thx ;)
  7. Replies
    2
    Views
    1,680

    Weird code execution order problem

    Hi
    I wrote a simple server in C and it seems like the functions are executed in the wrong order or something. (btw I'm on linux (ubuntu:hoary) if that matters anything in this case)

    it goes like...
Results 1 to 7 of 7