tIPClientHttp and https

Post Reply
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

tIPClientHttp and https

Post by Marco Turco »

Hi all,
I need to use tIPClientHttp to connect to an https url and it doesn't runs.
Is there any turnaround or updated lib ? Thank you in advance

Application
===========
Path and name: K:\pigc\pigc.exe (32 bits)
Size: ********* bytes
Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20150830)
FiveWin Version: FWHX 15.09
Windows version: 6.2, Build 9200

Time from start: 0 hours 0 mins 20 secs
Error occurred at: 09/06/16, 11:29:03
Error description: Error BASE/1081 Operation not supported: TIPCLIENTHTTP:New()
Args:
[ 1] = O TIPCLIENTHTTP
[ 2] = C https

Stack Calls
===========
Called from: source\tip\client.prg => TIPCLIENT:NEW( 0 )
Called from: source\tip\httpcln.prg => TIPCLIENTHTTP:NEW( 0 )
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

Re: tIPClientHttp and https

Post by Marco Turco »

Hi,
I understand I have to link the following libs
hbssl, hbssls, hbtipssl, libeay32, ssleay32,
is there anyone that could provide the version for BCC70 ? They seems in coff format and the conversion doesn't runs well.

k:\XHARBOUR\Bin\Harbour.Exe K:\pigc\CNDRTN\MODSPGE.PRG -m -n -es2 -ik:\XHARBOUR\Include -dHB_API_MACROS -dHB_FM_STATISTICS_OFF -dHB_STACK_MACROS -ik:\XHARBOUR\Contrib\What32\Include;k:\fwh\include -oK:\pigc\Obj\MODSPGE.c

xHarbour 1.2.3 Intl. (SimpLex) (Build 20150830)
Copyright 1999-2015, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'K:\pigc\CNDRTN\MODSPGE.PRG'...
Generating C source output to 'K:\pigc\Obj\MODSPGE.c'...
Done.
Lines 5978, Functions/Procedures 71, pCodes 24969
k:\BCC70\Bin\Bcc32.Exe -DHB_NO_DEFAULT_API_MACROS -M -c -O2 -e -tW -DHB_NO_DEFAULT_STACK_MACROS -DHB_OS_WIN_USED -DHB_FM_STATISTICS_OFF -D__HARBOUR__ -DSQLITE_HAS_CODEC=1 -DSQLITE_THREADSAFE=0 -Ik:\BCC70\Include;k:\XHARBOUR\Include -nK:\pigc\Obj K:\pigc\Obj\MODSPGE.c

Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.
K:\pigc\Obj\MODSPGE.c:
k:\BCC70\Bin\iLink32.Exe -Gn -aa -Tpe -s @K:\pigc\PIGC.bcl

Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: 'K:\XHARBOUR\LIB\HBSSL.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
Best Regards,

Marco Turco
SOFTWARE XP LLP
Post Reply