On Fri, 19 Jan 2018, Jon via synalist-public wrote:

Help required please.

Something seems broken with Synapse with FPC 3.0.4 on Debian Linux 64 bit.
Using package downloaded from here: 
https://sourceforge.net/code-snapshots/svn/s/sy/synalist/code/synalist-code-207-trunk.zip

Here is a very simple test program:
program socksend;
{$IFDEF FPC}{$MODE DELPHI}{$ENDIF}

uses
  BlckSock,sysutils;
var
  Sock:TBlockSocket;
begin
  Sock := TBlockSocket.Create;

This should be TTCPBlockSocket. TBlockSocket doesn't specify a protocol.

Michael.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to