From: Stylianou Soteris (ssotos++at++cs.ucy.ac.cy)
Date: 04/10/2003 06:30:29
Err hi, dont know if this is the right place to post this..
I am on Win2k / performer
I get the following link error
error LNK2001: unresolved external symbol _glActiveTextureARB
I link with libpf.lib and libpfdu-util.lib
did you guys forget to instantiate and initialize this extension? :)
you already have it in "win32stubs.h"
#ifndef GL_ARB_multitexture
#define GL_ARB_multitexture 1
void _pfInitMultiTexPointers();
void glActiveTextureARB(GLenum);
void glMultiTexCoord2fARB(GLenum, GLfloat, GLfloat);
void glMultiTexCoord2fvARB(GLenum, const GLfloat *);
typedef void (__stdcall * PFNGLACTIVETEXTUREARBPROC) (GLenum texture);
typedef void (__stdcall * PFNGLMULTITEXCOORD2FARBPROC) (GLenum target,
GLfloat s, GLfloat t);
typedef void (__stdcall * PFNGLMULTITEXCOORD2FVARBPROC) (GLenum target,
const GLfloat *v);
#endif
B.Rgds
Soteris
This archive was generated by hypermail 2b29 : Thu Apr 10 2003 - 06:28:20 PDT