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

2006-08-04 Thread Douglas E. Engert
OK, tested against 3005, builds and runs uner XP. Thanks. Nils Larsch wrote: 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

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

[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