0 matches found.

. Simple Echo Server
Simple Echo Server An echo server listens on port 7 for incoming connections. Every character that is received from the client application is sent right back to the client application. This is...
Created on 02-26-2010 16:12:02, has been viewed 1561 times.
. TBPDXNewConnect
TBPDXNewConnect This object is used by TBPDXSock Connect method, for establishing a connection to a server (listener). It contains 11 properties. Free Pascal TBPDXNewConnect = Object(TBPDXComponent)...
Created on 02-28-2010 22:47:18, has been viewed 378 times.
. About
About DXSock is a developer library sold with full source code. The product is geared towards low-level client and server development. Supporting TCP/IP and UDP/IP solution, along with low-level...
Created on 02-25-2010 12:38:39, has been viewed 1888 times.
. TBPDXSock
TBPDXSock Free Pascal Events TBPDXSockOnCommand = procedure(Sender:Pointer) of object; TBPDXSockOnSuccess = function(Sender:Pointer):Boolean of Object; TBPDXStatusCodeRecord = Record; Delphi Events...
Created on 02-28-2010 23:08:31, has been viewed 1063 times.
. History
History 2010 DXSock Version 6.0 Announced, supporting OpenSSL, Free Pascal Compiler, Cross-Platform (Windows, Linux and Mac OS X). Supporting Delphi 3 through Delphi 2009, Free Pascal 2.x, C Math...
Created on 03-16-2010 10:46:46, has been viewed 1513 times.
. TBPDXNewListen
TBPDXNewListen This object is used by TBPDXSock Listen, Bind and Accept methods, for receiving a connection from a client. It contains 10 properties. Free Pascal TBPDXNewListen =...
Created on 02-28-2010 23:07:13, has been viewed 304 times.
. DXSock SSL On Linux
DXSock SSL On Linux First thing you will probably run into is on certain Linux(es) you will need to do something like: ln -s /lib/libcrypto.so.0.9.8e /usr/lib/libcrypto.so.0.9.8 ln -s...
Created on 03-14-2010 23:36:21, has been viewed 477 times.
. June 2010 Release
June 2010 Release This release is being offered to help our 5.5 customers and new customers use our product for Windows, Linux, Mac OS X (Intel and PowerPC), Sparc and ARM CPU. What is in this...
Created on 06-11-2010 14:04:53, has been viewed 1561 times.
. DXSock6.pas
DXSock6.pas The DXSock6 unit contains the low-level socket code for all operating systems and compilers. Before we explore the routines and objects defined in this file you should be familiar with a...
Created on 02-28-2010 22:35:05, has been viewed 624 times.
. Welcome
DXSock Version 6.0 Cross Platform (Single Source for Windows, Linux and Mac OS X) Like Kid Rock Says "They say I'm Cocky... it ain't bragging if ya back it up!" High Performance Socket...
Created on 02-25-2010 10:34:09, has been viewed 18584 times.