Re: [opensc-devel] PINpad reader in Windows

2006-08-03 Thread Martin Paljak
Hi, On 03.08.2006, at 0:10, Robert Konklewski wrote: 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 / ideelabor.ee +372 515 6

Re: [opensc-devel] Changes for Windows to use strlcpy and my_getopt.h

2006-08-03 Thread Douglas E. Engert
Changes look good. Builds on XP with VC++8.0 and on Linux. But to use VC++8.0 the Makefile.mak files need an extra line to take care of the "manifest". Will send them as seperate patch. Thanks. Nils Larsch wrote: Douglas E. Engert wrote: Here are changes to allow OpenSC to build under wind

[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 fil

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 Ope