problem in ver. 3.0.40 HMGSQL (PGSQL)

Moderator: Rathinagiri

Post Reply
bartsoft
Posts: 3
Joined: Mon Feb 13, 2012 2:41 pm

problem in ver. 3.0.40 HMGSQL (PGSQL)

Post by bartsoft »

Hello
I try to compile my program with HMGPGSQL in HMG 3.0.40 and always get a error:
undefined reference to PQCONNECT
undefined reference to PQCLOSE
undefined reference to PQCLEAR

If I use HMG 3.0.35 works ok. I think problem is in HBPGSQL in new version (HARBOUR 3.x) not exist this function, but in version HARBOUR 2.x.

BArt.
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: problem in ver. 3.0.40 HMGSQL (PGSQL)

Post by Rathinagiri »

Might be.

/* NOTE: Deprecated. Because it's not 1 to 1 wrapper. Please use PQCONNECTDB() instead. */

This is the reason mentioned in the source code.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply