Jan 13, 2004 #1 J Jedhi Well-known member Joined Oct 2, 2003 Messages 127 What has happened to the unions ? Do you use struct instead of union in C# ?
Jan 13, 2004 #2 PlausiblyDamp Administrator Joined Sep 4, 2002 Messages 6,155 Location Lancashire, UK User Rank *Expert* unions arent supported in c# - use either a struct or a class depending on your needs.
Jan 13, 2004 #3 wyrd Well-known member Joined Aug 23, 2002 Messages 1,408 Location California You can create unions using structs and attributes; StructLayout FieldOffset