TK Library

Does anyone know what the header file “tk.h” and “aux.h” is?? For some reason, my version of OpenGL (1.3) does not have those files, but I know they’re necessary in order to program certain things. Any advice??? Thanx!

Hi !

aux.h is the for the auxillary library, this is not a part of OpenGL even though it was included back when the flintstones walked the earth, if you are running on Windows you should be able to find it though.

tk.h is for the TK as in TCL/TK I guess, this is a scripting language that does not have anything to do with OpenGL, you can find tcl/tk for download in the internet, you should find it with google pretty easy.

Mikael