From C To Pascal, unions and variant records
1 Dec
2000
1 Dec
'00
2:35 p.m.
Hi! Actually, I translate the Gdk (basically needed for Gtk) to Pascal and I need help with the following C-Struct: struct _GdkEventClient { ... GdkAtom message_type; gushort data_format; union { char b[20]; short s[10]; long l[5]; } data; }; How do I pass the union to a case-selector ? Eike
9396
Age (days ago)
9396
Last active (days ago)
1 comments
2 participants
participants (2)
-
Eike Lange -
Prof. A Olowofoyeku (The African Chief)