On 23 November 2012 09:19, Alberto <[email protected]> wrote:
> Hi Mateusz, I attached my logs bug.. this new compilation gives back 62
> errors.. and I don't know why..

It looks like PostgreSQL client library is not linked correctly.
I'd suggest you to try to compile and link this tiny example:

#include <libpq-fe.h>
int main()
{
  PQconnectdb("");
}

Either from command line directly or you can create
and configure VS project manually.
If you manage to build and link it successfully, please send me
the command lines you used to execute the cl.exe and link.exe
or the VS project file.
Then, I may be able to figure out where is the problem.

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to