RE: restrictions about Linking Dynamically-Loaded Functio ns on NT/2000 ?

Поиск
Список
Период
Сортировка
От Horák Daniel
Тема RE: restrictions about Linking Dynamically-Loaded Functio ns on NT/2000 ?
Дата
Msg-id B92C5856C6C8C64B838C29D4339D95F10200C8@exchange2.mmp.plzen-city.cz
обсуждение исходный текст
Список pgsql-ports
> The docs doesn't present "subject".
> Any help ?

The only restriction (better a prerequisite) I know is that you must link
your module with libpostgres.a. The reason is that postgres.exe is in fact a
DLL so you must link your modules with its import library to be able to use
symbols from the main executable (postgres.exe). Look into test/regress to
see loadable modules in action.

            Dan

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

Предыдущее
От: "luc00"
Дата:
Сообщение: restrictions about Linking Dynamically-Loaded Functions on NT/2000 ?
Следующее
От: Dan Rosner
Дата:
Сообщение: Documentation - Running Postgresql on NT