Board index » cppbuilder » Smart Link

Smart Link


2003-11-17 03:37:25 PM
cppbuilder92
Hi,
is Smart link available to C++Builder? Everytime I add a component on my
application it adds 1.500mb to my software instead of 30-40kb. It adds all
the library of component. Delphi uses the smartlink and adds only 30kb.
Any idea?
 
 

Re:Smart Link

My C++Builder does smart linking.
Which version of BCB?
What components are you using before you add a component?
Note that having one component requires the VCL library to be included. Also
note that Delphi may be using dynamic libs rather than static libs.
HTH Pete
"George" < XXXX@XXXXX.COM >wrote in message
Quote
Hi,

is Smart link available to C++Builder? Everytime I add a component on my
application it adds 1.500mb to my software instead of 30-40kb. It adds all
the library of component. Delphi uses the smartlink and adds only 30kb.

Any idea?


 

Re:Smart Link

I'm using C++Builder 6.0
When I add a Raize component in an empty project (or with a TButton) it goes
to 2.000kb.
Delphi only adds some kb for every component not all the library.
Any help?
George
"Pete Fraser" < XXXX@XXXXX.COM >wrote in message
Quote
My C++Builder does smart linking.
Which version of BCB?
What components are you using before you add a component?
Note that having one component requires the VCL library to be included.
Also
note that Delphi may be using dynamic libs rather than static libs.
HTH Pete

"George" < XXXX@XXXXX.COM >wrote in message
news: XXXX@XXXXX.COM ...
>Hi,
>
>is Smart link available to C++Builder? Everytime I add a component on my
>application it adds 1.500mb to my software instead of 30-40kb. It adds
all
>the library of component. Delphi uses the smartlink and adds only 30kb.
>
>Any idea?
>
>


 

{smallsort}

Re:Smart Link

"George" < XXXX@XXXXX.COM >wrote in message
Quote
is Smart link available to C++Builder? Everytime I add a
component on my application it adds 1.500mb to my software
<snip>
Mb? I highly doubt that. When I add a component to a form, it only adds
10-50k to the executable, as expected. I didn't have to set up anything
extra to make it do that, it already does it.
Gambit