Subject | Re: [firebird-support] Re: very strange behavior with UDF ... |
---|---|
Author | Vander Clock Stephane |
Post date | 2011-01-17T18:53:16Z |
Thanks vlad ...
hmmm, why not, but it's a lot of years now we use this dll in previous
version of firebird without any problem (but the database schema also
change in years, i m not sure) ...
and also it's not explain why the crash is on a udf function
(aludf_stringreplace) that is not used anywhere :(
anyway, as my function are very simple
i need only these functions :
aludf_httpencode => http decode
aludf_utf8lowercase => utf8 lowercase
aludf_utf8upercase => utf8 uppercase
aludf_utf8normalize => remove all accent from string (é => e)
so what the best tool to use to write these UDF function ? VC ?
thanks you by advance
stéphane
hmmm, why not, but it's a lot of years now we use this dll in previous
version of firebird without any problem (but the database schema also
change in years, i m not sure) ...
and also it's not explain why the crash is on a udf function
(aludf_stringreplace) that is not used anywhere :(
anyway, as my function are very simple
i need only these functions :
aludf_httpencode => http decode
aludf_utf8lowercase => utf8 lowercase
aludf_utf8upercase => utf8 uppercase
aludf_utf8normalize => remove all accent from string (é => e)
so what the best tool to use to write these UDF function ? VC ?
thanks you by advance
stéphane
On 1/17/2011 1:04 PM, hvlad wrote:
>
>
>
> --- In firebird-support@yahoogroups.com
> <mailto:firebird-support%40yahoogroups.com>, Vander Clock Stephane
> ...
> > Someone have any explanation about this ?
> >
> > below the declaration of the udf (the UDF is write in FreePascal and
> > compiled in 64bit) :
>
> FPC Win64 is *broken*. It installs *wrong* exception handler. It was
> recently discussed in fb-devel, iirc.
>
> Regards,
> Vlad
>
>
[Non-text portions of this message have been removed]