Subject Re: [!! SPAM] Re: [firebird-support] Re: Linux UDF written in pascal
Author Flávio Costa
My UDF doesn't make use of strings yet. It manipulates only integers
and timestamps. String manipulation is left to rfunc.

I'm trying to use Firebird 64bits, and rfunc is compiled only in
32bits. I guess I'll rewrite rfunc in free pascal to easily compile on
win32/win64 and linux32/linux64. Probably I'll face this problem with
strings.

2009/6/10 Bogusław Brandys <brandys@...>:
>
>
> Flávio Costa pisze:
>
>>
>>
>>
>> UDFs needs to be multithreaded? I guess they're only ordinary
>> functions. There's no global variables that need synchronization.
>>
>> And free pascal (lazarus) have a TThread class, same way Delphi does.
>
> check also http://bugs.freepascal.org/view.php?id=12974
>
> Boguslaw
>
>