Visual studio version in "Quantlib.props" file

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Visual studio version in "Quantlib.props" file

Rishi Srivastava, Green Plains Inc.

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
Reply | Threaded
Open this post in threaded view
|

Re: Visual studio version in "Quantlib.props" file

Luigi Ballabio
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:

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




--

------------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

Re: Visual studio version in "Quantlib.props" file

Rishi Srivastava, Green Plains Inc.

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]]
Sent: Tuesday, May 26, 2015 10:04 AM
To: Rishi Srivastava, Green Plains Inc.
Cc: [hidden email]
Subject: Re: [Quantlib-users] Visual studio version in "Quantlib.props" file

 

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:

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



 

--


------------------------------------------------------------------------------
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
Reply | Threaded
Open this post in threaded view
|

Re: Visual studio version in "Quantlib.props" file

tallent_e
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

 

++++++++++++++ 

Asunto [Quantlib-users] Visual studio version in "Quantlib.props" file
Remitente [hidden email]
Destinatario [hidden email]
Fecha Hoy 14:19

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
Reply | Threaded
Open this post in threaded view
|

Re: Visual studio version in "Quantlib.props" file

Rishi Srivastava, Green Plains Inc.

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]]
Sent: Tuesday, May 26, 2015 11:24 AM
To: [hidden email]
Cc: [hidden email]
Subject: Re: [Quantlib-users] Visual studio version in "Quantlib.props" file

 

 

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

 

++++++++++++++ 

Asunto

[Quantlib-users] Visual studio version in "Quantlib.props" file

Remitente

[hidden email]

Destinatario

[hidden email]

Fecha

Hoy 14:19

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