Quaternion
05-11-2002, 05:01 AM
Hi,
When I try to initialize the WGL_ARB_render_texture extension functions I get a "unresolved external symbol" link error for the three function:
error LNK2001: unresolved external symbol "int (__stdcall* wglSetPbufferAttribARB)(struct HPBUFFERARB__ *,int const *)" (?wglSetPbufferAttribARB@@3P6GHPAUHPBUFFERARB__@@P BH@ZA)
error LNK2001: unresolved external symbol "int (__stdcall* wglReleaseTexImageARB)(struct HPBUFFERARB__ *,int)" (?wglReleaseTexImageARB@@3P6GHPAUHPBUFFERARB__@@H@ ZA)
error LNK2001: unresolved external symbol "int (__stdcall* wglBindTexImageARB)(struct HPBUFFERARB__ *,int)" (?wglBindTexImageARB@@3P6GHPAUHPBUFFERARB__@@H@ZA)
I get the same for wglGetExtensionsStringARB. I don't get any error for the WGL_ARB_pbuffer and WGL_ARB_pixel_format functions. What am I doing wrong?
Thanks,
Shlomi
When I try to initialize the WGL_ARB_render_texture extension functions I get a "unresolved external symbol" link error for the three function:
error LNK2001: unresolved external symbol "int (__stdcall* wglSetPbufferAttribARB)(struct HPBUFFERARB__ *,int const *)" (?wglSetPbufferAttribARB@@3P6GHPAUHPBUFFERARB__@@P BH@ZA)
error LNK2001: unresolved external symbol "int (__stdcall* wglReleaseTexImageARB)(struct HPBUFFERARB__ *,int)" (?wglReleaseTexImageARB@@3P6GHPAUHPBUFFERARB__@@H@ ZA)
error LNK2001: unresolved external symbol "int (__stdcall* wglBindTexImageARB)(struct HPBUFFERARB__ *,int)" (?wglBindTexImageARB@@3P6GHPAUHPBUFFERARB__@@H@ZA)
I get the same for wglGetExtensionsStringARB. I don't get any error for the WGL_ARB_pbuffer and WGL_ARB_pixel_format functions. What am I doing wrong?
Thanks,
Shlomi