dotnet and opengl

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
 
W

William DePalo [MVP VC++]

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
 
J

John Biddiscombe

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top