NOTICE! Use of this site signifies acceptence of the Contract for site usage
The C compiler I've used for YEARS is the DeSmet C compiler, version 2.51.
Even when later versions of the compiler became available, I never saw a reason to upgrade.
Of course, the company is long gone.
Fortunately, they put out a "Public Domain" version, PCC, before they vanished. The version number on PCC is 1.2d, but it's identical to version 2.51 of their commercial compiler.
So, whenever source code from this site wants the DeSmet compiler, just use PCC instead. For example, to compile and link the D2F program:PCC d2fThis compares to:
PCCL d2f
C88 d2ffor the DeSmet 2.51 compiler.
BIND d2f
More compilers will be added later, PCC just needed to be setup first to support other code on this site.
These pages last modified 1/10/2001