On 20/03/06, Shawn Willden <[EMAIL PROTECTED]> wrote: > On Monday 20 March 2006 03:00, Ludovic Rousseau wrote: > > What exact problem do you have? > > The problem arises when libmusclecard is used with other PCSC implementations. > I know this is an issue specifically for SunRay usage, since Sun provides its > own libpcsc. What I've had to do is to create a bastardized libmusclecard > that included all of the symbols that libpcsclite.so provides but > libpcsc-srcom.so does not. It would be cleaner, IMHO, if libpcsclite.so > provided only the symbols defined by the PCSC specification. That way > programs and libraries writted to pcsc-lite can work with other PCSC > implementations.
One solution is to reuse the hack I have in my ccid driver: - add a --disable-pcsclite argument - provide empty log_msg() and log_xxd() functions if pcsclite is not used > Assuming, of course, that log_msg() and log_xxd() aren't defined in the PCSC > specification. I didn't look. In fact PCSC does not have an real API specification. We just use the one defined by Microsoft. Bye -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
