Linux TCP socket guide
For those interested in programming TCP/IP sockets under linux the following links are some solid articles that I have come across on this subject. They cover such topics as blocking and non-blocking TCP sockets, TCP keepalive uses, and some linux socket pitfalls to watch out for...
Abnormal borland compiled program termination after winXP SP3 install
After installing WindowsXP SP3 my Borland Builder 6 (BCB6) applications compiled with QuickReports were crashing with the errors EAccessViolation and 'Abnormal program termination'...
Code example to check only one program instance
How to check that only one instance of a win32 based program is running and bring it to the foreground if it does exist. The following is a simple C code example for a win32 based Borland TApplication...

