Re: [opensc-devel] Re: PINPad Kobil advanced

2006-08-15 Thread Martin Paljak
On 15.08.2006, at 22:57, Nils Larsch wrote: btw: is there a reason why the pinpad stuff in reader-pcsc.c is disabled by default ? As it was/is somewhat experimental. Also note, that it's not disabled by default in the code, but in the configuration file. Compilation in reader-pcsc.c depends

Re: [opensc-devel] DLL installation in SCB.

2006-08-15 Thread Douglas E. Engert
Andreas Jellinghaus wrote: Douglas E. Engert wrote: P.S. Here is a nice blog about the dll hell problem, VC++8.0 and WinSxS http://blogs.gotdotnet.com/martynl/archive/2005/10/13/480880.aspx It also meantions Inno and NSIS instal packages, that don't know how to handle the assemblies. th

Re: [opensc-devel] DLL installation in SCB.

2006-08-15 Thread Douglas E. Engert
Andreas Jellinghaus wrote: How important is support for windows before XP? If we would use VC8 with SxS directories for DLLs and all those goodies, we would depend on windows installer 3.1 which to my knowledge is only for Win XP SP2, or would at least require installing it on other plattform

Re: [opensc-devel] DLL installation in SCB.

2006-08-15 Thread Peter Stuge
On Tue, Aug 15, 2006 at 11:35:52PM +0200, Andreas Jellinghaus wrote: > sorry, I'm still quite confused: manifests, SxS directory, > windows installer 3.1 requirement, new CRT lib, etc. I don't like any of those cherries very much, but I do like least common denominator. I may just be too Windows

Re: [opensc-devel] DLL installation in SCB.

2006-08-15 Thread Andreas Jellinghaus
Douglas E. Engert wrote: P.S. Here is a nice blog about the dll hell problem, VC++8.0 and WinSxS http://blogs.gotdotnet.com/martynl/archive/2005/10/13/480880.aspx It also meantions Inno and NSIS instal packages, that don't know how to handle the assemblies. thanks, that link was very informat

Re: [opensc-devel] DLL installation in SCB.

2006-08-15 Thread Andreas Jellinghaus
How important is support for windows before XP? If we would use VC8 with SxS directories for DLLs and all those goodies, we would depend on windows installer 3.1 which to my knowledge is only for Win XP SP2, or would at least require installing it on other plattforms. Also SxS directories only w

Re: [opensc-devel] Re: PINPad Kobil advanced

2006-08-15 Thread Nils Larsch
Martin Paljak wrote: On 8/15/06, Ludovic Rousseau <[EMAIL PROTECTED]> wrote: Secure PIN pad will not work in OpenSC until Martin Paljak (or someone else) change the code to reflect the changes in my CCID driver version 1.1.0. Just went through my todo list, and the pinpad code in opensc shall b

Re: [opensc-devel] DLL installation in SCB.

2006-08-15 Thread Douglas E. Engert
P.S. Here is a nice blog about the dll hell problem, VC++8.0 and WinSxS http://blogs.gotdotnet.com/martynl/archive/2005/10/13/480880.aspx It also meantions Inno and NSIS instal packages, that don't know how to handle the assemblies. -- Douglas E. Engert <[EMAIL PROTECTED]> Argonne Nat

Re: [opensc-devel] DLL installation in SCB.

2006-08-15 Thread Douglas E. Engert
Wolfgang Glas wrote: Am Montag, 14. August 2006 16:28 schrieb Douglas E. Engert: Andreas Jellinghaus wrote: Wolfgang Glas wrote: 1) Are there any good reasons to install the opensc dlls twice? (SCB install directory and C:\WINDOWS\System32) Installing then only in the SCB install direct

[opensc-devel] Re: PINPad Kobil advanced

2006-08-15 Thread Martin Paljak
On 8/15/06, Ludovic Rousseau <[EMAIL PROTECTED]> wrote: Secure PIN pad will not work in OpenSC until Martin Paljak (or someone else) change the code to reflect the changes in my CCID driver version 1.1.0. Just went through my todo list, and the pinpad code in opensc shall be updated today (well,

Re: [opensc-devel] PINPad Kobil advanced

2006-08-15 Thread Ludovic Rousseau
On 15/08/06, Johannes Becker <[EMAIL PROTECTED]> wrote: Hello, Hi, can I get the Pinpad on the reader "Kobil Advanced" working? I use today's pcscd, pcsc-tools, libccid, opensc, libopenct1 from Debian/unstable which seems to be up to date. Everything works with firefox except asking the PIN

Re: [opensc-devel] pcsc_scan V 1.4.5 "Card removed"

2006-08-15 Thread Ludovic Rousseau
On 15/08/06, Johannes Becker <[EMAIL PROTECTED]> wrote: Hello, Hi, when using pcsc_scan in a terminal, I get messages like Card state: Card removed, But when I'm using pcsc_scan in a script like pcsc_scan > test.out.txt or in perl open (PIPE,"-|", "pcsc_scan"); those messages are miss

[opensc-devel] PINPad Kobil advanced

2006-08-15 Thread Johannes Becker
Hello, can I get the Pinpad on the reader "Kobil Advanced" working? I use today's pcscd, pcsc-tools, libccid, opensc, libopenct1 from Debian/unstable which seems to be up to date. Everything works with firefox except asking the PIN from the PINPad. Do you have to configure the PINPad somwhere?

Re: [opensc-devel] DLL installation in SCB.

2006-08-15 Thread Martin Paljak
This is not the right way. You can learn a lot about the re- distribution phase of the mentioned dll from msdn forums and just by using google. Just 'putting it somewhere' is supposed to cause more problems than it solves. On 14.08.2006, at 23:27, Wolfgang Glas wrote: My experience showed

[opensc-devel] pcsc_scan V 1.4.5 "Card removed"

2006-08-15 Thread Johannes Becker
Hello, when using pcsc_scan in a terminal, I get messages like Card state: Card removed, But when I'm using pcsc_scan in a script like pcsc_scan > test.out.txt or in perl open (PIPE,"-|", "pcsc_scan"); those messages are missing and I can only detect, if a card is inserted. How can I de