Re: [twsocket] TSslHttpCli undeclared identifier

2013-10-26 Thread Russell Weetch
Magic Arno. -Original Message- From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of Arno Garrels Sent: 26 October 2013 14:54 To: ICS support mailing Subject: Re: [twsocket] TSslHttpCli undeclared identifier On Saturday, October 26, 2013 3:40 PM [GMT+1=CET], Russell Weetc

Re: [twsocket] TSslHttpCli undeclared identifier

2013-10-26 Thread Arno Garrels
On Saturday, October 26, 2013 3:54 PM [GMT+1=CET], Arno Garrels wrote: >> Any ideas? This is driving me to distraction. > > In the project options add a conditional define "USE_SSL". Oh and you have to (re) build the project just compiling might not be enough. -- To unsubscribe or change you

Re: [twsocket] TSslHttpCli undeclared identifier

2013-10-26 Thread Arno Garrels
On Saturday, October 26, 2013 3:40 PM [GMT+1=CET], Russell Weetch wrote: > Strange one this. > > I have an application (Delphi XE in this case, but it is happening on > D2009 as well) and a I drop a TSslHttpCli on the form, build the app > and It tells me that TSslHttpCli is an undeclared identif

[twsocket] TSslHttpCli undeclared identifier

2013-10-26 Thread Russell Weetch
Strange one this. I have an application (Delphi XE in this case, but it is happening on D2009 as well) and a I drop a TSslHttpCli on the form, build the app and It tells me that TSslHttpCli is an undeclared identifier. Now the units are all in the usage clause and they are all on the search path.