Subject RE: [firebird-support] FB embedded and ib_util.dll
Author Tom Munro Glass
Thanks for this information Ivan. Can you confirm if fbudf.dll or ib_udf.dll
use ib_util.dll? I'm not adding any of my own UDFs so maybe I don't need
ib_util.dll at all.

Regards

Tom Munro Glass

> -----Original Message-----
> From: Ivan Prenosil [mailto:Ivan.Prenosil@...]
> Sent: Saturday, 6 December 2003 02:33
> To: firebird-support@yahoogroups.com
> Subject: Re: [firebird-support] FB embedded and ib_util.dll
>
>
> From: "Tom Munro Glass"
> > The only problem seems to be ib_util.dll. This either has to be in each
> > application folder, or needs to be in a folder that is in the
> Path. I don't
> > want multiple copies of ib_util.dll and I can't rely on Path
> because users
> > may have older versions of FB in the Path.
> >
> > Is there any way of specifiying where ib_util.dll can be found?
>
> ib_util.dll implements single function (ib_util_malloc), that
> does nothing more
> than call malloc function from msvcrt.dll, that has to be found
> somehow anyway,
> so either put ib_util.dll into the same directory as msvcrt.dll
> (usually c:\windows\system32), or do not use ib_util.dll at all
> and call msvcrt.dll from your udf dlls directly.
>
> Ivan
>
>
>
>
> To unsubscribe from this group, send an email to:
> firebird-support-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>