Re: [GENERAL] compile a program witn libpq64 (error LIBCMT.Lib...)

2010-03-19 Thread elekis
it's seems works thansk a++ On Thu, Mar 18, 2010 at 3:16 PM, Ashesh Vashi wrote: > Try to use libpqdll.lib instead of libpq.lib. > -- > Ashesh Vashi > EnterpriseDB INDIA: Enterprise Postgres Company > > > > On Thu, Mar 18, 2010 at 7:30 PM, elekis wrote: >>

[GENERAL] compile a program witn libpq64 (error LIBCMT.Lib...)

2010-03-18 Thread elekis
do to compile (and link with libpq64). thanks a++ -- http://twoji.deviantart.com/ http://www.flickr.com/elekis -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Fwd: Fwd: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-02 Thread elekis
ho f***, that must be multi db. something say to me that will be funny :D thanks for all a++ On Tue, Dec 2, 2008 at 3:15 PM, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > elekis escribió: > >> rcqpgsql.c >> c:\program files\postgresql\8.3\include\server\pg_config.h

Fwd: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-01 Thread elekis
Microsoft Visual Studio 8\VC\PlatformSDK\include\ws2tcpip.h(74) : warning C4005: 'IP_MULTICAST_TTL' : macro redefinition C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\winsock.h(356) : see previous definition of 'IP_MULTICAST_TTL' C:\Program

Re: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-01 Thread elekis
Program Files\PostgreSQL\8.3\include\server/catalog/pg_type.h(289) : error C2064: term does not evaluate to a function taking -22 arguments C:\Program Files\PostgreSQL\8.3\include\server/catalog/pg_type.h(289) : error C2065: 'int2vector' : undeclared identifier C:\Program Files\P

[GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-01 Thread elekis
hi all, I try to use the file pg_type.h who containing, pre-defined type like INT4IOD, INT2OID, INT8OID. So I include in the file#include "server/catalog/pg_type.h" but I have the followed error C:\Program Files\PostgreSQL\8.3\include\server/catalog/pg_type.h(22) : fatal error C1083: Cannot

Fwd: [GENERAL] [NOOB] try tu put a number with pqexecprepare

2008-11-28 Thread elekis
-- Forwarded message -- From: elekis <[EMAIL PROTECTED]> Date: Fri, Nov 28, 2008 at 12:53 PM Subject: Re: [GENERAL] [NOOB] try tu put a number with pqexecprepare To: Daniel Verite <[EMAIL PROTECTED]> thanks for everything (and sorry for my english :D) a++ On Fri,

Re: [GENERAL] [NOOB] try tu put a number with pqexecprepare

2008-11-28 Thread elekis
On Fri, Nov 28, 2008 at 11:48 AM, Raymond O'Donnell <[EMAIL PROTECTED]> wrote: > On 28/11/2008 10:40, elekis wrote: > >> I just wanna put number in the db.(sniff) > > ROFOL! be my guess :D by the way, I use cl.exe (windows) and he say Cannot open include file: &#

Re: [GENERAL] [NOOB] try tu put a number with pqexecprepare

2008-11-28 Thread elekis
t;[EMAIL PROTECTED]> wrote: >elekis wrote: > >> I put the code here >> >> http://pastebin.com/m1860cc27 >> >> >> I symply try to put the number 5 for the second column, and after > > that >> >> read the line. >> >> >

[GENERAL] [NOOB] try tu put a number with pqexecprepare

2008-11-28 Thread elekis
hi, I try to use postgresql with a simple example using parameter, (so with pqprepare and pqexecprepare). I have trouble to put number. I put the code here http://pastebin.com/m1860cc27 I symply try to put the number 5 for the second column, and after that read the line. but the database, I