Re: question concerning dll linking

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: question concerning dll linking
Дата
Msg-id 200402291847.22560.peter_e@gmx.net
обсуждение исходный текст
Ответ на question concerning dll linking  ("SIMON Benjamin" <benjamin.simon@laposte.net>)
Список pgsql-cygwin
SIMON Benjamin wrote:
> 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.

Presumably would would have to link MyDll.dll against other
MyOtherDll.dll.  Or you can use the command LOAD to load arbitary DLLs
and have your code use them.


В списке pgsql-cygwin по дате отправления:

Предыдущее
От: Shachar Shemesh
Дата:
Сообщение: Re: Connectivity from VB to Postgresql
Следующее
От: "LitelWang"
Дата:
Сообщение: postgresql date time at Cygwin On Windows 2000