OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Patrick Serventon (patrick.serventon_at_WORLDONLINE.FR)
Date: Wed Sep 18 2002 - 09:08:51 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    It's a fact that it's your first programming time in smartcards.
    I'd learned recently to work with an EMV Card. I had passed a lot of
    time with.
    For example, I had used a half day to test all the possibilities with DF
    and EF Files.

    For the errors code, you have to do the same. As you catch an error you
    try to understand the
    Signification. 57 is unknown for me. I just know that it's not an error
    from the network card.
    Then you have to make a switch case to find which one of the smartcard
    error it'is.
    If you know the correspondance (SCARD_E_NO_READERS_AVAILABLE, ...) I'll
    try to give you the signification.

    In fact i doesn't used WFSC or PCSC, I usually program low level
    communications to the card through the reader.

    Do not hesitate to ask ..

    -----Message d'origine-----
    De : SmartCardSDK [mailto:SmartCardSDKDISCUSS.MICROSOFT.COM] De la part
    de Dana Amsalem
    Envoyé : mercredi 18 septembre 2002 15:33
    À : SmartCardSDKDISCUSS.MICROSOFT.COM
    Objet : Re: error 00000057...

    Patrick,

    Perhaps I did not understand the purpose of this mailing list, sorry
    me!!! I DO have MSDN and I DO have internet connection and I know what
    this error says but I still can understand how it connects to me,
    reading binary file.... what can I say, maybe it's beyond me...
    Patrick, thanks a lot for your patience you've been very helpful to me.

    B.T.W
    Just for the record this is my first program in smart cards this field
    is totally new for me so I'm really sorry I bothered you with my stupid
    question.

    ----- Original Message -----
    From: "Patrick Serventon" <patrick.serventonWORLDONLINE.FR>
    To: <SmartCardSDKDISCUSS.MICROSOFT.COM>
    Sent: Wednesday, September 18, 2002 2:16 PM
    Subject: RE : error 00000057...

    Perharps you have to work and find by yourself some explanations. Do you
    have the MSDN ? Do you have an internet connection ?

    Then you can go on this page and test all these possibilities of return
    values .
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/securit
    y/Security/authentication_data_types_constants_and_return_values.asp

    Patrick

    -----Message d'origine-----
    De : SmartCardSDK [mailto:SmartCardSDKDISCUSS.MICROSOFT.COM] De la part
    de Dana Amsalem Envoyé : mercredi 18 septembre 2002 14:55 À :
    SmartCardSDKDISCUSS.MICROSOFT.COM
    Objet : error 00000057...

    Hello,
    Does anybody knows why I'm getting error 00000057 when using
    SCardTransmit() when reading binary file?

    thanks,
    Dana