Subject | Re: [firebird-support] udf firebird delphi |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-03-31T13:02:44Z |
On 31 Mar 2004 at 6:37, Marc Collin wrote:
your function?
your functions, so using free_it most likely will crash server.
SY, Dimitry Sibiryakov.
> beginAre you sure that Length() works with PChar argument? Did you test
> for i:=Length(Str) downto 1 do
your function?
>under firebirdi declared:This is definitelly wrong declaration. You don't allocate memory in
>
>Declare external function f_MixStr cstring(64)
> returns cstring(64) free_it
> entry_point 'MixStr' module_name 'brudflib2.dll';
your functions, so using free_it most likely will crash server.
SY, Dimitry Sibiryakov.