Help to compile sqlwin

Post Reply
ask
Posts: 99
Joined: Wed Nov 02, 2005 10:40 am

Help to compile sqlwin

Post by ask »

Can someone please tell me how to compile the latest post (from wiki) of sqlwin? I think that i miss a postgre lib and cannot compile it.

FWH 7.12 , XHarbour 1.1.0 (Simplex)

Thanks
A.S.K
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

What error do you get ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
ask
Posts: 99
Joined: Wed Nov 02, 2005 10:40 am

Post by ask »

Antonio Linares wrote:What error do you get ?
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
sqlwin.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_TPQSERVER' referenced from C:\FWH\SAMPLES\SQ
LWIN.OBJ
Error: Unresolved external '_HB_FUN_PQTRANSACTIONSTATUS' referenced from C:\FWH\
SAMPLES\SQLWIN.OBJ
Error: Unresolved external '_HB_FUN_PQEXEC' referenced from C:\FWH\SAMPLES\SQLWI
N.OBJ
Error: Unresolved external '_HB_FUN_PQRESULTSTATUS' referenced from C:\FWH\SAMPL
ES\SQLWIN.OBJ
Error: Unresolved external '_HB_FUN_PQLASTREC' referenced from C:\FWH\SAMPLES\SQ
LWIN.OBJ
Error: Unresolved external '_HB_FUN_PQFCOUNT' referenced from C:\FWH\SAMPLES\SQL
WIN.OBJ
Error: Unresolved external '_HB_FUN_PQGETVALUE' referenced from C:\FWH\SAMPLES\S
QLWIN.OBJ
Error: Unresolved external '_HB_FUN_PQCLEAR' referenced from C:\FWH\SAMPLES\SQLW
IN.OBJ
* There are errors


regards
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Please select a previous version from the wiki, that does not use those functions.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply