S
Shankar
Hi,
I am writing a Managed C++ class library where
interfaces take a unsigned int parameter. Looking at the
CTS documentation, it is mentioned that there is no built-
in type in VB.NET for this and System::UInt32 is to be
used. Now VB.NET does not even allow integer
literals/variables to be assigned to a UInt32 variabe.
Can somebody please explain the idea behind this and
what type should I use in interfaces ?
Thanks,
Shankar
I am writing a Managed C++ class library where
interfaces take a unsigned int parameter. Looking at the
CTS documentation, it is mentioned that there is no built-
in type in VB.NET for this and System::UInt32 is to be
used. Now VB.NET does not even allow integer
literals/variables to be assigned to a UInt32 variabe.
Can somebody please explain the idea behind this and
what type should I use in interfaces ?
Thanks,
Shankar