Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 lib winscard.h 中编写应用程序使用函数SCardConnect()如果运行 2 个应用程序,它只能连接到一个阅读器 0(例如有 2 个阅读器 0 和阅读器 1)如何同时连接到 2 个阅读器?
前段时间我做了类似的事情(没有实例句柄的lib),解决方案是:为每个读者生成一个进程。使用 IPC 同步(共享内存、TCP/UDP 环回、管道...)