dotnet and opengl

  • Thread starter Thread starter Ralf Edrich
  • Start date Start date
R

Ralf Edrich

Hi,

I want to use (Visual C++) .NET and OpenGL.

Are there any known problems or limitations?

And can anyone tell me where to get some
examples?

TIA,

Ralf
 
Ralf Edrich said:
I want to use (Visual C++) .NET and OpenGL.
Are there any known problems or limitations?

Hmm. The .Net compiler is generally regarded to be MS' best C/C++ compiler
so I doubt you'll find a major shortcoming. If you encounter specific
problems or compiler error messages that you don't understand you are
welcome to post here or in vc.language.
And can anyone tell me where to get some
examples?

I'd start reading here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/openglstart_9uw5.asp

That page has a link to a sample:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/oglport_0b71.asp

and then I'd try to find a graphics group (there are several MS ones) or an
OpenGL group (I don't think that there is one hosted by MS) on the net.

Regardsm
Will
 
I'm using dot net and opengl without any problems. Use the Handle member of
the control (eg panel to display in) to get your native HWnd and then setup
your rendering context as usual and all is fine.

JB
 
Back
Top