Search results

  1. M

    Carbon Thread

    I am trying to use carbon thread with the Thread Manager. I make a call to NewThread and pass in the parameters including the function pointer. However, the tread seems to be created successfully but the App crashes. The debug log after the calles get executed but not the one in the new...
  2. M

    PCSC layer on Mac OS X 10.2.4

    Hi all, I was wondering how to start the pcscd on Mac. I see the framework folder of PCSC on the box and I see the header files and library. However, don't know how to start it. My calls to this library through CodeWarrior executable is failing. Thanks. Mini
  3. M

    pthread.h

    In my code there are functions being called from this headerfile. How do I go about correcting this. Is there another headerfile which has these functions declares?
  4. M

    Wrappers for PCSC Lite

    I am creating a shared library for a third party application. This application is created in a CFM(PEF) format and not able to communicate with my library. Possible solution: User code warrior to compile the code for shared library. This will introduce a new problem because my...
  5. M

    pthread.h

    Hi everyone, I am very new to Mac OS X and I am desperate to get a project done on it. My code for the project runs good on Linux and Solaris. However I need to get this going on a Mac with Code Warrior. One of my problem when I compile my code is that it can't find pthread.h on the box...
Back
Top