while updating to r20 i get a lot of errors according to DescriptionCommad / DescriptionGetBitmap, ID is no member
case MSG_DESCRIPTION_COMMAND:
switch(static_cast<DescriptionCommand*>(t_data)->id[0].id)
case MSG_DESCRIPTION_GETBITMAP:
DescriptionGetBitmap *dgb = static_cast<DescriptionGetBitmap*>(t_data);
AutoAlloc<BaseBitmap> bm;
switch(dgb->id[0].id)
edit: maybe i found something . _descId[0].id doesn't throw an error. however i still cannot test way more errors and warnings to go