Subject Re: [IBO] Acess Violation x Delphi 2009
Author Jason Wharton
>> tmpLen := Length( PAnsiString( TRecordBuffer( Buffer ))^ );
>
> I'm working on this issue.
>
> Does anyone have any suggestions?

Here's what I am looking at right now...

tmpLen := Length( StrPas( PAnsiChar( Buffer )));


Please run this with your scenario and let me know how it goes.

Jason Wharton