Re: [twsocket] Install V8.50 on C++ Builder 10.2.1

2017-11-02 Thread Jarek Karciarz

Hi

I believe these errors were already fixed. I can email to you package 
project files I am using with pure c++ 10.2.1 after I check them with 8.50 
version.


Pozdrawiam

Jarek Karciarz



--
Od: Moro Alexandre 
Data: 2 listopada 2017 10:13:37
Do: 'ICS support mailing' 
Temat: [twsocket] Install V8.50 on C++ Builder 10.2.1


Hello Everyone,



First, thanks for all your beautiful work on this library !!!



I try today the new Tokyo 10.2.1 but I cannot install ICS v8.50 on C++
Builder 10.2 update 1.



1)  There are no Install up than C++ Builder Xe3

I tried with Delphi 10.2 Tokyo  : D102Install.groupproj but when I open
the project it tell me that I havent the Deplhi personality.



So I go with C++ Builder XE3  :  CBXe3InstallVclFmx.groupproj



2)  I build OverbyteIcsCBX3Run in release => Ok





3)  I install design packages :



There is an error in OverbyteIcsWndControl line 149 and OverbyteIcsFtpCli
line 1141:



{$IFDEF RTL_NAMESPACES}Vcl.Forms{$ELSE}Forms{$ENDIF},



[Pascal Error] OverbyteIcsWndControl.pas(149, 48): F2613 Unit  'Forms' not
found.



I replaced it with

{$IFDEF RTL_NAMESPACES}Vcl.Forms{$ELSE}Vcl.Forms{$ENDIF},



But now there are lot of error with :



[ilink32 Error] Error: 'CertOpenSystemStoreW' externe non résolu, référencé
depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertFreeCertificateChainEngine' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertFreeCertificateContext' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertCloseStore' externe non résolu, référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertOpenStore' externe non résolu, référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertCreateCertificateChainEngine' externe non
résolu, référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertFindCertificateInStore' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertAddCertificateContextToStore' externe non
résolu, référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertCreateCertificateContext' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertGetCertificateChain' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertFreeCertificateChain' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CryptUIDlgViewCertificateW' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ





I tried to remove USE_SSL from compiler options but there are still the
sames errors.



Thank you for your help !



Best Regards,

Moro Alexandre.

--
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



--
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] Install V8.50 on C++ Builder 10.2.1

2017-11-02 Thread Moro Alexandre
Hello Everyone,

 

First, thanks for all your beautiful work on this library !!!

 

I try today the new Tokyo 10.2.1 but I cannot install ICS v8.50 on C++
Builder 10.2 update 1.

 

1)  There are no Install up than C++ Builder Xe3

I tried with “Delphi 10.2 Tokyo  : D102Install.groupproj” but when I open
the project it tell me that I haven’t the Deplhi personality.

 

So I go with “C++ Builder XE3  :  CBXe3InstallVclFmx.groupproj”

 

2)  I build OverbyteIcsCBX3Run in release => Ok

 

 

3)  I install design packages :

 

There is an error in OverbyteIcsWndControl line 149 and OverbyteIcsFtpCli
line 1141:

 

{$IFDEF RTL_NAMESPACES}Vcl.Forms{$ELSE}Forms{$ENDIF},

 

[Pascal Error] OverbyteIcsWndControl.pas(149, 48): F2613 Unit  'Forms' not
found.

 

I replaced it with 

{$IFDEF RTL_NAMESPACES}Vcl.Forms{$ELSE}Vcl.Forms{$ENDIF},

 

But now there are lot of error with :

 

[ilink32 Error] Error: 'CertOpenSystemStoreW' externe non résolu, référencé
depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertFreeCertificateChainEngine' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertFreeCertificateContext' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertCloseStore' externe non résolu, référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertOpenStore' externe non résolu, référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertCreateCertificateChainEngine' externe non
résolu, référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertFindCertificateInStore' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertAddCertificateContextToStore' externe non
résolu, référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertCreateCertificateContext' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertGetCertificateChain' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CertFreeCertificateChain' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

[ilink32 Error] Error: 'CryptUIDlgViewCertificateW' externe non résolu,
référencé depuis
C:\LOGICIELSC\BUILDERXE10.2\COMMON\SCCOMPONENTS\ICS850\LIB\RELEASE\WIN32\XE3
\OVERBYTEICSMSSSLUTILS.OBJ

 

 

I tried to remove USE_SSL from compiler options but there are still the
sames errors.

 

Thank you for your help !

 

Best Regards,

Moro Alexandre.

-- 
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] RIP, Arno Garrels

2017-11-02 Thread Jasja Glasbeek
May he rest in peace. His memory will live on through the internet.

Met vriendelijke groeten - Best regards - Mit freundlichen Grüßen - Bestu 
kveðjur - Sincères salutations
Jasja Glasbeek | Sales/Export/ICT | Machandel BV
tel: (+31) 516-425020 | mobile: (+31) 6-20165848 | email: ja...@machandel.com

Van: ROQUES Guillaume
Verzonden: donderdag 2 november 2017 09:38
Aan: twsocket@lists.elists.org
Onderwerp: Re: [twsocket] RIP, Arno Garrels

