: ICS support mailing
Subject: Re: [twsocket] Delphi 5 compilatiion error
Use latest version and define NoTypeEnforce.
Version 4 is outdated!
---
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
KL Chin wrote:
> Hi Francios,
>
> I found the cause, at
Use latest version and define NoTypeEnforce.
Version 4 is outdated!
---
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
KL Chin wrote:
> Hi Francios,
>
> I found the cause, at line 151
>
> PSTACK_OF_X509_INFO = type PStack; //AG
>
> If change to
>
Hi Francios,
I found the cause, at line 151
PSTACK_OF_X509_INFO = type PStack; //AG
If change to
PSTACK_OF_X509_INFO = PSTACK; //AG
the error gone, problem I do not know is this the same?
Regards
KL Chin
-Original Message-
From: KL Chin [mailto:[EMA
Hi Francios,
When I compile IcsSsl package file with Delphi 5.0
for version 4.x, I got a very strange error.
(Fatal Error) IcsSSLEAY.pas (1047): Interbal error: URW533.
Why could the cause? The line 1047 actually exceeded the file.
FYI, for version 3.e, it had some missing files
(IcsSslConn