Hello All, Context – I have Quantlib-1.5, Boost 1.57.0,and visual studio 2013 Problem - I am looking for "Quantlib.props" file so that I can setup the version of visual studio correct. Where is this file located in Quantlib-1.5 folder; I could not find it using windows search on this folder.
What version of visual studio should I set in ‘Quantlib.props’ file? Rishi ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
It's in the QuantLib-1.5 folder, same as the solution files. And you shouldn't set the version in it manually, it should pick it up from your compiler's definition of the $(VisualStudioVersion) variable. Luigi On Tue, May 26, 2015 at 4:19 PM, Rishi Srivastava, Green Plains Inc. <[hidden email]> wrote:
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
I was hoping that I do not need to add the version manually. But when I build QuantLib_vc12 project I get file ‘QuantLib-vc120-mt.lib’ whereas when I build discreteHedging project, that comes with Quantlib-1.5, the linker
looks for 'QuantLib-vc110-mt.lib'. I
built boost to give me the library file lib32-msvc-12.0. Where can I make a change in discrete hedging project so that in the build process it looks for ‘QuantLib-vc120-mt.lib’? From: Luigi Ballabio [mailto:[hidden email]]
It's in the QuantLib-1.5 folder, same as the solution files. And you shouldn't set the version in it manually, it should pick it up from your compiler's definition of the $(VisualStudioVersion) variable. Luigi On Tue, May 26, 2015 at 4:19 PM, Rishi Srivastava, Green Plains Inc. <[hidden email]> wrote:
-- ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Rishi Srivastava, Green Plains Inc.
hi Rishi ‘Quantlib.props’ is in the QuantLib folder (you can see this at https://github.com/lballabio/quantlib/tree/master/QuantLib) Which version of Visual Studio are you using? Did you try to build the solution? What error message(s) did you get? Cheers Edouard
++++++++++++++
Hello All, Context – I have Quantlib-1.5, Boost 1.57.0,and visual studio 2013
Problem - I am looking for "Quantlib.props" file so that I can setup the version of visual studio correct. Where is this file located in Quantlib-1.5 folder; I could not find it using windows search on this folder. What version of visual studio should I set in ‘Quantlib.props’ file?
Rishi
------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi Edouard, I am using visual studio 2013. I get the following error
1>LINK : fatal error LNK1104: cannot open file 'QuantLib-vc110-mt-gd.lib' I am not sure why the DiscreteHedging project looking for the above library when I built
'QuantLib-vc120-mt-gd.lib
;and put that on the linker options.
Rishi From: [hidden email] [mailto:[hidden email]]
hi Rishi ‘Quantlib.props’ is in the QuantLib folder (you can see this at https://github.com/lballabio/quantlib/tree/master/QuantLib) Which version of Visual Studio are you using? Did you try to build the solution? What error message(s) did you get? Cheers Edouard ++++++++++++++
Hello All, Context – I have Quantlib-1.5, Boost 1.57.0,and visual studio 2013 Problem - I am looking for "Quantlib.props" file so that I can setup the version of visual studio correct. Where is this file located in Quantlib-1.5 folder; I could not find it using windows
search on this folder. What version of visual studio should I set in ‘Quantlib.props’ file? Rishi ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |