Subject Re: Encountered [IBO] D2009 problem
Author Andreas Hesse
Hans schrieb:
>
>
>> Jason Wharton wrote:
>>> Also, if anyone is having troubles of any kind with the beta, ...
>
> Just in case: Copy of message posted on 5/10/2009
>
> In legacy version of IBO , recompiled IBO 4.9.2
> IBODataset append fails with a memory exception (D5,D7)
>
> line 5686, statement
> HexTextToBinary( PAnsiString( TRecordBuffer( Data ))^,
> which in V4.8.4 read as
> HexTextToBinary( PChar( TRecordBuffer( Data ))^,
>
>

so change PAnsiString to PAnsiChar and it should work again.

--
Andreas