Board index » delphi » OpenGL Rendering Context????????????????

OpenGL Rendering Context????????????????

Plase help me initializing a valid rendering context for OpenGL!

I want to create an OpenGL rendering context in a Delphi Form on my own. I
do not want to have an own window for it.
I want to place it anywhere on a form like a panel or shape. What i have to
do?
I tried it with wglCreateContext and wglMakeCurrent, but with no success.
Did i forget anything? Please help (best: original Delphi SourceCode)
Thanks, Sebastian

 

Re:OpenGL Rendering Context????????????????


Hi Sebastian,
        Have a look at Delphi Super Pages, there is a Delphi
panel component with full source that should get you started.

regards,
Dave Ninnes
da...@powerup.com.au

On Tue, 24 Mar 1998 15:04:37 +0100, "Sebastian Gantzert"

Quote
<Sebastian.Gantz...@darmstadt.netsurf.de> wrote:
>Plase help me initializing a valid rendering context for OpenGL!

>I want to create an OpenGL rendering context in a Delphi Form on my own. I
>do not want to have an own window for it.
>I want to place it anywhere on a form like a panel or shape. What i have to
>do?
>I tried it with wglCreateContext and wglMakeCurrent, but with no success.
>Did i forget anything? Please help (best: original Delphi SourceCode)
>Thanks, Sebastian

Other Threads