delphistompclient icon indicating copy to clipboard operation
delphistompclient copied to clipboard

Delphi XE2/Lazarus 1.6.2, fpc-3.0.0 backwards compatibility fix

Open delphilite opened this issue 7 years ago • 1 comments

Delphi XE2 backwards compatibility fix:

  1. Change {$IFEND} to {$ENDIF}
  2. Indy SSL Versions sslvTLSv1_1 and sslvTLSv1_2 was added in Delphi XE3 and later.

Lazarus 1.6.2, fpc-3.0.0 backwards compatibility fix:

  1. Change TMonitor to TCriticalSection
  2. Based on TThreadMethod implementation TThreadProcedure

delphilite avatar Feb 02 '17 12:02 delphilite

Please, can you reapply your changes on the HEAD? There are too mutch conflicts in the PR.

danieleteti avatar Mar 26 '18 20:03 danieleteti