c_olin
08-01-2003, 09:31 PM
I am using GameTutorials.com's terrain multitexturing tutorial, and i copy and pasted the stuff i needed, but when i compiled, i get this error:
--------------------Configuration: lesson1 - Win32 Debug--------------------
Linking...
Lesson1.obj : error LNK2001: unresolved external symbol "void (__stdcall* glMultiTexCoord2fARB)(unsigned int,float,float)" (?glMultiTexCoord2fARB@@3P6GXIMM@ZA)
Lesson1.obj : error LNK2001: unresolved external symbol "void (__stdcall* glActiveTextureARB)(unsigned int)" (?glActiveTextureARB@@3P6GXI@ZA)
Debug/lesson1.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
lesson1.exe - 3 error(s), 0 warning(s)
WHAT DID I MISS??????
thanks!
--------------------Configuration: lesson1 - Win32 Debug--------------------
Linking...
Lesson1.obj : error LNK2001: unresolved external symbol "void (__stdcall* glMultiTexCoord2fARB)(unsigned int,float,float)" (?glMultiTexCoord2fARB@@3P6GXIMM@ZA)
Lesson1.obj : error LNK2001: unresolved external symbol "void (__stdcall* glActiveTextureARB)(unsigned int)" (?glActiveTextureARB@@3P6GXI@ZA)
Debug/lesson1.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
lesson1.exe - 3 error(s), 0 warning(s)
WHAT DID I MISS??????
thanks!