Subject | Re: [IBO] Acess Violation x Delphi 2009 |
---|---|
Author | Jason Wharton |
Post date | 2009-09-24T00:15:01Z |
>> tmpLen := Length( PAnsiString( TRecordBuffer( Buffer ))^ );Here's what I am looking at right now...
>
> I'm working on this issue.
>
> Does anyone have any suggestions?
tmpLen := Length( StrPas( PAnsiChar( Buffer )));
Please run this with your scenario and let me know how it goes.
Jason Wharton