| View previous topic :: View next topic |
| Author |
Message |
Bruce Guest
|
Posted: Thu Apr 06, 2006 6:03 pm Post subject: Can I use a BCB6 dll with BDS2006? |
|
|
Hello all,
Can I use a dll compiled BCB6 with my BDS2006 app?
If so, how can I create a dll with BCB6 with the
minimum amount of external dependencies?
When I upgraded to BDS2006 from BCB6 recently.
I recompiled my dlls because it seemed to be the
easiest way to deal with them.
Now I'm wondering about a technique to do this if
it is doable.
Thanks,
Bruce Larrabee |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu Apr 06, 2006 7:03 pm Post subject: Re: Can I use a BCB6 dll with BDS2006? |
|
|
"Bruce" <bruce_l (AT) westbrookent (DOT) com> wrote in message
news:443549ca$3 (AT) newsgroups (DOT) borland.com...
| Quote: | Can I use a dll compiled BCB6 with my BDS2006 app?
|
Yes. You can use a BCB6 DLL in any environment that supports DLLs in
general - provided that the exported functions are coded to be compatible
with those environments, of course.
| Quote: | If so, how can I create a dll with BCB6 with the
minimum amount of external dependencies?
|
The same way you reduce dependancies with any BCB project - go into the
Project Options and disable the "Use Dynamic RTL" and "Build with runtime
packages" items.
Gambit |
|
| Back to top |
|
 |
George Guest
|
Posted: Fri Apr 07, 2006 11:03 am Post subject: Re: Can I use a BCB6 dll with BDS2006? |
|
|
That's something I have been searching for. I can find "Build with run time packages" but which tab is "Use Dnamic RTL" behind?
George.
"Remy Lebeau \(TeamB\)" <no.spam (AT) no (DOT) spam.com> wrote:
| Quote: | The same way you reduce dependancies with any BCB project - go into the
Project Options and disable the "Use Dynamic RTL" and "Build with runtime
packages" items.
Gambit
|
|
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Fri Apr 07, 2006 1:03 pm Post subject: Re: Can I use a BCB6 dll with BDS2006? |
|
|
George wrote:
| Quote: | I can find "Build with run time packages" but which tab is "Use Dnamic RTL" behind?
|
Project Options/Linker/Linking
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, BCC5.5.1 Web site:
http://www.leunen.com/
---------------------------------------- |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Apr 07, 2006 7:03 pm Post subject: Re: Can I use a BCB6 dll with BDS2006? |
|
|
"George" <zombacity (AT) aol (DOT) com> wrote in message
news:44363fe2$1 (AT) newsgroups (DOT) borland.com...
| Quote: | That's something I have been searching for. I can find "Build
with run time packages" but which tab is "Use Dnamic RTL" behind?
|
The Linker tab.
Gambit |
|
| Back to top |
|
 |
|