Category Filter - (Code Snip)

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'...

Filed under: Code Snip  Tags: C

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...

Filed under: Code Snip  Tags: C