| Subject | Re: [ib-support] UDF problems |
|---|---|
| Author | Raymond Kennington |
| Post date | 2002-11-10T02:54:33Z |
Tomislav Avramovic wrote:
Does this exist in IB installations?
--
Raymond Kennington
Programming Solutions
W2W Team B
>With FB the file can be placed in the C:\...\InterBase\UDF folder.
> Hi
> > DECLARE EXTERNAL FUNCTION Distrib
> >
> > INTEGER, INTEGER
> >
> > RETURNS CSTRING(20) FREE_IT
> >
> > ENTRY_POINT "IB_Distrib" MODULE_NAME "ib_install_dir\distrib.dll";
> Copy distrib.dll into C:\...\InterBase\Bin directory and change last line
> ENTRY_POINT "IB_Distrib" MODULE_NAME "distrib.dll";
Does this exist in IB installations?
--
Raymond Kennington
Programming Solutions
W2W Team B