Link error when use functions of PGtypes - Mailing list pgsql-general

From Fanbin Meng
Subject Link error when use functions of PGtypes
Date
Msg-id 86c29173ca516ce11d48b7ba5c56c2cb@mail.gmail.com
Whole thread Raw
List pgsql-general

Hi:

I installed PostgreSQL9.0 from EnterpriseDB with“one click installer”  in windows 7 & 32bit.

and use microsoft visual studio 2010 c++.

I added the libpq.lib to the link property of the project, also included the lib folder and path.

Successfully compiled .c and .cpp file after  transfer .pgc file to .c file using ECPG.

But it always have errors like this when link:

error LNK2019: unresolved external symbol _PGTYPESinterval_new referenced in function.

And all the function PGTYPEStimestamp  and PGTYPEsinterval can cause the same error.

Does someone can help me?

Thanks.

Fanbin

 

pgsql-general by date:

Previous
From: Nick Raj
Date:
Subject: Re: Debug Contrib/cube code
Next
From: Derrick Rice
Date:
Subject: Migrating to a WAL-shipped replication cluster