Compiling QuantLib 0.9.6 on Windows in 64bit results in new error messages

Posted by EdStone999 on
URL: http://quantlib.414.s1.nabble.com/Compiling-QuantLib-0-9-6-on-Windows-in-64bit-results-in-new-error-messages-tp12300.html

On Windows XP64, using VS2008 with Win32 target, all compiles well.
When switching to target x64, get a bunch of error messages, including:

C:\Program Files (x86)\boost\boost_1_36_0\boost/detail/lcast_precision.hpp(71) : error C2039: 'const_max' : is not a member of 'boost::integer_traits<T>'

Any suggestions on best way to recompile a solution which is working well in Win32 platform into a x64 platform?

Thx,
- E