| View previous topic :: View next topic |
| Author |
Message |
Eugene Guest
|
Posted: Wed Apr 21, 2004 9:12 pm Post subject: Use Delphi Components in BCB? |
|
|
Dear all,
I would like to use a third party component in my project.It
has a freeware version with full functionality but has no
source code.It is written in Delphi and it has compiled units
normally.Can i use this component with Borland C++ Builder? I
can fully use almost all delphi components included source code.
So is there a way to do?
Eugene
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Apr 21, 2004 9:21 pm Post subject: Re: Use Delphi Components in BCB? |
|
|
"Eugene" <Eugene (AT) dmx (DOT) de> wrote
| Quote: | It has a freeware version with full functionality
but has no source code.
|
Then you cannot use the component, sorry. Source code is required in order
to install Delphi components into BCB.
| Quote: | It is written in Delphi and it has compiled units
normally.
|
BCB can't use Delphi precompiled files. The original component source code
needs to be placed into a BCB-generated package and then compiled using
BCB's compiler/linker.
Gambit
|
|
| Back to top |
|
 |
eugene Guest
|
Posted: Thu Apr 22, 2004 12:25 pm Post subject: Re: Use Delphi Components in BCB? |
|
|
Ummff... That's too bad!
Eugene
"Remy Lebeau (TeamB)" <gambit47.no.spam (AT) no (DOT) spam.yahoo.com> wrote:
| Quote: |
"Eugene" <Eugene (AT) dmx (DOT) de> wrote in message
news:4086e3a5$1 (AT) newsgroups (DOT) borland.com...
It has a freeware version with full functionality
but has no source code.
Then you cannot use the component, sorry. Source code is required in order
to install Delphi components into BCB.
It is written in Delphi and it has compiled units
normally.
BCB can't use Delphi precompiled files. The original component source code
needs to be placed into a BCB-generated package and then compiled using
BCB's compiler/linker.
Gambit
|
|
|
| Back to top |
|
 |
|