Page 1 of 1

Unable to find static library: Tee.lib

Posted: Tue Jul 01, 2025 4:30 pm
by 101100541
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.

Re: Unable to find static library: Tee.lib

Posted: Thu Jul 03, 2025 7:06 am
by yeray
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.