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
TeeChartGrid.obj
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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!
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 |
Instructions - How to post in this forum |
TeeChart 8.04
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |