Jump to content

Amidey

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Thank you, I added {$IFDEF USE_SSL} {$ENDIF} and the compilation error was resolved. Is there any consequence of not using those lines?
  2. TWSocketServer causes a compilation error without USE_SSL in version 9.5, while it works correctly in version 9.4. I'm using Delphi 12.3. { Comment out the next line to remove SSL code from the binary. } { Beware many components and features will be unavailable. } //{$DEFINE USE_SSL}
×