Hi,
you can change the declaration of function TCustomWSocket.Send() in the
file OverbyteIcsWSocket.pas like this:
before:
functionSend(const Data : TWSocketData; Len : Integer) : Integer;
overload; virtual;
functionSend(DataByte : Byte) : Integer; overload; virtual;
function
Hi,
I'm busy attempting to port my current projects from ICS V5 to ICS V6.
However, I've run into a problem that I can't handle myself.
When I compile my project that contains a simple TCP server (code based on
the ICS5 TCP server sample), I run into following linker errors:
[ILINK32 Error] Erro