Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » small patch for PostgreSQL
small patch for PostgreSQL [message #9357] Wed, 02 May 2007 08:25 Go to next message
fallingdutch is currently offline  fallingdutch
Messages: 258
Registered: July 2006
Experienced Member
Hi

could you please change the includes in PostgreSQL.h to
#ifdef PLATFORM_WIN32
#include <libpq-fe.h>
#elif defined(PLATFORM_POSIX)
#include <postgresql/libpq-fe.h>
#endif


Then it will compile on linux, too
Bas
Re: small patch for PostgreSQL [message #9360 is a reply to message #9357] Wed, 02 May 2007 11:51 Go to previous message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Patch accepted and merged Smile
Previous Topic: how to read a dbf
Next Topic: Simple U++ Sql Tutorial
Goto Forum:
  


Current Time: Fri Apr 19 10:12:16 CEST 2024

Total time taken to generate the page: 0.04349 seconds