Original Post
I'm trying to use GLee to load extensions, as you do.. But I get unresolved external errors. Namely - wglGetProcAddress(), wglGetCurrentDC() and glGetString(). I'm using Visual C++ 2008 Express in Windows XP. I've included GLee.h and GLee.c to the project, rather than linking to the lib. I also get the exact same errors with GLEW. Any ideas?