PROBLEM

hi i m new to GL glut
what do i need to make it work on turboc or its a diff package in itself i mean how i work with it.

You won’t be able to get it working with Turbo C, because that is a DOS compiler and you need to make Win32 binaries to use OpenGL in Windows. About the only way I know of to use “OpenGL” in DOS is with Mesa and the DJGPP compiler. (I put OpenGL in quotes because technically, Mesa can’t call itself OpenGL for licensing reasons.)

So, it’s probably time to upgrade your compiler. There are plenty of decent ones available for free.

[This message has been edited by Deiussum (edited 03-19-2004).]