I downloaded the pre-compiled binary, then set up a project in MS Visual Studio 2005 using the sample file reveltest.cpp.
It compiles fine, but I get a runtime error with the following message:
The pre-compiled binary was made with MSVC .NET 2003. Could there be conflicts linking to those libraries using VS2005?R6034
An application has made an attempt to load the C runtime file library incorrectly.
--Carl