
VB Data Types - C Data Types
VB5 supports Enums. No unions, though.
Also, VB strings are BStrs.
--
Chris Behrens
Microsoft Site Builder Level 2
http://www.deltav.net
If you would like to submit me to be
a Microsoft "Most valued professional",
go to:
http://www.microsoft.com/support/supportnet/mvp/mvpref.htm.
"Are we not drawn onward, we few, drawn onward
to new era?"
Quote:
> Sorry, VB does not support enumerations nor unions.
> C data types translations are correct. The only difference between C and
> Basic on native processor types is represented by C int type which is not
> equivalent to Basic Integer (which is a C short). On 32 bit platforms, C
> int type must be explicitly a Basic Long.
> Stephanus.