Board index » cppbuilder » Smart Link
George
![]() CBuilder Developer |
George
![]() CBuilder Developer |
Smart Link2003-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? |
Pete Fraser
![]() CBuilder Developer |
2003-11-17 05:41:46 PM
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 QuoteHi, |
George
![]() CBuilder Developer |
2003-11-19 05:56:20 AM
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 QuoteMy C++Builder does smart linking. {smallsort} |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2003-11-19 06:58:16 AM
Re:Smart Link
"George" < XXXX@XXXXX.COM >wrote in message
Quoteis Smart link available to C++Builder? Everytime I add a 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 |