Page 1 of 1

TeeChartGrid.obj

Posted: Wed Apr 08, 2009 1:47 pm
by 10048670
Hi,

I am porting a bds2006-teechart7.xx project to Codegear 2007 + teechart pro 8.02.

Linker fails to found the Teechartgrid.obj ! and it is right as under the delphi11\lib\obj directory this obj is missing.

Did I fail to properly install the package ?

Best Regards
Fabio

Posted: Wed Apr 08, 2009 1:57 pm
by narcis
Hi Fabio,

You could try installing v8.04, which is the latest version available at the client area.

It's most likely that your C++ Builder is not referencing correct packages. However, .obj files are not necessary in C++ Builder as it uses the same packages as Delphi.

If problems persist you should try checking the installation as I descrbied here:

http://www.teechart.net/support/viewtopic.php?t=9517

Hope this helps!

TeeChart 8.04

Posted: Wed Apr 08, 2009 2:52 pm
by 10048670
Hi Narcis,
I follow your suggestion. I install version 8.04. Now I get the same error for "TEEDATA.OBJ".

I follow the install instruction. Path for LIB and INC are correct as you suggest. I must say that was already ok before.

Regards
Fabio

Posted: Thu Apr 09, 2009 7:50 am
by narcis
Hi Fabio,

Could you please check all this again? If TEEINCPATH and TEELIBPATH variables are set correctly and they are at Include and Library search path lists, as described in the link I posted, C++ Builder should find TeeData.dcu at Lib folder.

Thanks in advance.