On Saturday, 9 March 2013 at 11:56:14 UTC, thedeemon wrote: > struct Msg { > string name; > int sz; > double progress; > } BTW if I change double to float everything works fine.