About TeeOpenGL

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
icys
Newbie
Newbie
Posts: 7
Joined: Wed Mar 22, 2006 12:00 am
Contact:

About TeeOpenGL

Post by icys » Tue May 09, 2006 3:51 am

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!

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue May 09, 2006 8:07 am

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:

Code: Select all

void __fastcall TForm1::FormCreate(TObject *Sender)
{
        Series1->FillSampleValues();
        TeeOpenGL1->TeePanel=Chart1;
        TeeOpenGL1->Active=true;
}
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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply