When I load either ql v1.6 or 1.6.1 in VS 2010 Express the default Platform Toolset (properties / general / Platform Toolset) is v110. This results in libraries called Quantlib-vc110-* being built. This has consequences when trying to build the latest version of qlxl which wants v100 library versions. I tried switching the Platform Toolset to v100 but this did not change the library version. I have vs 2010 express installed on windows 7 32 -bit. I'm trying to compile the latest version of quantlibxl. Is there a specific option to set or force the $(qlCompilerTag) variable. Thanks ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hello,
Which version of QuantLibXL are you trying to compile? > I'm trying to compile the latest version of quantlibxl. The latest version of QuantLibXL is 1.7, released Saturday. If you are trying to build QuantLib 1.6 together with QuantLibXL 1.7 that will not work. Kind Regards, Eric ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi. I was building qlxl 1.6. Subsequently i downloaded ql v 1.7 and I see the same potential problem i.e by default when I open Quantlib_vc10.sln I see the platform toolset for the quantlib project is v110 i.e. the toolset for vs2012. This seems odd to me because i am using visual studio express 2010 sp1. I tried all of this on a different machine and the platform toolset displays correctly as v100 but i just cant replicate this behaviour on my work computer. On 6 Dec 2015 21:26, "Eric Ehlers" <[hidden email]> wrote:
Hello, ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Is it possible that Quantlib_vc10.sln was opened in VS2012 and
upgraded to that toolset? Other than that, sorry, I don't know if I can help. As you say it does seem that the problem relates to the installation of VS2010 on that one machine. Regards, Eric On Mon, 7 Dec 2015 17:07:40 +0200 Steven Davey <[hidden email]> wrote: > Hi. I was building qlxl 1.6. Subsequently i downloaded ql v 1.7 and I > see the same potential problem i.e by default when I open > Quantlib_vc10.sln I see the platform toolset for the quantlib project > is v110 i.e. the toolset for vs2012. > > This seems odd to me because i am using visual studio express 2010 > sp1. I tried all of this on a different machine and the platform > toolset displays correctly as v100 but i just cant replicate this > behaviour on my work computer. > On 6 Dec 2015 21:26, "Eric Ehlers" <[hidden email]> wrote: > > > Hello, > > > > Which version of QuantLibXL are you trying to compile? > > > > > I'm trying to compile the latest version of quantlibxl. > > > > The latest version of QuantLibXL is 1.7, released Saturday. If you > > are trying to build QuantLib 1.6 together with QuantLibXL 1.7 that > > will not work. > > > > Kind Regards, > > Eric > > ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Strange. The toolset should be filled in by the compiler when opening the project, and should be deduced from the compiler version as specified in the QuantLib.props file (which is included by the projects). Is it possible that the VisualStudioVersion variable is being set elsewhere on your work machine? Luigi On Tue, Dec 8, 2015 at 3:17 PM Eric Ehlers <[hidden email]> wrote: Is it possible that Quantlib_vc10.sln was opened in VS2012 and -- <http://leanpub.com/implementingquantlib> ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |