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

From: Horák Daniel <horak(at)sit(dot)plzen-city(dot)cz>
To: "'luc00'" <lucian00(at)hotpop(dot)com>, "'pgsql-ports(at)postgreSQL(dot)org'" <pgsql-ports(at)postgreSQL(dot)org>
Subject: RE: restrictions about Linking Dynamically-Loaded Functio ns on NT/2000 ?
Date: 2000-08-04 08:28:49
Message-ID: B92C5856C6C8C64B838C29D4339D95F10200C8@exchange2.mmp.plzen-city.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-ports by date

  From Date Subject
Next Message Dan Rosner 2000-08-07 22:49:59 Documentation - Running Postgresql on NT
Previous Message luc00 2000-08-03 14:34:09 restrictions about Linking Dynamically-Loaded Functions on NT/2000 ?