Just starting, can't get image

I’m using WinXP. I’ve downloaded the Borland command line compiler, glut32 dll/lib/h files, and redbook samples. I used the Borland implib program to get the lib into the compatible format as mentioned by Nate Robins. I am using the “hello.c” program verbatim. I compile and bind without error messages. When running, glut produces a window, but I get just video noise in the display area (not the nice white rectangle on black background). Any ideas on what I may be doing wrong?

Found my own problem, needed opengl32.lib in the default borland <lib> directory. Funny I didn’t get warning messages on link …