http://qs321.pair.com?node_id=32754

Rydor has asked for the wisdom of the Perl Monks concerning the following question:

Has anyone gotten the opengl module to work with win32? i have all the libraries, and i can't get it to work. has anyone successfully gotten it to run? if you have,i'm much obliged, and please tell how.

@:::::::((==========Rydor====>

Replies are listed 'Best First'.
Re: opengl for win32?
by athomason (Curate) on Sep 16, 2000 at 03:17 UTC
    I've tried it without success. I don't have a GLX driver, but I have GL, GLU, and GLUT. Even with a modified Makefile.PL, nmake (MS VC++ 6) dies with a boatload of errors in OpenGL.xs. The module appears to be constructed with *NIX platforms in mind.
      well i knew that, but looking at the code, it appeared it just linked to C functions. i'm thinking the problem may be the fact the my libraries are C++, but they are pretty close, so i figure a minimum changes are needed to fix the module for win32. I'll continue to fiddle with it for a while. I really want to do opengl programming, but I'm not as skilled with C++ as I am with perl. well, maybe someone will develop a module, or will find a fix.

      @:::::::((==========Rydor====>