Borland c++ 4.5 trouble

Well whenever I compile an opengl program I get an unexcpected error. Whats this meen? I’ve done everything right! I started a new win 32 project with all the correct propraties then I paste the code then add glut32.lib to my project. Whats wrong!! plz help I’m getting realy frustrated!!

Try add #include<windows.h>.
Then read all readme files.
In there be instruction to create
BCC32.CFG and ILINK.CFG files.
But best solution is download BCC5.5.

You might need to create a new glut32.lib since the one that you can download from the net is a microsoft compatible version … and borland uses another format for lib files.

Try that : http://www.opengl.org/discussion_boards/ubb/Forum2/HTML/002384.html