Subject | Re: very strange behavior with UDF ... |
---|---|
Author | hvlad |
Post date | 2011-01-17T21:36:29Z |
--- In firebird-support@yahoogroups.com, Vander Clock Stephane wrote:
Probably GCC (using MinGW) also should be considered, i never used it by myself.
Regards,
Vlad
>Because it was not on Win64, correct ?
> 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 functionSee above and consider broken exception handler installed by DLL on load.
> (aludf_stringreplace) that is not used anywhere :(
> anyway, as my function are very simpleFor Windows MSVC is the working solution at least :)
>
> 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 ?
Probably GCC (using MinGW) also should be considered, i never used it by myself.
Regards,
Vlad