Ludovic Rousseau wrote on 08/15/06 02:35 AM:
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];".

Yeah. What is that supposed to represent? Not sure how useful it is
to have a pointer to a fixed nothing :)


Try with "BYTE data[1];" instead and tell me if the execution is
correct (it should be).

Well, it compiles OK - not sure what I need to do to exercise the
new code, though... ?

    ~Iain


_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to