static and dynamic linking


2004-09-09 05:44:03 AM
cppbuilder13
Hi,
I have this application that works fine when I run it using dynamic linking
(Build with runtime packages checked and Use dynamic rtl checked in project
options).
I tried to uncheck the above, and the application starts but when using one
of Teecharts components I get a "TComboBox not found".
So it's not that easy as just uncheck those two checkboxes I guess. Anyone
who knows which static libraries I do need to link with to make the
application work without using RTL?.
-totte