synapse icon indicating copy to clipboard operation
synapse copied to clipboard

Synapse TCP/IP library for Delphi and Freepascal

Results 4 synapse issues
Sort by recently updated
recently updated
newest added

I've been using the Synapse library for years, thank you for your hard work. In this PR I added support for Delphi 12 and SecureBlackBox 16+. I hope these changes...

I was trying to send e-mails with XML attachments but they weren't encoded correctly on the message (some e-mail clients couldn't recognize them as XML). After some research, I wrote...

The `UpdateCrc32` function is generating warning W1024, indicating a combination of signed and unsigned types, resulting in an implicit widening of both operands. This can lead to undesirable or unexpected...

Just ensuring successful compilation on the Delphi 12 Mac platform (OSX64, OSXARM64, iOSSimARM64, iOSDevice64), but detailed unit tests are still missing.