Never knew Arno but it is a sad news and I understand the feeling of the 
community : RIP Arno Garrels.

Guillaume ROQUES


Le 31/10/2017 à 13:50, Ian Tuck a écrit :
> This is so sad. Thank you, Arno, for all your hard work and willingness to 
> share it with the world. RIP.
>
> Ian
>
> -Original Message-
> From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of 
> twsocket-requ...@lists.elists.org
> Sent: Tuesday, October 31, 2017 8:00 AM
> To: twsocket@lists.elists.org
> Subject: TWSocket Digest, Vol 715, Issue 1
>
> Send TWSocket mailing list submissions to
>   twsocket@lists.elists.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>   http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> or, via email, send a message with subject or body 'help' to
>   twsocket-requ...@lists.elists.org
>
> You can reach the person managing the list at
>   twsocket-ow...@lists.elists.org
>
> When replying, please edit your Subject line so it is more specific than "Re: 
> Contents of TWSocket digest..."
>
>
> Today's Topics:
>
> 1. Re: Arno Garrels RIP (mlota...@libero.it)
>
>
> --
>
> Message: 1
> Date: Tue, 31 Oct 2017 11:12:28 +0100 (CET)
> From: mlota...@libero.it
> To: ICS support mailing 
> Subject: Re: [twsocket] Arno Garrels RIP
> Message-ID: <1197353783.258132.1509444748...@mail.libero.it>
> Content-Type: text/plain; charset=UTF-8
>
> Really a bad news.
>
> This is a sad day :-(
>
> Goodbye Arno
>
>
> Bye, Maurizio.
>
>>  Il 27 ottobre 2017 alle 11.15 Angus Robertson - Magenta Systems Ltd 
>>  ha scritto:
>>
>>  Many of you will remember Arno Garrels, who was a major contributor to
>>  ICS for many years.
>>
>>  In April 2014, he privately told Francois and I that he was being
>>  treated for cancer, we heard from him a couple more times, but then
>>  nothing.
>>
>>  I've just found an obituary from a old friend saying he died
>>  unexpectedly on 9th August 2014. It is in German, but Google Translate
>>  makes it readable.
>>
>>  http://hortus-conclusus.berlin/tag/arno-garrels/
>>
>>  Arno did much of the ICS SSL support, unicode, Win64, C++, Firemonkey,
>>  MacOS, and IPv6, and added many new units and demos. His absence is
>>  the reason development of some of these has stalled.
>>
>>  Arno's lasting legacy is all that ICS code that many of us rely on
>>  daily.
>>
>>  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
>>
>
> --
>
> Subject: Digest Footer
>
> ___
> 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
>
> --
>
> End of TWSocket Digest, Vol 715, Issue 1
> 
>

-- 
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

-- 
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] RIP, Arno Garrels

2017-11-02 Thread ROQUES Guillaume
Never knew Arno but it is a sad news and I understand the feeling of the 
community : RIP Arno Garrels.


Guillaume ROQUES


Le 31/10/2017 à 13:50, Ian Tuck a écrit :

This is so sad. Thank you, Arno, for all your hard work and willingness to 
share it with the world. RIP.

Ian

-Original Message-
From: TWSocket [mailto:twsocket-boun...@lists.elists.org] On Behalf Of 
twsocket-requ...@lists.elists.org
Sent: Tuesday, October 31, 2017 8:00 AM
To: twsocket@lists.elists.org
Subject: TWSocket Digest, Vol 715, Issue 1

Send TWSocket mailing list submissions to
twsocket@lists.elists.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
or, via email, send a message with subject or body 'help' to
twsocket-requ...@lists.elists.org

You can reach the person managing the list at
twsocket-ow...@lists.elists.org

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of TWSocket digest..."


Today's Topics:

1. Re: Arno Garrels RIP (mlota...@libero.it)


--

Message: 1
Date: Tue, 31 Oct 2017 11:12:28 +0100 (CET)
From: mlota...@libero.it
To: ICS support mailing 
Subject: Re: [twsocket] Arno Garrels RIP
Message-ID: <1197353783.258132.1509444748...@mail.libero.it>
Content-Type: text/plain; charset=UTF-8

Really a bad news.

This is a sad day :-(

Goodbye Arno


Bye, Maurizio.


 Il 27 ottobre 2017 alle 11.15 Angus Robertson - Magenta Systems Ltd 
 ha scritto:

 Many of you will remember Arno Garrels, who was a major contributor to
 ICS for many years.

 In April 2014, he privately told Francois and I that he was being
 treated for cancer, we heard from him a couple more times, but then
 nothing.

 I've just found an obituary from a old friend saying he died
 unexpectedly on 9th August 2014. It is in German, but Google Translate
 makes it readable.

 http://hortus-conclusus.berlin/tag/arno-garrels/

 Arno did much of the ICS SSL support, unicode, Win64, C++, Firemonkey,
 MacOS, and IPv6, and added many new units and demos. His absence is
 the reason development of some of these has stalled.

 Arno's lasting legacy is all that ICS code that many of us rely on
 daily.

 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



--

Subject: Digest Footer

___
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

--

End of TWSocket Digest, Vol 715, Issue 1




--
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