VCLTee.OpenGL2 issues...

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
JNuzzi
Newbie
Newbie
Posts: 9
Joined: Mon Mar 21, 2022 12:00 am

VCLTee.OpenGL2 issues...

Post by JNuzzi » Wed Nov 02, 2022 1:22 pm

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
Attachments
Capture.PNG
Capture.PNG (81.14 KiB) Viewed 3830 times

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: VCLTee.OpenGL2 issues...

Post by Yeray » Wed Nov 02, 2022 1:59 pm

Hello John,

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,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

JNuzzi
Newbie
Newbie
Posts: 9
Joined: Mon Mar 21, 2022 12:00 am

Re: VCLTee.OpenGL2 issues...

Post by JNuzzi » Fri Nov 04, 2022 3:43 pm

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

JNuzzi
Newbie
Newbie
Posts: 9
Joined: Mon Mar 21, 2022 12:00 am

Re: VCLTee.OpenGL2 issues...

Post by JNuzzi » Fri Nov 04, 2022 3:57 pm

Here are my includes:
Includes.PNG
Includes.PNG (68.77 KiB) Viewed 3805 times
John
Attachments
Includes.PNG
Includes.PNG (68.77 KiB) Viewed 3805 times

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: VCLTee.OpenGL2 issues...

Post by Yeray » Tue Nov 08, 2022 7:17 am

Hello John,

Have you tried it in a new simple project?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply