Search:

Type: Posts; User: woofer

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,684

    Open windows file

    Here's a problem that has me vexed. I have a xdp file which, when clicked in Windows Explorer opens Acrobat reader automatically and then loads the xml data in the XDP file filling an Acrobat form...
  2. Replies
    8
    Views
    1,494

    Thanks for the help. I managed to fix it by...

    Thanks for the help. I managed to fix it by changing it to a for loop that just instantiates the full MAX_THREADS number of threads from the beginning. I then moved the while loop into the main...
  3. Replies
    8
    Views
    1,494

    So are you suggesting an explicit call to...

    So are you suggesting an explicit call to pthread_exit() at the end of the function? I tried that and it didn't make any difference though...
  4. Replies
    8
    Views
    1,494

    Additional info 2: I found a link on google...

    Additional info 2:

    I found a link on google (somehow) that lists error code 12 as being a ENOMEM error (would be nice if that were documented :/).

    Assuming that's the case, why am I getting...
  5. Replies
    8
    Views
    1,494

    Good thinking. I tried it, but unfortunately, it...

    Good thinking. I tried it, but unfortunately, it behaves exactly the same way.
  6. Replies
    8
    Views
    1,494

    Additional info: I did some more testing and...

    Additional info:

    I did some more testing and found out that after the 303rd thread call, the pthread_create function returns an error code of 12. I realize this may be a newb question, but how do...
  7. Replies
    8
    Views
    1,494

    Basic GUI and odd thread error

    I want to do a simple gui for an otherwise unglamorous program, but I want to use only code that's already included with C++ (I'm using Fedora with KDE. Someone mentioned QT already, but I couldn't...
Results 1 to 7 of 7