Re: HELP ME!

From: Jeremy Barnsley <jeremy.barnsley_at_syntegra.bt.co.uk>
Date: 1997/05/06
Message-ID: <336FC42A.7C7E_at_syntegra.bt.co.uk>#1/1


Acácio Nuno Loureiro de Jesus wrote:
>
> Can anyone tell me why is the Forms giving me the error
> Can't open library '(name of library'), When I'm using the ORA_FFI to
> call
> A DLL.
> And the code is ok, and the library exists in the correct path!
> Thanks.
> Acácio.

In the ORA_FFI call to load the DLL you specify the path and the filename. The PATH must have a '\' at the end

i.e. lib_hand := ora_ffi.load_library('C:\TEMP\','lib.dll');

This may be what is missing.

Jez. Received on Tue May 06 1997 - 00:00:00 CEST

Original text of this message