There's an app I'm interested in called OggSpot. It was incredibly hard to find any info on it, but finally I tracked down the source code. It looks like C or C++ (all the extentions are .c and .h).
Now, I've compiled a few things on Linux before, but Linux distros come with compilers installed and all you need to to is make config && make and it's done.
So my question is, how would I go about compiling this on a Windows XP machine? It also contains a folder called "Visual C", does that indicate that I need MS VC installed or something?