I'm trying Surface and it's work!
But I have a problem!
When I put TeeOpenGL on the Form , I got an error message:
[C++ Error] OpenGL2.hpp(1783): E2189 extern variable cannot be initialized
Thanks for your patience and help!
About TeeOpenGL
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi icys,
It works fine for me here using TeeChart Pro v7.07, adding a TChart with a TSurfaceSeries and a TTeeOpenGL component in a form and using:
If the problem persists could you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
It works fine for me here using TeeChart Pro v7.07, adding a TChart with a TSurfaceSeries and a TTeeOpenGL component in a form and using:
Code: Select all
void __fastcall TForm1::FormCreate(TObject *Sender)
{
Series1->FillSampleValues();
TeeOpenGL1->TeePanel=Chart1;
TeeOpenGL1->Active=true;
}
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Best Regards,
Narcís Calvet / 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 |