2009/11/30 Martin Paljak <[email protected]>: > Hi. Hello,
> What is the status of multithreaded access to pcsc-lite? Is it supposed to > work? Yes. But each thread needs to have its own context. You shall call SCardEstablishContext() in the newly created thread and you program should work (not yet tested with your sample). I already tried to detect the problem and return SCARD_E_INVALID_HANDLE but that is not easy. I note to add this "limitation" to the "Known differences with Microsoft Windows WinSCard implementation:" Bye -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
