The Macintosh deliverable will consist

Win32 code:

The Windows code consists of ANSI Standard C++ classes wrapped around the ACE(Adaptive Communications Environment) library, which is used for network specific routines. The downloader code consists of two Microsoft Visual C++ projects:

Bdedownloader – Core code for the downloader dll.
BdedownloaderTest  - Minimal test application for the downloader dll.




MacOS code:

The final MacOS product will consist of:

Bdedownloader  - This will consist of an ANSI Standard C++ shared library which will provide the same or equivalent functions and interfaces found in the Bdedownloader dll. The network specific code found in the ACE will be replaced by equivelent code using the OpenTransport API. A port of the entire ACE library should not be required.

Received on Monday, 25 February 2002 10:00:59 UTC