Subject | Re: [firebird-support] Re: Writing UDF with Freepascal |
---|---|
Author | Helen Borrie |
Post date | 2008-01-02T13:31:57Z |
At 11:32 PM 2/01/2008, you wrote:
In ObjectPascal it would be
exports
UTF_UPPER;
(in the DPR).
./heLen
>> The UDF exportsSorry, I overlooked the subject, that said you were writing it in FreePascal. So maybe the syntax for your exports statement is OK (I just don't know, it's been a while since I looked at FP).
>> UTF_UPPER name 'UTF_UPPER';
>>
>> You're declaring
>>
>> ENTRY_POINT 'UTF_UPPER' MODULE_NAME 'udf_upper';
>>
>> ./heLen
>>
>Sorry Helen,
>
>but I just don't get it. What do I have to change. I'm just to stupid.
>I would apreciate your answer!
In ObjectPascal it would be
exports
UTF_UPPER;
(in the DPR).
./heLen