Page 1 of 1

Posted: Wed Dec 08, 2004 2:00 pm
by Marjan
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:

Code: Select all

Tee7C6.lib, TeeUI7C6.lib, TeePro7C6.lib
If you use TDBChart, you must add the

Code: Select all

TeeDB7C6.lib
and similarly the following packages in case you use TQRChart, TTeeOpenGL, TeeChart image package or TeeChart language package:

Code: Select all

TeeQR7C6.lib, TeeGL7C6.lib, TeeImage7C6.lib, TeeLanguage7C6.lib
But as I said, normally you only have to add Tee7C6.lib, TeeUI7C6.lib, TeePro7C6.lib libraries/packages.