Hello Remy!
Quote
What are the EXACT steps you took? I had no troubles writing a new
component that appears under both Delphi and C++ using the "Create all
C++Builder files" option.
In the Delphi mode:
File->Open->A407_R100.bdsproj
Right clicked on A407_R100.bdsproj in Project Manager window, selected
Options, selected "Create all C++ Builder files", right clicked again on
A407_R100.bdsproj, selected compile..no errors.
File->Open->A407_D100.bdsproj
Right clicked on A407_D100.bdsproj in Project Manager window, selected
Options, selected "Create all C++ Builder files", right clicked again on
A407_D100.bdsproj, selected compile..no errors.
Right clicked on A407_D100.bdsproj, selected "Install". Message listing
the dozens of components added.
File->New->VCL Forms Delphi Win32 application
Opened Tool palette...see tabs for various parts of AsyncPro, Tapi etc.
Quote
In that dialog, if you click on the "Components" button, do you actually
see
the components in the package?
Yes..they are all there in both Delphi and Builder modes.
Quote
Did you read the help file yet? There is a lot of documentation provided
with BDS, and there are sections on creating and installing component
packages.
In Builder mode, Help->Borland Help
When I searched for "Adding components to tool palette" I got these:
Customized Components In addition to the components that are installed with
Developer Studio 2006, you can add customized or third party components to
the Tool Palette and save them in their own category.
and
To add additional categories
1.. Right-click the Tool Palette.
2.. Choose the Add New Category command.
The Create a new Category dialog box appears.
3.. Enter a name for the category in the New Category Name text box.
4.. Click OK.
The new category appears at the bottom of the Tool Palette. (new
category...not new components..TA)
And the only entry I've found so far for adding components is:
Installing Custom Components To install custom components
1.. Choose ComponentInstalled .NET Components.
2.. Click Select an Assembly.
3.. Navigate to the folder containing the component assembly.
Alternatively, you can enter the name of the full path to the assembly in
the File Name field.
4.. Select the assembly.
5.. Click Open.
The Installed .NET Components dialog box displays the components from the
assembly.
6.. Verify that the components you want to install on the Tool Palette are
checked.
7.. Click OK.
Which only seems to be for .NET components.
One thing I've learned...if I can purchase an ActiveX componant vs a VCL
that the ActiveX can be installed in any version of C++Builder but VCL
installers are version specific. When TurboPower went belly up I decided
ActiveX was the way to go. But I love the AsyncPro VCL comonents and have
a lot of legacy code I need to port.
I sure wish I had a paper manual....I'd love to spend the night flipping
through it in bed. Can't take the laptop.
I'll do some more reading of the help instead of searching to see if I am
missing something obvious.
Thanks again.
Tom