DLL access from forms
Date: 1998/01/15
Message-ID: <14D46DF9FC08D111AF8700805F68C0CF0DC64B_at_CONNERY>#1/1
ORA_FFI is OK for simple interfaces to the API's. However if the API arguments do
not "match" well with PL*SQL datatypes then you may have problems, especially
as some of the WIN 32 API long constants are very large Integers indeed. If this is
the case write wrap around functions in C++ with greatly simplified Interfaces to your
Forms application. Slight loss in flexibilty but it works.
> ----------
> From: marktoml_at_gdi.net (mark tomlinson)[SMTP:marktoml_at_gdi.net]
> Posted At: 14 January 1998 18:19
> Posted To: tools
> Conversation: DLL access from Forms
> Subject: Re: DLL access from Forms
>
> On Wed, 31 Dec 1997 15:32:23 -0600, Eric Caudell
> <ecaudell_at_telepath.com> wrote:
>
> Be sure that the interface they are exporting is 'C' not 'C++'.
>
> -mark
>
> >Do C++ DLLs need anything special to be called from user_exits in
forms?
> >
> >Any info appreciated. Thanks
>
Received on Thu Jan 15 1998 - 00:00:00 CET