Page 1 of 1

The C++ basic sample of TeeGrid does not compile

Posted: Sat Aug 11, 2018 3:10 am
by 18684102
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

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

Posted: Fri Aug 17, 2018 10:08 am
by 10050769
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

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

Posted: Sat Aug 18, 2018 2:20 am
by 18684102
Thanks Sandra, now it compile and run Ok, so I will study how it works.

Best regards,
Patricio