On Jan 3, 2008 8:31 PM, Leandro de Oliveira <lehphyro yahoo.com.br> wrote:
> Hi,
Hello,
> I want to use the support of OpenSC to many smartcards
> in my own program but I have to code for WindowsCE,
> all I have is an interface to hardware in the form of
> DLL that allows me to send APDU commands to
> smartcards.
> I think I will have to modify the source code of
> OpenSC.
>
> - Do I need only the source code in the libopensc
> folder?
I guess you will need more than that.
> - What do I have to change in the source code in order
> to use the DLL that I have instead of the WindowsXP
> drivers?
OpenSC can use 3 different ways to talk to a smart card
reader:
- CTAPI
- OpenCT
- PCSC
The code is in the files reader-ctapi.c reader-openct.c
reader-pcsc.c in src/libopensc/
I think you will have to add support for a new
reader-windowsce.c
Bye,
--
Dr. Ludovic Rousseau
_______________________________________________
opensc-user mailing list
opensc-user lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-
user
|