On Thursday, June 09, 2005, at 02:00AM, Yannick LEPLARD <[EMAIL PROTECTED]> wrote: >Hi, > >I'm trying to use smartcards under mac os x ( Tiger ) > .... >At runtime pkcs11 symbols are undefined.� >I don't understand how to use Apple's musclecard pkcs11.bundle ! > >if someone knows how to. >thanks.
You need to link to the PCSC framework. Just add /System/Library/Frameworks/PCSC.framework to your project. I've found it very useful to download the darwin source code for the framework as a reference. Apple added a few custom things that allow hot plugging of readers, handling computer sleep modes, etc. Eric _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
