in code I have to migrate I have found a VOStruct that has a date member.
The X# compiler gives me a
Code: Select all
error XS9027: VoStruct member type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float, double, ptr, psz or vostruct
And since this is not my code, please don't ask me why there was not used a class instead of a struct.
Wolfgang