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