Re: [Muscle] Weird problem with PCSC

2007-11-20 Thread Michael Bender/MBP
prakash ns wrote: As i have said before... ...and as people have said before, it looks like you have memory corruption in your code. This isn't really a smartcard or PC/SC-lite related issue. Why is it that i don't get an error if i declare an unused variable that is no way related to my buf

Re: [Muscle] Weird problem with PCSC

2007-11-20 Thread prakash ns
Hi, As i have said before... Why is it that i don't get an error if i declare an unused variable that is no way related to my buffer. and the same thing if i comment it i get the problem of insufficient buffer.. I hv checked it out in different machines. This happens after SCardTransmit(). To be

Re: [Muscle] Weird problem with PCSC

2007-11-20 Thread prakash ns
Though i have chkd with the memory debuggers but it responds with the same Here is the snippet of my program If i remove the particular array in my program i get succcessful transaction.

Re: [Muscle] Weird problem with PCSC

2007-11-20 Thread Ludovic Rousseau
2007/11/20, prakash ns <[EMAIL PROTECTED]>: > Hi everyone, > > I am using a SCM SDI010 Reader to interact with a JCOP 21 card. > > > I have interfaced the USB smartcard reader with my application. > > Iam using pcsclite-1.2.0 with 2.4.20-8 kernel. > > I am able to read and write from the card at l

[Muscle] Weird problem with PCSC

2007-11-20 Thread prakash ns
Hi everyone, I am using a SCM SDI010 Reader to interact with a JCOP 21 card. > I have interfaced the USB smartcard reader with my application. > Iam using pcsclite-1.2.0 with 2.4.20-8 kernel. > I am able to read and write from the card at low level. > I have interfaced with the application but t