// sndview.c // (c) Perry R. Cook, 1987-2008 // You're free to use this except for evil Hi there! This is sndview, a little project I started back in the 80's, under DOS (yep), and have ported forward since. Turbo C gave way to Visual C, and then gcc and the graphics turned into GL(ut), but the look and feel is still very much in the spirit of the original DOS program. Just faster. If you're on Intel architecture, just try compiling it. On Mac OS X, se the makefile line: cc -framework OpenGL -framework GLUT -framework Foundation -o sndview sndview.c On Linux, edit the #includes in sndview.c, and try: gcc -o sndview sndview.c -lm -lglut No guarantees on anything here. Enjoy!!