AFAIK, we don't support ecpg with MSVC, only with MingW. Meaning it hasn't been verified to work. But it should be Ok to generate LIB files from the DLL and use those - just not tested. I don't see why it shouldn't work...
If it does work we should consider adding MSVC import libraries in the MSI build. Dave - we do this for some other package already, don't we? //Magnus > -----Original Message----- > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 30, 2004 8:49 PM > To: Tom O'Connell > Cc: [EMAIL PROTECTED] > Subject: Re: [BUGS] BUG #1319: Windows LIB file libecpg.lib > not in build or package > > > Is there some problem with using ecpg on Win32? I was not > aware of one. > > -------------------------------------------------------------- > ------------- > > PostgreSQL Bugs List wrote: > > > > The following bug has been logged online: > > > > Bug reference: 1319 > > Logged by: Tom O'Connell > > > > Email address: [EMAIL PROTECTED] > > > > PostgreSQL version: 8.0 Beta > > > > Operating system: Windows 2000 Professional > > > > Description: Windows LIB file libecpg.lib not in > build or package > > > > Details: > > > > The PostgreSQl version 8 BETA 4 package does not contain a > libecpg.lib file. > > The build does not contain a Windows DEF file for libecpg. > > > > I was able to create the DEF file and LIB file for libecpg. I have > > run a few tests and the interface is working. > > > > A lib file is shipped in ..\lib\ms for the libpq interface. > > > > > > ---------------------------(end of > > broadcast)--------------------------- > > TIP 5: Have you checked our extensive FAQ? > > > > http://www.postgresql.org/docs/faqs/FAQ.html > > > > -- > Bruce Momjian | http://candle.pha.pa.us > [EMAIL PROTECTED] | (610) 359-1001 > + If your life is a hard drive, | 13 Roberts Road > + Christ can be your backup. | Newtown Square, > Pennsylvania 19073 > > ---------------------------(end of > broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > > ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend