Re: [twsocket] Latest ICS Rev 1308 and C++Builder 2007

2017-04-18 Thread Paul Read

Yes C++ is context sensitive

On 18/04/2017 11:05, Angus Robertson - Magenta Systems Ltd wrote:

*Subject:* Re: [twsocket] Latest ICS Rev 1308 and C++Builder 2007
FYIhad to change Line 441 of OverbyteIcsHttpAppServer.pas
to:
  property OnSslServerName;
from
  property onSslServerName;

Is C++ really case sensitive?

Will fix when I submit other pending changes.

Angus



--
*Paul Read*
Partner
nSolve Ltd <http://www.nsolve.com/?empr>
Tel: +44 (0)1993 402011
Tel (US): +1 617 273 2304
nSolve <http://www.nsolve.com/?empr>
nCall <http://www.nsolve.com/nCall-overview.shtml?empr>

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Latest ICS Rev 1308 and C++Builder 2007

2017-04-18 Thread Angus Robertson - Magenta Systems Ltd
> *Subject:* Re: [twsocket] Latest ICS Rev 1308 and C++Builder 2007
> FYIhad to change Line 441 of OverbyteIcsHttpAppServer.pas 
> to:
>  property OnSslServerName;
> from
>  property onSslServerName;

Is C++ really case sensitive?

Will fix when I submit other pending changes. 

Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Latest ICS Rev 1308 and C++Builder 2007

2017-04-18 Thread Paul Read

Thanks it now builds with C++ Builder 2007

FYIhad to change Line 441 of OverbyteIcsHttpAppServer.pas to:
property OnSslServerName;
from
property onSslServerName;

Paul


On 10/04/2017 17:26, Angus Robertson - Magenta Systems Ltd wrote:

But as I could not see the patch to OverbyteIcsUtils.pas

I replied to the long message containing the patch, but I did not copy
the entire long message since it's a waste of everyone's email
bandwidth and patience.

Anyway, I've just updated SVN with the C++ patch, it will be zipped
about 11pm if you prefer the zip.

Angus


  



--
*Paul Read*
Partner
nSolve Ltd 
Tel: +44 (0)1993 402011
Tel (US): +1 617 273 2304
nSolve 
nCall 

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Latest ICS Rev 1308 and C++Builder 2007

2017-04-10 Thread Angus Robertson - Magenta Systems Ltd
> But as I could not see the patch to OverbyteIcsUtils.pas

I replied to the long message containing the patch, but I did not copy
the entire long message since it's a waste of everyone's email
bandwidth and patience. 

Anyway, I've just updated SVN with the C++ patch, it will be zipped
about 11pm if you prefer the zip.

Angus


 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Latest ICS Rev 1308 and C++Builder 2007

2017-04-10 Thread Paul Read

I saw your discussion:

Please find my patch for OverbyteIcsUtils.pas below. I have added
a series of $EXTERNALSYM directives in order to prevent symbols
duplications.

Thanks, I've updated my unit with your changes, it will be in SVN later
in the week with V8.45.

Angus


But as I could not see the patch to OverbyteIcsUtils.pas I was waiting 
for the SVN update. Sorry I did not realize it had not been updated in SVN.


Could you post the patched file again please?

Thanks
Paul




On 10/04/2017 16:41, Angus Robertson - Magenta Systems Ltd wrote:

I've tried the very latest ICS Rev #1308 but still have the issue
with the recently added HRESULTS e.g:
static const HRESULT TRUST_E_NOSIGNATURE = -2146762496;

Have you tried the patch for OverbyteIcsUtils.pas posted in this
mailing list last week, in response to your original message.

It will be in SVN in a day or two, once other major changes are stable.


Angus



--
*Paul Read*
Partner
nSolve Ltd 
Tel: +44 (0)1993 402011
Tel (US): +1 617 273 2304
nSolve 
nCall 

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Latest ICS Rev 1308 and C++Builder 2007

2017-04-10 Thread Angus Robertson - Magenta Systems Ltd
> I've tried the very latest ICS Rev #1308 but still have the issue 
> with the recently added HRESULTS e.g:
> static const HRESULT TRUST_E_NOSIGNATURE = -2146762496;

Have you tried the patch for OverbyteIcsUtils.pas posted in this
mailing list last week, in response to your original message. 

It will be in SVN in a day or two, once other major changes are stable.


Angus

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] Latest ICS Rev 1308 and C++Builder 2007

2017-04-10 Thread Paul Read
I've tried the very latest ICS Rev #1308 but still have the issue with 
the recently added HRESULTS e.g:

static const HRESULT TRUST_E_NOSIGNATURE = -2146762496;

making the examples unbuildable in C++ Builder 2007

Paul


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be