locked
How To Install OpenGL In Visual Studio 2017 Community Edition? RRS feed

  • Question

  • Hello, so I have been writing an application in C# and OpenGL in Microsoft Visual Studio 2017 Community Edition.

    However, when I try to compile the application, I get an error from Visual Studio saying this

    Severity Code Description Project File Line Suppression State
    Error CS0246 The type or namespace name 'OpenGL' could not be found (are you missing a using directive or an assembly reference?)

    What the the steps for installing OpenGL in this edition of Visual Studio (for use in C#)?

    Thank you.


    keiferbly

    • Moved by Baron Bi Tuesday, July 3, 2018 8:02 AM Third-party issue
    Sunday, June 17, 2018 7:37 AM

All replies

  • Hi,

    thanks for posting here.

    This forum is about desktop application development with Microsoft products. For your case, I suggest you post on this forum below.

    https://www.opengl.org/discussion_boards/

    Your understanding and cooperation will be grateful.

    Best Regards,

    Baron Bi


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Tuesday, June 19, 2018 1:33 AM
  • Will do, thank you.

    keiferbly

    Tuesday, June 19, 2018 1:50 AM