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 2 of 2

Thread: opengl and borland c++ builder 5

  1. #1
    Junior Member Newbie
    Join Date
    May 2001
    Location
    brattleboro,vt 05301
    Posts
    3

    opengl and borland c++ builder 5

    how do i do opengl without using forms or components

  2. #2
    Intern Contributor
    Join Date
    Dec 2000
    Location
    Donetsk, Ukraine
    Posts
    55

    Re: opengl and borland c++ builder 5

    All you need for OpenGL is a device context of your window (maybe not window). Even when you use forms and components you obtain this, otherwise you cant call wglMakeCurrent procedure and cant start your rendering.

Posting Permissions

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