Simon Fell a écrit :
-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Tim K. (Gmane)
Sent: Monday, November 29, 2004 7:20 PM
To: [EMAIL PROTECTED]
Subject: Re: long vs. Long
If anyone else has an example on how to get the Long stuff to
work end-to-end and to interoperate with .NET I would love to
see it (it has to be RPC not doc/lit) as it would be nice to
make use of the nillable property ...
Thanks.
Tim
The long type in .NET is not nullable, so trying to send it as a nil
over the wire is just going to result in headaches for the .NET folks.
The long type in Java is not nullable either... The Long type is.
But I don't know .Net at all.
--
Julien