Please, I want unsuscribe
Thank you very much
----- Original Message -----
Sent: Tuesday, February 24, 2004 1:38 PM
Subject: [CYGWIN] question concerning dll linking
Hello,
I' d like to know if it is possible to create a C function (and the associated dll) that calls functions from another dll ?
For example
CREATE OR REPLACE FUNCTION MyFunction() RETURNS INTEGER
AS 'MyDll'
LANGUAGE 'c';
with code for MyFunction in MyDll.dll and some others calls in MyOtherDll.dll.
Thank you for your answer.
B.S.