Re: using dll in am

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Hoksza <david(dot)hoksza(at)seznam(dot)cz>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: using dll in am
Date: 2006-04-23 17:47:25
Message-ID: 17339.1145814445@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Hoksza <david(dot)hoksza(at)seznam(dot)cz> writes:
> I do following steps:

> 1. Compiling the dll in Microsoft Visual Studio.
> 2. Creating the def file (in mingw32):

I don't think you can use VS for building PG shared libraries --- it's
got incompatible conventions about symbol spelling, or some such.
There are more details in the pgsql-hackers-win32 archives I think.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-04-23 18:05:00 Re: using dll in am
Previous Message Stephen Frost 2006-04-23 15:55:40 Re: TODO items..