PDA

View Full Version : OpenGL with .NET C++



whaleboy
06-12-2005, 05:38 PM
If you have already created a project using Windows .NET C++ console format - how can I convert these files or current .sln file with the associated .cpp and .h files over to a Windows Form in .NET?

Paul Martz
06-13-2005, 04:11 AM
Windows allows you to render OpenGL into a form. The form has a DC like any other window. You can issue OpenGL calls directly from managed code.

What kind of problems are you having?

Silkut
06-27-2005, 01:36 PM
Don't forget that Visual Studio 2005 beta 2 is available free of charge, you need to install windows SDK with this environment