Re: Oracle tools and DLLs

From: Dennis Moore <dbmoore_at_us.oracle.com>
Date: Fri, 29 Apr 1994 20:53:32 GMT
Message-ID: <1994Apr29.205332.24527_at_oracle.us.oracle.com>


In article <2pqtlh$smb_at_asterix.drev.dnd.ca> danjou_at_junon.drev.dnd.ca writes:
>Does anyone know if the Oracle*Forms version 4 supports calls to DLL's functions ?
>And if someone have tried it ? i'd like know a little bit how it works ?
>Thanks in advance...
>Rick.

Oracle Forms 4 (note name spelling ;-) supports calling DLL's via user exits. Basically, if you have some code, you can link it into a user exit DLL which Forms calls directly. If you have existing DLL's that you want Forms to call (this is a Windows-only artifact), you write a wrapper function in the Forms user exit DLL which calls your DLL (so Forms calls it indirectly).

You can find specific information on how to use DLL's or external libaries on specific platforms in the release notes included on-line with each release on each platform.

Hope this helps, and good luck!

  • Dennis Moore, my own opinions, etcetcetc
Received on Fri Apr 29 1994 - 22:53:32 CEST

Original text of this message