Hello,
Does anyone knows where can I get the HBssl libs for xharbour?
Cheers
Antonio
Antonio H Ferreira
Hello,
Does anyone knows where can I get the HBssl libs for xharbour?
Cheers
Antonio
no he sido capaz de construirla, en harbour pude pero en xharbour no.
lo intentare nuevamente, comentare como me fue pronto.
https://github.com/harbour/core/tree/ma ... trib/hbssl
&&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
Antonio,
It looks like you are still not linking in the LIB file(s).
James
James,
I'm linking the lib files ssleay32.lb and libeay32.lib.
I get unresolved external like informd previously.
Cheers
Antonio
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?
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
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"<<<
Carlos,
Did you find out any solution.
Antonio,
I think the problem is the libs are compiled using a newer xHarbour and are not compatible with your older version.
James
James,
Do you know where I can find the files to build the libs?
I think I have to build it using Pelles C
Do you know where I can find the files to build the libs?