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
The C++ basic sample of TeeGrid does not compile
Re: The C++ basic sample of TeeGrid does not compile
Hello Patricio,
I would like inform you the problem with TeeGrid GitHub C++ Builder example is already fixed.
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
I would like inform you the problem with TeeGrid GitHub C++ Builder example is already fixed.
To fix the examples problem in your example, you must do the changes below:[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'
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 |
Instructions - How to post in this forum |
Re: The C++ basic sample of TeeGrid does not compile
Thanks Sandra, now it compile and run Ok, so I will study how it works.
Best regards,
Patricio
Best regards,
Patricio