[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::windows-nt

Title:Windows NT
Notice:See note 15.0 for HCL location
Moderator:TARKIN::LIN.com::FOLEY
Created:Thu Oct 31 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6086
Total number of notes:31449

6077.0. "OpenGL libraries" by XFMV01::NIKHIL () Wed Jun 04 1997 23:03

hi
 I understand that opengl applications are source compatible on winnt.
I have a alpha workstation with a powerstorm4d/40T graphics card and winnt 
workstation4.0. To compile existing opengl applications I need the opengl 
libraries. I would appreciate any pointers on how to obtain the same.

thanks in advance

nikhil

T.RTitleUserPersonal
Name
DateLines
6077.1OpenGL on Windows/NTVESPER::VESPEROpenGL Alpha GeekThu Jun 05 1997 08:1625
> I understand that opengl applications are source compatible on winnt.

Err -- source compatable with what? "OpenGL" specifies a window-system
independent rendering library, but in order to use OpenGL you need to
have some connection with a window. On X11, this is done using 'glX'
routines, but on Windows/NT you need to use 'wgl' routines.

You can also use a toolkit that presents a window-system independent
interface such as GLUT; this allows you to have better source portability
to multiple operating systems. For a sophisticated application even GLUT
might not have enough power and you need to have multiple window interface
libraries.

>I have a alpha workstation with a powerstorm4d/40T graphics card and winnt 
>workstation4.0. To compile existing opengl applications I need the opengl 
>libraries. I would appreciate any pointers on how to obtain the same.

You need the Powerstorm DSS (display system services, perhaps) kit
to use it with Windows/NT even for 2D operation; it also includes OpenGL support.

You also need a compiler and the OpenGL header files and the libraries 
(OpenGl32.lib and glu32.lib); these packaged in the Microsoft Developer
Studio, better known as Visual C++.

Andy V
6077.2GSSS V4.2WRKSYS::CHALTASNever trust a talking mimeThu Jun 05 1997 13:073
    One correction to Andy's note:  the drivers for the PowerStorm 4D40T
    (and its cousins) are in GSSS V4.2 (Graphics Software Support
    Services).