Re: [opensc-devel] Building cardmod Mindriver using Build environment

2011-01-24 Thread Martin Paljak
Hello, On Jan 24, 2011, at 6:13 PM, Douglas E. Engert wrote: > I agree with you on this, but there has not been much support for building > on Windows and it has been hard to find Windows developers and getting Visual > Studio installed is not easy. Alon and I had this discussion a few years ago

Re: [opensc-devel] Building cardmod Mindriver using Build environment

2011-01-24 Thread Douglas E. Engert
On 1/22/2011 8:38 AM, Martin Paljak wrote: > > On Jan 14, 2011, at 9:07 PM, Douglas E. Engert wrote: >> 'On 1/14/2011 12:48 PM, Alon Bar-Lev wrote: >>> At build script there is a comment: >>> # Disable until we solve license issue >>> # if [ -n "${BUILD_FOR_WINDOWS}" ]; then >>> #

Re: [opensc-devel] Building cardmod Mindriver using Build environment

2011-01-22 Thread Martin Paljak
On Jan 14, 2011, at 9:07 PM, Douglas E. Engert wrote: > 'On 1/14/2011 12:48 PM, Alon Bar-Lev wrote: >> At build script there is a comment: >> # Disable until we solve license issue >> # if [ -n "${BUILD_FOR_WINDOWS}" ]; then >> # extra_opensc="${extra_opensc} --enable-cardmod"

Re: [opensc-devel] Building cardmod Mindriver using Build environment

2011-01-19 Thread Douglas E. Engert
On 1/19/2011 8:20 AM, Martin Paljak wrote: > > On Jan 14, 2011, at 7:12 PM, Douglas E. Engert wrote: >> >> Is this the version of the cngsgk.msi to use? I see there may >> be a 1.3.0 version also available? > > 2.0 version should be used. > > Where on microsoft.com can you find the "download page

Re: [opensc-devel] Building cardmod Mindriver using Build environment

2011-01-19 Thread Martin Paljak
On Jan 14, 2011, at 7:12 PM, Douglas E. Engert wrote: > > Is this the version of the cngsgk.msi to use? I see there may > be a 1.3.0 version also available? 2.0 version should be used. Where on microsoft.com can you find the "download page" (which has release notes etc as well) for 1.3 versio

Re: [opensc-devel] Building cardmod Mindriver using Build environment

2011-01-14 Thread Alon Bar-Lev
2011/1/14 Douglas E. Engert : > If the license issues can not be addressed, then maybe cardmod > could be built as a separate package by the user. On perfect world, it would have been possible to write cardmod that uses PKCS#11 interface, to enable any PKCS#11 provider to be used by CryptoAPI. Th

Re: [opensc-devel] Building cardmod Mindriver using Build environment

2011-01-14 Thread Douglas E. Engert
On 1/14/2011 12:48 PM, Alon Bar-Lev wrote: > At build script there is a comment: > # Disable until we solve license issue > # if [ -n "${BUILD_FOR_WINDOWS}" ]; then > # extra_opensc="${extra_opensc} --enable-cardmod" > # fi > > I have modified cardmod.h to meet mingw, bu

Re: [opensc-devel] Building cardmod Mindriver using Build environment

2011-01-14 Thread Alon Bar-Lev
At build script there is a comment: # Disable until we solve license issue # if [ -n "${BUILD_FOR_WINDOWS}" ]; then # extra_opensc="${extra_opensc} --enable-cardmod" # fi I have modified cardmod.h to meet mingw, but was remove at revision 101 due to license issue. 2011/

[opensc-devel] Building cardmod Mindriver using Build environment

2011-01-14 Thread Douglas E. Engert
I am trying to build the cardmod Windows Minidriver using the http://www.opensc-project.org/opensc/wiki/MiniDriver and http://www.opensc-project.org/build/ and an svn checkout of the build trunk. François sent me a prebuilt package last night that I may also try. But I have some questions about t