To use Borland C++ 5.02 AppExpert with OWLNext some files need to be updated. Download
apx_upd.zip and extract it in (bc5root)\expert\owl
OWLNext does not use the old BIDS libraries, but Borland C++ 5.01/5.02 by default includes them in the projects.
To avoid errors, download bids.zip and extract it in the
(owlroot)\lib folder, where OWLNext libraries should be.
Borland put its OWL and class library headers in separate directories. OWL Next puts all these headers in one
directory instead. But old programs expect to find class library headers elsewhere. To allow old programs to work,
OWL Next provides dummy headers that reside in a class library directory and simply include the appropriate
OWL Next header. Download compat.zip to get these dummy headers.
These headers are helpful for getting old code to work quickly. But for applications that you plan to maintain,
you really should change your source code to reflect the new header locations.
Other recommended downloads for Borland C++ 5.02 are the
JIdeTool Add-on,
scripts.
If you want to use a wheeled mouse with BC5.02, check this page.