Hi,
I am brand new to Quant Lib and am having trouble compiling (I am using Visual Studio 2005). I have installed boost, and have so far dowloaded the following projects:
gensrc
log4cxx
ObjectHandler
I am just trying to get the example project in ObjectHandler to compile for starters, bujt I am clearly not linking to boost correctly (when compiling I get several error messages like: "Error 7 fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory c:\dotnet\quantlib\objecthandler\oh\ohdefines.hpp 27"
I have installed boost under "C:\Program Files\boost\boost_1_34_1\". How excactly do I set the PATH in VS 2005 such I can link to the boost headers?
Thank you!
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi Matthew,
Instructions for configuring boost are included in the QuantLibXL build tutorial: http://www.quantlibaddin.org/build_tutorial.html Regards, Eric > Hi, > > I am brand new to Quant Lib and am having trouble compiling (I am using > Visual Studio 2005). I have installed boost, and have so far dowloaded > the > following projects: > > gensrc > log4cxx > ObjectHandler > > I am just trying to get the example project in ObjectHandler to compile > for > starters, bujt I am clearly not linking to boost correctly (when compiling > I > get several error messages like: "Error 7 fatal error C1083: Cannot open > include file: 'boost/config.hpp': No such file or > directory c:\dotnet\quantlib\objecthandler\oh\ohdefines.hpp 27" > > I have installed boost under "C:\Program Files\boost\boost_1_34_1\". How > excactly do I set the PATH in VS 2005 such I can link to the boost > headers? > > Thank you! > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |