Subject Re: UDF crashing Firebird
Author Adam
--- In firebird-support@yahoogroups.com, "Dmitry Sibiryakov"
<SD@t...> wrote:
> On 25 Aug 2005 at 5:10, Adam wrote:
>
> >Should I be concerned regarding the use of both stdcall and
FREE_IT?
>
> FREE_IT is related to using ib_util_malloc() and has nothing to
do
> with calling convention.
>
> >As in should I change it to maybe cdecl,
>
> You have to change to cdecl because FB expect it.
>
> --
> SY, Dimitry Sibiryakov.

Thanks Dimitry,

Will do right away. There are a few other functions that use stdcall,
should these be changed also? (they return integer or PChar). Is this
most likely the culprit or should I keep digging?

Adam