***
First you must rename all *.cc files to *.cpp
Use the IDE to make the file aptest.exe using aptest.ide

If you get errors that the header file strstream.h is not found, open a
MS-DOS window and rename the file strstrea.h to strstream.h in your bc
include directory. It is important to do this in a MS-DOS window to preserve
the short filename in its original form.

The calculation in aptest.exe is done in a separate thread. If you hit the
"cancel" button during a calculation it might take some time (up to hours)
before the calculation is actually cancelled, so please be patient.

If you can compile the aptest executable, but the Open file dialog doesn't
appear, try adding -DWINVER=0x0400 -D_WIN32_WINNT=0x0400 to the OPTS line in
the makefile and rebuilding. This problem may be specific to BCC 5.5.

The program should compile with Borland C++ 5.01 and Borland C++ 5.02 but there
can be problems with other versions.

You will also need Turbo Assembler (TASM32).
***
