GL Libary´s

My GL libary´s are from 1998 , but now there is OpenGL 1.3 . Do I need new libary´s ?? If yes , where do i get these files ?? I´m sorry for my bad english !!

Assuming you use Windows; no, you don’t NEED new libraries. In fact, there aren’t any newer libraries. Either define your own constands (see spec. for values) and functionpointers (again, see spec. for prototypes), or download glext.h somwhere from SGI (NVIDIA’s developer site has a link to it if you can’t find it). glext.h defines functionpointers and constants for at least OpenGL 1.2 (and most extensions), but don’t know about 1.3. Then load the functions directly from the driver using wglGetProcAddress.