question concerning dll linking - Mailing list pgsql-cygwin

From SIMON Benjamin
Subject question concerning dll linking
Date
Msg-id 000c01c3fb05$5d7ae810$0200a8c0@benji
Whole thread Raw
Responses Re: question concerning dll linking
List pgsql-cygwin
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.

pgsql-cygwin by date:

Previous
From: Frank Seesink
Date:
Subject: Re: PID files Feature
Next
From: David Garamond
Date:
Subject: building plruby on cygwin