TeeChartGrid.obj

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
fabio
Newbie
Newbie
Posts: 3
Joined: Wed Mar 19, 2008 12:00 am

TeeChartGrid.obj

Post by fabio » Wed Apr 08, 2009 1:47 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Apr 08, 2009 1:57 pm

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!
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

fabio
Newbie
Newbie
Posts: 3
Joined: Wed Mar 19, 2008 12:00 am

TeeChart 8.04

Post by fabio » Wed Apr 08, 2009 2:52 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Apr 09, 2009 7:50 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply