Hi devs,
During my pdp porting effort I have been able to solve the problem with mingw compilation. The trick is to add a flag to gcc, it is called -mms-bitfields.
Using this, t_object has the same size, with visual studio and gcc.
Thanks very much. I really fighted with that issue this week...
LG Georg