Subject | Re: [firebird-support] Manipulating BLOBs in a x64 UDF compiled with Delphi XE2 |
---|---|
Author | Josef Kokeš |
Post date | 2012-06-18T06:20:33Z |
> The function:That's CDECL, too. I copied it from the implementation rather than from
>
> function STRBLOB(Value: PAnsiChar; Dest: PBlob): PBlob;
> begin
> Result := Dest;
> Dest^.PutSegment(Dest^.BlobHandle, Value, StrLen(Value))
> end;
the interface.
Josef Kokes