| View previous topic :: View next topic |
| Author |
Message |
Digby Millikan Guest
|
Posted: Wed Dec 20, 2006 9:11 am Post subject: Convert BDS Delphi component to BDS C++Builder component |
|
|
Alright, I built the component up into a BDS Delphi component, which
appears on the tool palette, but not in the C++Builder tool palette. Can I
convert the Delphi component into a C++Builder component? |
|
| Back to top |
|
 |
Jonathan Benedicto Guest
|
Posted: Wed Dec 20, 2006 9:11 am Post subject: Re: Convert BDS Delphi component to BDS C++Builder component |
|
|
Digby Millikan wrote:
| Quote: | Alright, I built the component up into a BDS Delphi component, which
appears on the tool palette, but not in the C++Builder tool palette. Can I
convert the Delphi component into a C++Builder component?
|
Follow my instructions in your previous post. That should get the component
installed in C++Builder.
HTH
Jonathan |
|
| Back to top |
|
 |
Digby Millikan Guest
|
Posted: Thu Dec 21, 2006 2:25 am Post subject: Re: Convert BDS Delphi component to BDS C++Builder component |
|
|
Why delete the .bpl file. It is BDS2006 and should be the same for both
Delphi and C++Builder? My component is still not showing up in the
C++Builder tool palette and it is probably the simple case of a VCL
component with only one .pas file. |
|
| Back to top |
|
 |
Jonathan Benedicto Guest
|
Posted: Thu Dec 21, 2006 2:30 am Post subject: Re: Convert BDS Delphi component to BDS C++Builder component |
|
|
Digby Millikan wrote:
| Quote: | Why delete the .bpl file. It is BDS2006 and should be the same for both
Delphi and C++Builder? My component is still not showing up in the
C++Builder tool palette and it is probably the simple case of a VCL
component with only one .pas file.
|
Because it needs to be re-generated by BDS with the C++ info.
I've always used VCL components with only one .pas file in the C++
personality.
Jonathan |
|
| Back to top |
|
 |
Digby Millikan Guest
|
Posted: Thu Dec 21, 2006 2:54 am Post subject: Re: Convert BDS Delphi component to BDS C++Builder component |
|
|
Thanks Jonathan, it's working now.
Regards Digby Millikan |
|
| Back to top |
|
 |
|