question concerning dll linking

From: "SIMON Benjamin" <benjamin(dot)simon(at)laposte(dot)net>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: question concerning dll linking
Date: 2004-02-24 18:38:15
Message-ID: 000c01c3fb05$5d7ae810$0200a8c0@benji
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message cditkayamkulam 2004-02-25 05:09:27 Connectivity from VB to Postgresql
Previous Message Frank Seesink 2004-02-21 07:38:41 Re: PID files Feature