glBindTexture and glGenTextures

I keep getting unresolved external errors for these two functions. Everything else
compiles file. I am using Borland C++ command line 5.2.

Any suggestions…

Old libraries maybe. Texturing was implmented in OpenGL 1.1, maybe you have an earlier version without texture support. I’m not familliar with Borland compilers, so I cant tell you how to get new ones. But I think there is supposed to be a utility that makes library files from DLL-files. Make a new library from opengl32.dll in that case.