In PD3.0pre3 the record name lenght is limited to 32 in the VTDBunit:

//---------------------------------------------------------------------------
TRecordKey = string[31];

I need a higher value (255), I've changed and it seems that works. I want to know if this will create problems with other parts of the library, or not.