Re: how to structure a DLL so that Forms can call it?

From: Bob Baker <bbaker_at_gate.net>
Date: 1997/02/01
Message-ID: <01bc0feb$d5f27860$9903e3c7_at_bbaker>#1/1


Sounds like you don't have your .def file set up for building the .DLL as an exportable set of functions with defined entry points. Your C++ documentation should give you plenty of examples for building .DLL's. Look at .def files in a example directory for a .DLL example.

Sorry I couldn't be more specific.
--=20

| bbaker_at_gate.net			| all good things come	|
| 76505.1361_at_compuserve.com	| to those who wait		|
| 407.381.4570			| I'm still waiting...		|


[Quoted] Damon Bowman <dbowman2_at_ix.netcom.com> wrote in article = <01bc0a41$4af42ec0$73795ecf_at_bowmand>...
> Can someone tell me exactly how to create a DLL file containing a C++
> function that will be called from a Forms program unit? I know we =
 need to
[Quoted] > use the ORA_FFI package, and we have written the code to call the =
 function,
[Quoted] > but we have apparently not done something right in creating the DLL. =
 The
[Quoted] > error we get is that the function cannot be found.

>=20

> We are using Forms 4.5 (32-bit) and MSVC++ 4.0.
>
Received on Sat Feb 01 1997 - 00:00:00 CET

Original text of this message