Subject Re: [firebird-support] Help needed, gen_uuid() UDF for 2.0
Author Dmitry Yemanov
Sasha wrote:
>
>> Always use ib_util_malloc() to allocate memory for the UDF
>> result string declared as FREE_IT.
>
> I don't know how to do that. Luckily it's weekend ahead and I've checked out
> firebird source... I only wish I knew any c++ ;)

You just need to import ib_util_malloc() from ib_util.dll and use this
function instead of GetMem(). The FB source code won't help you much in
that :-)


Dmitry