Page 1 of 1

About TeeOpenGL

Posted: Tue May 09, 2006 3:51 am
by 9345723
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!

Posted: Tue May 09, 2006 8:07 am
by narcis
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.