CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: emilie.c@pro-active.fr

Search: Search took 0.03 seconds.

  1. Re: waitForCardPresent() within thread freezes applet under Ubuntu

    Not at all, as I'm trying to implement this function I am stuck by the contextId which seems impossible to get.

    But the whole smartcardio code is here...
  2. Re: waitForCardPresent() within thread freezes applet under Ubuntu

    Keang,

    Thank you for your reply.

    I have tried putting a 5 seconds timeout (5000) :
    - under Windows, it behaves the same as if I had put 0 (not the expected result, but not necessarily...
  3. Re: waitForCardPresent() within thread freezes applet under Ubuntu

    keang,

    I followed your advice and put some Sleep in my loop.
    I also re arranged a bit my code and put more displays to get a better idea of what's going on.

    I now know what is causing this :...
  4. Re: waitForCardPresent() within thread freezes applet under Ubuntu

    Thank you for your reply.

    Indeed, I am using The CardTerminal.waitForCardPresent method with 0 to wait indefinitely.

    But since I am using this function in a thread, it shouldn't freeze my...
  5. waitForCardPresent() within thread freezes applet under Ubuntu

    Hello,

    I am currently having some issues with the waitForCardPresent() function in an applet.

    I am developping an applet that manages PC/SC communications.
    In my applet I need to check card...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured