Page 1 of 1

HBSSL for xharbour

PostPosted: Thu Jan 23, 2014 9:03 am
by AHF
Hello,

Does anyone knows where can I get the HBssl libs for xharbour?

Cheers
Antonio

Re: HBSSL for xharbour

PostPosted: Wed Feb 05, 2014 3:40 pm
by carlos vargas
no he sido capaz de construirla, en harbour pude pero en xharbour no.
lo intentare nuevamente, comentare como me fue pronto.

Re: HBSSL for xharbour

PostPosted: Thu Feb 06, 2014 1:09 pm
by karinha

Re: HBSSL for xharbour

PostPosted: Fri Feb 07, 2014 6:39 pm
by AHF
Thansk for the answers

I have now the hssl libs for xharbour however when a link it i get UNRESOLVED EXTERNAL _HB_FUN_"NAME OF THE FUCTION CALLED AT THE PRG"

How can I solve this?

Antonio Ferreira

Re: HBSSL for xharbour

PostPosted: Fri Feb 21, 2014 11:08 pm
by James Bott
Antonio,

It looks like you are still not linking in the LIB file(s).

James

Re: HBSSL for xharbour

PostPosted: Sat Feb 22, 2014 12:42 pm
by AHF
James,

I'm linking the lib files ssleay32.lb and libeay32.lib.
I get unresolved external like informd previously.

Cheers
Antonio

Re: HBSSL for xharbour

PostPosted: Sat Feb 22, 2014 4:05 pm
by carlos vargas
please,try this file,a and confime if work please.
http://www.filedropper.com/hbssl

Re: HBSSL for xharbour

PostPosted: Sat Feb 22, 2014 4:16 pm
by AHF
Carlos,

Thanks for your help.

I can not link it got message:

xLINK: fatal error: Corrupt library: '.\hbssl.lib'.


Type: C >>>Couldn't build: followup.exe<<<
Type: C >>>TMAKEPROJECT<<<
Type: C >>>TMAKEPROJECT:REFRESH<<<
Type: N >>> 1357<<<

Do you have any ideas?

Do you use it for xharbour?

Re: HBSSL for xharbour

PostPosted: Sat Feb 22, 2014 4:36 pm
by carlos vargas
wht compiler use?
xhb.com
or
xharbour.org
?
can you send me a example of use for compile here and test the lib correct?

salu2
carlos vargas

Re: HBSSL for xharbour

PostPosted: Sat Feb 22, 2014 7:50 pm
by AHF
I use Xharbour builder version 4.5 Sept 2008

xink statment without the prg files

xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"C:\FW21\FWH_8\lib" -LIBPATH:"C:\FW21\xHarbourinc\xHB Set 08\xHB\lib" -LIBPATH:"C:\FW21\xHarbourinc\xHB Set 08\xHB\c_lib" -LIBPATH:"C:\FW21\xHarbourinc\xHB Set 08\xHB\c_lib\win" "C:\FW21\xHarbourinc\xHB Set 08\xHB\lib\OleServer.lib" "C:\FW21\xHarbourinc\xHB Set 08\xHB\lib\ActiveX.lib" "C:\FW21\xHarbourinc\XHB Set 08\xHB\lib\RMDBFCDX.lib" "C:\fw21\xHarbourinc\XHB Set 08\xHB\lib\ACE32.lib" "C:\fw21\xHarbourinc\XHB Set 08\xHB\lib\ADS.lib" "FiveHCM.lib" "FiveHMX.lib" "OptG.lib" "xhb.lib" "dbf.lib" "ntx.lib" "cdx.lib" "rmdbfcdx.lib" crt.lib kernel32.lib user32.lib winspool.lib ole32.lib oleaut32.lib odbc32.lib odbccp32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib msimg32.lib mpr.lib comctl32.lib comdlg32.lib gdi32.lib shell32.lib winmm.lib lz32.lib Netapi32.lib -out:"d:\flwup\flwup.exe"<<<

Re: HBSSL for xharbour

PostPosted: Mon Mar 03, 2014 9:18 am
by AHF
Carlos,

Did you find out any solution.

Re: HBSSL for xharbour

PostPosted: Tue Mar 04, 2014 5:26 pm
by James Bott
Antonio,

I think the problem is the libs are compiled using a newer xHarbour and are not compatible with your older version.

James

Re: HBSSL for xharbour

PostPosted: Thu Mar 06, 2014 9:21 am
by AHF
James,

Do you know where I can find the files to build the libs?

I think I have to build it using Pelles C

Re: HBSSL for xharbour

PostPosted: Thu Mar 06, 2014 2:26 pm
by James Bott
Antonio,

Do you know where I can find the files to build the libs?

Sorry, I don't know. You should try asking on the xharbour.com fourm.

James