This is from the README file:
To install TurboPower APRO into your IDE, take the following steps:
1. Unzip the release files into a directory (e.g., d:\apro).
2. Start Delphi or C++Builder.
[tab]These are self-explainitory and it sounds like you've gotten this far OK.
3. Add the source subdirectory (e.g., d:\apro\source) to the IDE's library path.
[tab]Here is where things got sticky for me. I had to go to Tools->Enviroment Options and click on the Library tab. On the Library Path, I added the location of my Async Pro source directory.
4. Open & compile the runtime package specific to the IDE being used.
[tab]a. Open the runtime package A406_R51.bpk from Async's Package directory. You open this just like you would a regular C++ project. The screen should have some buttons on top that say Compile, Add, Remove, Install, and Options.
[tab]b. If you do not have BCB Developer, you will need to do this step. Go to Project->Edit Option Source. You should get the editor with an A406_R51.bpk.xml. Search and remove all calls to VCLMID50.*. This is for MIDAs which is installed only in the Developer version. You can run without this library. Save the file, click on the A406_R51.cpp tab, then switch back to the form.
[tab]c. Click the Compile button and hold your breath.
[tab]If everything when OK, you can save everything and go on.
5. Open & install the designtime package specific to the IDE being used. The IDE should notify you the components have been installed.
[tab]Do steps a-c just like above except use A406_D51.bpk.
[tab]d. After successfully compiling, click on the Install button. BCB will show you which components are installed.
It took me most of last Friday to figure this out. Once this was done, the components worked like a charm. I have not used the fax components but the serial components work very well.
Next week I'll have to reinstall everything again as we are migrating to BCB 6 Dev. Good luck! James P. Cottingham
When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity.
[tab][tab]Albert Einstein explaining his Theory of Relativity to a group of journalists.