Unable to find static library: Tee.lib

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
mstevens
Newbie
Newbie
Posts: 1
Joined: Mon Jun 30, 2025 12:00 am

Unable to find static library: Tee.lib

Post by mstevens » Tue Jul 01, 2025 4:30 pm

Ok I just purchased and downloaded the latest version of TeeChart and TeeGrid.

When I open a new C++ Builder project and add a TeeChart to the form and compile I get

"Unable to find static library: Tee.lib"

I understand a little about paths... But what is an issue for me is that I myself cannot find the static library "Tee.lib" manually. Where is it? I installed with all the defaults.

I am using Rad Studio C++ Builder 12.3 latest patch as of today 7/1/2025.

Yeray
Site Admin
Site Admin
Posts: 9711
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Unable to find static library: Tee.lib

Post by Yeray » Thu Jul 03, 2025 7:06 am

Hello,

The Tee.lib is part of the TeeChart Standard library shipped with the IDE.
In the case of RAD 12.3, the TeeChart packages are names with the prefix Tee928.

So, that error means the compiler/linker is still trying to use the TeeChart Standard package shipped with the IDE.

I see you have the TeeChart sources. Did you use TeeRecompile to compile and install the packages?
Have you tried to build a simple example project with just a TChart on the form?
If a simple example works but a bigger project doesn't, check for references to old/wrong paths in the project files.

Don't hesitate to let us know if you still find problems with it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply