Re: libpq++ on Windows

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Christian Ullrich <chris(at)chrullrich(dot)de>
Cc: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: libpq++ on Windows
Date: 2001-07-02 17:56:52
Message-ID: Pine.LNX.4.30.0107021954580.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Christian Ullrich writes:

> Because the '#define DLLAPI' in config.h.in -- from which the
> config.h for Unix and Cygwin/Win32 builds is generated -- is
> necessary to make the compiler happy about the modifications
> to the class declarations.

Any given build will use exactly one of config.h.in or config.h.win32, so
you should decide which one you want to use. Since so far native Win32
builds have used config.h.win32 (by manually copying it to config.h, and
not running configure at all), this is what you should do.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Wiley 2001-07-02 22:02:16 Re: Re: [INTERFACES] New code for JDBC driver
Previous Message Barry Lind 2001-07-02 16:21:35 Re: [INTERFACES] New code for JDBC driver