Subject | Re: [firebird-support] FB embedded and ib_util.dll |
---|---|
Author | Ivan Prenosil |
Post date | 2003-12-05T13:33:24Z |
From: "Tom Munro Glass"
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
> The only problem seems to be ib_util.dll. This either has to be in eachib_util.dll implements single function (ib_util_malloc), that does nothing more
> 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?
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