Re: [opensc-devel] Access OpenSC API

2008-10-16 Thread Andreas Jellinghaus
there should be an opensc.lib file somewhere. (at least we had that with the old SCB package, not sure if the new packages have it too.) but like alon, there is an even better suggestion: use the pkcs#11 interface. PKCS#11 API is a bit difficult at first, but you could use some library on top tha

Re: [opensc-devel] Access OpenSC API

2008-10-16 Thread Alon Bar-Lev
Why don't you use PKCS#11 interface? On 10/16/08, Manuel Preliteiro <[EMAIL PROTECTED]> wrote: > Hello > > I'm trying to make a simple context aware program. I installed (under > Windows) OpenSC with success. Now I want to access the API (throw C), I > moved all the "include\opensc" directory to m

[opensc-devel] Access OpenSC API

2008-10-16 Thread Manuel Preliteiro
Hello I'm trying to make a simple context aware program. I installed (under Windows) OpenSC with success. Now I want to access the API (throw C), I moved all the "include\opensc" directory to my libraries location but since only the header file is present I cant compile anything (undifined referen