Subject | Re: UDF problems with embedded |
---|---|
Author | kimon_the_athenian2 |
Post date | 2003-05-22T07:37:11Z |
Hi
I solved my problem with fb1.5-embedded and UDF-s (and it wasn't
about win95 at all):
fbudf.dll needs fbclient.dll,
I had to rename fbembed.dll to gds32.dll, not fbclient.dll (because
Delphi db-express driver looks for gds32.dll)
and so fbudf.dll couldn't use it.
So, if you want to use fb-embedded as gds32.dll with fbudf, you need
to put fbclient.dll to your program dir (or system dir).
If you need to use ib_udf.dll, then you have to provide also
ib_util.dll.
Aivar
I solved my problem with fb1.5-embedded and UDF-s (and it wasn't
about win95 at all):
fbudf.dll needs fbclient.dll,
I had to rename fbembed.dll to gds32.dll, not fbclient.dll (because
Delphi db-express driver looks for gds32.dll)
and so fbudf.dll couldn't use it.
So, if you want to use fb-embedded as gds32.dll with fbudf, you need
to put fbclient.dll to your program dir (or system dir).
If you need to use ib_udf.dll, then you have to provide also
ib_util.dll.
Aivar