I attempted to add the component and use it for the chart's canvas. Upon compile, I get about 500 errors like the ones attached. Am I missing an include or something?
Thanks,
John
VCLTee.OpenGL2 issues...
VCLTee.OpenGL2 issues...
- Attachments
-
- Capture.PNG (81.14 KiB) Viewed 13508 times
Re: VCLTee.OpenGL2 issues...
Hello John,
Have you tried dropping a
Have you tried dropping a
TTeeOpenGL
component into the form? When I do this in a C++Builder project, the #include "VCLTee.TeeOpenGL.hpp"
is automatically added to the .h in the active unit. This VCLTee.TeeOpenGL.hpp
unit includes VCLTee.TeeGLCanvas.hpp
unit, which includes VCLTee.OpenGL2.hpp
.Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: VCLTee.OpenGL2 issues...
Hello Yerah,
Yes, there is a component on the page already. I set the component's Chart property to the TChart in use and the TChart's drawing setting to 3D OpenGL also.
John
Yes, there is a component on the page already. I set the component's Chart property to the TChart in use and the TChart's drawing setting to 3D OpenGL also.
John
Re: VCLTee.OpenGL2 issues...
Here are my includes:
John
John
- Attachments
-
- Includes.PNG (68.77 KiB) Viewed 13483 times
Re: VCLTee.OpenGL2 issues...
Hello John,
Have you tried it in a new simple project?
Have you tried it in a new simple project?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |