Jump to content
Passama

Problem at execution time in OverbyteIcsHttpProt

Recommended Posts

Hi,

 

I recently buy Delphi 12.2, then I'm trying to compile all my XE07 programs.

 

The first one compile now, but at execution time I get a $C0000005 access violation error at this line in SocketDNSLookupDone :

 

if FCtrlSocket.SslEnable then begin
             if NOT FCtrlSocket.SslContext.IsSslInitialized then  <<<<<<<<<<<<<<<< here
                FCtrlSocket.SslContext.InitializeSsl;

 

Some lights ?

 

Thank you

Share this post


Link to post

Are you using a new or ancient XE7 version of ICS? 

 

It sounds like the TSslContext component has got lost. 

 

Angus

 

 

Share this post


Link to post

I'm using v9.3 but I have noted that I have to remove components and keep the new ones into the palette components, because I get errors in compilation process if I do not. I will try again in this way.

 

Thank you

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×