Building WIN32 DLL's

From: "Arshad Mahmood" <arshadm(at)compuvision(dot)co(dot)uk>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Building WIN32 DLL's
Date: 2005-06-07 06:14:07
Message-ID: 000801c56b28$1d26c0b0$6400a8c0@terra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear Hackers,

I am trying to create a wrapper around Postgres on Win32, but have found the macro used to export/import a little unhelpful.

Would it be worth considering modifying it from DLLIMPORT to something like PGSQL_DLLIMPORT and instead of BUILDING_DLL to PGSQL_BUILDING_DLL. This would make it easier for it live with other DLL's.

Regards.

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-06-07 07:08:58 Re: lastval()
Previous Message Qingqing Zhou 2005-06-07 05:45:47 Re: adding new pages bulky way