Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: OpenGL with .NET C++

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2005
    Location
    34 Atherton Road
    Posts
    1

    OpenGL with .NET C++

    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?

  2. #2
    Junior Member Newbie
    Join Date
    Jun 2005
    Location
    Boulder, CO, USA
    Posts
    13

    Re: OpenGL with .NET C++

    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?

  3. #3
    Junior Member Regular Contributor
    Join Date
    Aug 2004
    Location
    Angers, France
    Posts
    248

    Re: OpenGL with .NET C++

    Don't forget that Visual Studio 2005 beta 2 is available free of charge, you need to install windows SDK with this environment
    The .Product will make you .Believe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •