Subject Re: [firebird-support] Re: Writing UDF with Freepascal
Author Helen Borrie
At 11:32 PM 2/01/2008, you wrote:

>> The UDF exports
>> 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!

Sorry, 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).

In ObjectPascal it would be

exports
UTF_UPPER;

(in the DPR).

./heLen