The C++ basic sample of TeeGrid does not compile

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
PCZ
Newbie
Newbie
Posts: 9
Joined: Mon Jul 30, 2018 12:00 am

The C++ basic sample of TeeGrid does not compile

Post by PCZ » Sat Aug 11, 2018 3:10 am

Hello,

I'm trying to use the C++ basic sample to see how to use the TeeGrid v1.06 component, but unfortunately it is failing because the following error messages. I'm just opened the basic sample and try to run it.

[DCC Fatal Error] Tee.Grid.pas(7): F1027 Unit not found: 'System' or binary equivalents (.dcu)
[bcc32 Error] Unit_Basic.h(12): E2209 Unable to open include file 'Tee.Grid.Data.Strings.hpp'

My IDE is C++ Builder Tokyo 10.2 Update 3.

What is wrong?

Regards,
Patricio Cerda

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: The C++ basic sample of TeeGrid does not compile

Post by Sandra » Fri Aug 17, 2018 10:08 am

Hello Patricio,

I would like inform you the problem with TeeGrid GitHub C++ Builder example is already fixed.
[DCC Fatal Error] Tee.Grid.pas(7): F1027 Unit not found: 'System' or binary equivalents (.dcu)
[bcc32 Error] Unit_Basic.h(12): E2209 Unable to open include file 'Tee.Grid.Data.Strings.hpp'
To fix the examples problem in your example, you must do the changes below:
1- Tee.GridData.String.hpp instead of Tee.Grid.Data.Strings.hpp in the .h and .cpp files.
2- Remove the Tee.Grid.Data.Strings.pas and Tee.Grid. pas from the project.

Also, I would like suggest you review the path to sure is using the TeeGrid 1.06 version. To do that you need go to
Menu Tools->Options->C++Options->Path and Directories
I think the thread HowTo setup Paths in the IDE can help you.

Hoping this helps you.
Thanks in advance
Best Regards,
Sandra Pazos / 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

PCZ
Newbie
Newbie
Posts: 9
Joined: Mon Jul 30, 2018 12:00 am

Re: The C++ basic sample of TeeGrid does not compile

Post by PCZ » Sat Aug 18, 2018 2:20 am

Thanks Sandra, now it compile and run Ok, so I will study how it works.

Best regards,
Patricio

Post Reply