Open GL ES in EXE

Login to reply to this topic.
Thu, 2005-02-10 16:46
Joined: 2005-02-10
Forum posts: 6
I try to use OpenGl without an APP.

I create a RWindowGroup and a RWindow and connect both with the RWsSession. After that it is possible to construct a CWsScreenDevice draw with a CWindowGC in the Window.

But if I try to Initialize OpenGL in this Window the Function eglCreateWindowSurface throws a panic "WSERV reason 6"

This Panic means that the window has the wrong type or the object index didnÂ’t recognise the handle.

How must I initialize my RWindow?

Thanks for your reply,

Chris

Tue, 2006-08-22 15:53
Joined: 2003-05-27
Forum posts: 363
Re: Open GL ES in EXE

Hi Chris,

I just stumbled on the same problem (WSERV panic 6 in EXE using OpenGL). Did you get anywhere with this?

Thanks in advance,
Pawel
Wed, 2006-09-20 12:38
Joined: 2004-07-29
Forum posts: 5
Re: Open GL ES in EXE
This sounds like the same problem that I asked about in this thread. Though I'm trying to use OpenGL ES in a thread.

I got a reply from pawel (that has since disappeared) where he mentioned that it might be impossible to do this! Sad
  • Login to reply to this topic.