On 15/08/06, Iain MacDonnell <[EMAIL PROTECTED]> wrote:
Ludovic Rousseau wrote on 08/12/06 01:37 PM: > pcsc-lite-1.3.2: Ludovic Rousseau With Sun Studio 11: "winscard_msg.h", line 269: zero or negative subscript cc: acomp failed for winscard_clnt.c
The compiler does not like the declaration "BYTE data[0];". Try with "BYTE data[1];" instead and tell me if the execution is correct (it should be). Bye, -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
