Which lib file should I choose?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » 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:

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.
Marjan Slatinek,
http://www.steema.com

Post Reply