Subject | Re: blob functions fail in linux 64 bit systems |
---|---|
Author | robert.gilland |
Post date | 2009-11-11T05:53:02Z |
-> Do you use a 64-bit FB version on centos 64-bit?
Yes.
Kind Regards,
Robert.
Yes.
> If so, have you recompiled the UDF library for a 64-bit target?Yes.
>I will make these changes and retest.
> > typedef short TISC_BlobGetSegment(int*, char*,long, long*);
>
> Last two parameters must be short and short*, respectively;
>
> > typedef struct
> > {
> > TISC_BlobGetSegment* GetSegment;
> > int* BlobHandle;
> > long SegmentCount;
> > long MaxSegmentLength;
> > long TotalSize;
> > TISC_BlobPutSegment* PutSegment;
> > }TBlob;
>
> SegmentCount, MaxSegmentLength and TotalSize must be int.
>
>
Kind Regards,
Robert.