santigimeno / node-pcsclite

Bindings over pcsclite to access Smart Cards
ISC License
170 stars 125 forks source link

Won't compile on Windows platform #17

Closed oliversalzburg closed 9 years ago

oliversalzburg commented 10 years ago

Due to the use of pthreads, the project won't build on Windows.

santigimeno commented 9 years ago

I plan to migrate to libuv threading API to try to fix this when time permits

oliversalzburg commented 9 years ago

@santigimeno Awesome. I'll keep watching the project and this issue in particular. I would appreciate if you would post an update in this issue once you've migrated. Then I would be happy to test the change.

santigimeno commented 9 years ago

@oliversalzburg @LudovicRousseau I have an implementation using libuv API instead of pthreads here: https://github.com/santigimeno/node-pcsclite/pull/24. I have made some initial testing on linux and seems to work fine. Could you test if it works for you on Windows and OS X?

Thanks!

santigimeno commented 9 years ago

Added Windows support in version 0.4.0