Posted: Wed Dec 08, 2004 2:00 pm
Hi.
The Dcl*.lib files are the design time packages library files so there is no need to include them in your projects. Normally, the following three libraries should do the trick:
If you use TDBChart, you must add the
and similarly the following packages in case you use TQRChart, TTeeOpenGL, TeeChart image package or TeeChart language package:
But as I said, normally you only have to add Tee7C6.lib, TeeUI7C6.lib, TeePro7C6.lib libraries/packages.
The Dcl*.lib files are the design time packages library files so there is no need to include them in your projects. Normally, the following three libraries should do the trick:
Code: Select all
Tee7C6.lib, TeeUI7C6.lib, TeePro7C6.lib
Code: Select all
TeeDB7C6.lib
Code: Select all
TeeQR7C6.lib, TeeGL7C6.lib, TeeImage7C6.lib, TeeLanguage7C6.lib