Re: [opensc-devel] PINpad reader in Windows

2006-08-03 Thread Ludovic Rousseau
On 03/08/06, Robert Konklewski [EMAIL PROTECTED] wrote: Hello! Hi, A word of warning: this patch might cause problems in Linux since byte order of IOCTLs is changed to little-endian (it is required in Windows) and it was not altered in the original code (which probably worked well in

Re: [opensc-devel] PINpad reader in Windows

2006-08-03 Thread Martin Paljak
Hi, On 03.08.2006, at 0:10, Robert Konklewski wrote: opensc-0.11.1-pcsc.patch Looks really interesting. The only thing to sort out is the way to re- use the reader.h on windows... I'll give it a look next week while back at home. m. -- Martin Paljak / [EMAIL PROTECTED] martin.paljak.pri.ee

[opensc-devel] Building OpenSC on Windows with VC++8.0 and manifest files

2006-08-03 Thread Douglas E. Engert
When using the VC++2005 also known as VC++8.0, Microsoft introduced the use of manifest files. These either need to be shiped around with the dll and exe files or then can be included in the file as an additional resource. Attached are changes to the Makefile.mak for OpenSC. (The Makefile.mak

Re: [opensc-devel] Building OpenSC on Windows with VC++8.0 and manifest files

2006-08-03 Thread Nils Larsch
Douglas E. Engert wrote: When using the VC++2005 also known as VC++8.0, Microsoft introduced the use of manifest files. These either need to be shiped around with the dll and exe files or then can be included in the file as an additional resource. Attached are changes to the Makefile.mak for