Linker error

Sittin on windows xp sp2, using vs.net 2003. I have been following close to all introduction tutorials to opengl around, and still (too me) it seems like im missing some files or stuff…

I try to create a simple ogl app, just rendeing a blank screen first. But whenever i call any gl…() functions the linker complains like this:

Test4 error LNK2019: unresolved external symbol __imp__glClear@4 referenced in function “void __cdecl Render(void)” (?Render@@YAXXZ)

Kinda dont know what to try anymore…

Thanks,
– Loffen

gah… k figured it… yay… kinda about time i did too :stuck_out_tongue: well…

So… what i did was this: Right-click on the project in the solution explorer, Linker->Input->Additional Dependencies, here i added opengl32.lib…

Hope this helps someone…

–Loffen

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.