Tested with Trumpet, Novell, WFW, NT  tcp stacks.
Please keep this zip file intact.

Mike Caughran
Cedar Island Software
9018 Division St 
Juneau Alaska
99081
907-789-9030
71034.2371@compuserve.com


readme.txt   -- this file
finger.pas  --  sample winsock client code showing "hello from finger world"
fingerd.pas --  sample winsock server code showing "hello from fingerd world"
error.inc   --	finger and fingerd error messages
winsock.inc --  header file for winsock.pas
winsock.pas --  interface unit for winsock.dll

crtclass.pas -- sample program which shows how to hook wincrt to 
 		add a menubar and messageproc.
errono.rc    --	a resource file containing a string table which could
                be used with a LoadString command  
                (not used with finger or fingerd)


References:
sunsite.unc.edu    (winsock.hlp and sample code there)
Doctor Dobbs       (feb 1993 issue)
Marc Manza