Subject | Encountered [IBO] D2009 problem |
---|---|
Author | Hans |
Post date | 2009-06-13T19:05:21Z |
> Jason Wharton wrote:Just in case: Copy of message posted on 5/10/2009
>> Also, if anyone is having troubles of any kind with the beta, ...
>
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 ))^,