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: Can't declare EXTENSIONS

  1. #1
    Intern Newbie
    Join Date
    Sep 2000
    Location
    ch
    Posts
    39

    Can't declare EXTENSIONS

    Hi, nice day

    I can't declare extensions... default OPENGL 1.1 works such as glLoadIdentity :

    WINGDIAPI void APIENTRY glLoadIdentity (void);

    Okay, so "glLoadIdentity" is the ENTRY in "Opengl32.dll", that's simple okay ?

    'typedef void (APIENTRY * PFNGLACTIVETEXTUREARBPROC) (GLenum target);

    That doesn't work !!! Neither I can declare the entry "glActiveTextureARB" or neither
    "PFNGLACTIVETEXTUREARBPROC" works !!!

    *** Please help ***

  2. #2
    Senior Member OpenGL Pro
    Join Date
    Jun 2000
    Location
    Shreveport, LA, USA
    Posts
    1,757

    Re: Can't declare EXTENSIONS

    I replied to your thread in advanced.

Posting Permissions

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