Re: question concerning dll linking

From: pgsql(at)mohawksoft(dot)com
To: Milton Ríos <miltonrios(at)infonegocio(dot)net(dot)pe>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: question concerning dll linking
Date: 2004-06-08 19:56:32
Message-ID: 23822.64.119.142.34.1086724592.squirrel@mail.mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

> Please, I want unsuscribe
> Thank you very much
> ----- Original Message -----
> From: SIMON Benjamin
> To: pgsql-cygwin(at)postgresql(dot)org
> 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.

I can't see any reason why not.

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message fabrizio marchi 2004-06-10 15:55:17 Change language for error messages
Previous Message Milton Ríos 2004-06-08 13:12:37 Re: question concerning dll linking