Subject Problem with [IBO] New Beta Release: IBO 4.9.2
Author Hans
In legacy version of IBO , recompiled IBO 4.9.2
IBODataset append fails with a memory exception

line 5686, statement
HexTextToBinary( PAnsiString( TRecordBuffer( Data ))^,
which in V4.8.4 read as
HexTextToBinary( PChar( TRecordBuffer( Data ))^,