| View previous topic :: View next topic |
| Author |
Message |
David Scheffel Guest
|
Posted: Thu Mar 16, 2006 6:03 pm Post subject: How to use Delphi2006 components in BCB2006? |
|
|
Hello again,
actually I thought it's all easy with DeXter. But somehow I the
Delphi2006 component I've installed appears only in the Delphi IDE :(
Any ideas?
Thanks...
David |
|
| Back to top |
|
 |
Jeff Overcash (TeamB) Guest
|
Posted: Thu Mar 16, 2006 7:03 pm Post subject: Re: How to use Delphi2006 components in BCB2006? |
|
|
David Scheffel wrote:
| Quote: | Hello again,
actually I thought it's all easy with DeXter. But somehow I the
Delphi2006 component I've installed appears only in the Delphi IDE :(
Any ideas?
Thanks...
David
|
Totally uninstall the package (and maybe restart the IDE). Then in the package
options go to the linker options of the package and select the Generate all C++
Files. Rebuild and install the package.
It is important that if you have the package already installed and have not
selected this option you must uninstall it before rebuilding everything as
certain registry entries don't seem to be made when you just rebuild the package
as opposed to installing the package.
--
Jeff Overcash (TeamB)
(Please do not email me directly unless asked. Thank You)
This sad little lizard told me that he was a brontosaurus on his mother's
side. I did not laugh; people who boast of ancestry often have little else
to sustain them. Humoring them costs nothing and adds to happiness in
a world in which happiness is in short supply. (RAH) |
|
| Back to top |
|
 |
Kenneth de Camargo Guest
|
Posted: Fri Mar 17, 2006 12:03 am Post subject: Re: How to use Delphi2006 components in BCB2006? |
|
|
Jeff Overcash (TeamB) wrote:
| Quote: | David Scheffel wrote:
Hello again,
actually I thought it's all easy with DeXter. But somehow I the
Delphi2006 component I've installed appears only in the Delphi IDE
:(
Any ideas?
Thanks...
David
Totally uninstall the package (and maybe restart the IDE). Then in
the package options go to the linker options of the package and
select the Generate all C++ Files. Rebuild and install the package.
It is important that if you have the package already installed and
have not selected this option you must uninstall it before rebuilding
everything as certain registry entries don't seem to be made when you
just rebuild the package as opposed to installing the package.
|
And occasionally you may have to manually add the .lib or .bpi file
associated with the package to the project.
--
Ken
http://planeta.terra.com.br/educacao/kencamargo/
* this is not a sig * |
|
| Back to top |
|
 |
David Scheffel Guest
|
Posted: Fri Mar 17, 2006 2:03 pm Post subject: Re: How to use Delphi2006 components in BCB2006? |
|
|
Jeff Overcash (TeamB) schrieb:
| Quote: | Totally uninstall the package (and maybe restart the IDE). Then in the
package options go to the linker options of the package and select the
Generate all C++ Files. Rebuild and install the package.
It is important that if you have the package already installed and have
not selected this option you must uninstall it before rebuilding
everything as certain registry entries don't seem to be made when you
just rebuild the package as opposed to installing the package.
|
Thanks. Unfortunately a compatibly issue popped-up:
[Pascal Warning] magsubs1.pas(50): W1025 Language-Feature not supported:
'Comp'
The component I'd like to use is called TMagRas which may also be found
on the BDS Companion DVD.
Does someone have experience in porting Delphi components to BCB? How
hard and time consuming might this task be?
We're considering to buy the sources but nobody is experienced with the
migration of delphi stuff here.
Is it worth of it?
Thanks..
David |
|
| Back to top |
|
 |
OBones Guest
|
|
| Back to top |
|
 |
|