Search:

Type: Posts; User: cnchybrid

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    2,434

    pnglib in VS2005

    Hi

    I am trying to use libpng in visual studio 2005 I followed the instructions at

    http://ojuice.teamslack.net/2008/03/code/compiling-libpng-in-visual-studio-net-2005/#comment-301

    and the...
  2. Replies
    7
    Views
    1,641

    its not win32 but a console

    its not win32 but a console
  3. Replies
    7
    Views
    1,641

    Do u have any idea how can i set the dates to...

    Do u have any idea how can i set the dates to what ever i like ? i dont have to use thoes functions
  4. Replies
    7
    Views
    1,641

    Sorry salem its Windows and my compiler is Dev...

    Sorry salem its Windows and my compiler is Dev C++
  5. Replies
    5
    Views
    1,751

    Breakpoint 1, main () at try.c:18 18 ...

    Breakpoint 1, main () at try.c:18
    18 count = collectdata(country, stats);
    (gdb) next
    Enter the name of the country:hello
    Enter the number of units:3

    Program received signal...
  6. Replies
    7
    Views
    1,641

    manipulate date on files

    I have a problem how do i write back the c_file.time_write to the files ?



    if( (hFile = _findfirst( "*.bmp", &c_file )) == -1L )
    printf( "No *. bmp files in current directory!\n" );
    ...
  7. Replies
    8
    Views
    1,934

    itsme86 he wants to access the integer as an...

    itsme86 he wants to access the integer as an array of chars but he doesnt care of the data he needs it for transmission purposes
  8. Replies
    8
    Views
    1,934

    I think his actual problem is that he wants to...

    I think his actual problem is that he wants to convert any data type to char is it so Mr ?
  9. Replies
    8
    Views
    1,934

    but can you recover back the integer afterwards ?...

    but can you recover back the integer afterwards ?
    by reversing it
  10. Replies
    0
    Views
    2,338

    pthread mutex problemos

    #include <stdlib.h>
    #include <stdio.h>
    #include <errno.h>
    #include <pthread.h>

    pid_t pid;
    pthread_mutex_t imutex;
    pthread_mutexattr_t attr;
    int main(int argc, char **argv)
    {
  11. Replies
    8
    Views
    2,345

    Yes I am working on Solaris. According to the...

    Yes I am working on Solaris.

    According to the link you gave me, the code should be ok... only pause() is used in the signal handler and it is in the safe list. So I guess it must be something else.
  12. Replies
    8
    Views
    2,345

    problem with signals

    Hi,

    I'm experiencing a problem with signals between two processes. One process registers two simple signal handlers and runs an infinite loop. The other sends it a SIGUSR1 to pause it, runs a bit...
Results 1 to 12 of 12