error: unknown microsoft compiler

Posted by simoncourtenage on
URL: http://quantlib.414.s1.nabble.com/error-unknown-microsoft-compiler-tp8095.html

Hi,

I've built and installed QuantLib 1.0.1 with Microsoft Visual C++ 2010 Express.  I'm trying to get the simple example code from this page http://quantlib.org/install/vc9.shtml up and running.  However, when I try to build the sample project QuantLibTest, I get the following error message:

C:\Program Files\QuantLib-1.0.1\QuantLib-1.0.1\ql/config.msvc.hpp(93): fatal error C1189: #error :  "unknown Microsoft compiler"

Sorry if there is an obvious fix, but I'm a *nix/g++ person, so this is kind of a new world for me ;)

Thanks

Simon