Hi,
I tried connecting to postgresql from VC++6.0 using the header file libpq-fe.h.
But its giving the errors,
pgm.obj : error LNK2001: unresolved external symbol _PQconnectdb
pgm.obj : error LNK2001: unresolved external symbol "public: unsigned long __thiscall CTxLogger::Initialize(char const *,unsigned short,unsigned long)" (?Initialize(at)CTxLogger@@QAEKPBDGK(at)Z)
pgm.obj : error LNK2001: unresolved external symbol "class CTxLogger * g_Logger" (?g_Logger@@3PAVCTxLogger@@A)
I am using Win32 application, not console application. Can you please help me. My OS is Windows 2000.
Best regards,
Anita Jose