solution file for VC11

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

solution file for VC11

tallent_e
Hi. Are the QuantLib_vc11.sln and accompanying files due to be released soon?
Thank you.
Édouard
--
http://quantcorner.wordpress.com

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: solution file for VC11

Luigi Ballabio
Hi Édouard,
    I'm no longer working on Windows (I only have an old XP machine I
use to check the builds before release) so I don't have VC11.  If
anyone wants to try converting the VC10 projects to VC11, I'll be
happy to add the result to the repository.

On a related note, is anybody still using VC7 or VC8?  With the VC
versions proliferating, I'd like to deprecate and remove support at
least for the oldest ones...

Luigi

On Thu, Oct 25, 2012 at 11:24 PM, Edouard Tallent <[hidden email]> wrote:

> Hi. Are the QuantLib_vc11.sln and accompanying files due to be released soon?
> Thank you.
> Édouard
> --
> http://quantcorner.wordpress.com
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> QuantLib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

R: solution file for VC11

Ballabio Gerardo-4
Da: Luigi Ballabio [mailto:[hidden email]]
> On a related note, is anybody still using VC7 or VC8?  With the VC
versions proliferating, I'd like to deprecate and remove support at
least for the oldest ones...

I'm using VC8 on Windows XP.

Gerardo


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body>
<div style="font-family:Calibri;font-size:10px">
Banca Profilo S.p.A.
Corso Italia, 49 - 20122 Milano - Tel. 02 58408.1, Fax 02 5831 6057
Capitale Sociale Euro 136.794.106,00 i.v.
Iscrizione al Registro Imprese di Milano, C.F. e P.IVA 09108700155 - [hidden email]
Iscritta all’Albo delle Banche e dei Gruppi bancari
Aderente al Fondo Interbancario di Tutela dei depositi
Aderente al Conciliatore Bancario Finanziario e all’Arbitro Bancario Finanziario
Appartenente al Gruppo bancario Banca Profilo e soggetta all’attività di direzione e coordinamento di Arepo BP S.p.A.


DISCLAIMER:
The information transmitted may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient is prohibited.
If you received this in error, please contact the sender and delete the material from any computer.
</div>
</body>
</html>


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: solution file for VC11

tallent_e
In reply to this post by tallent_e
Hi Luigi and everyone.

I am enclosing the files for VC11.

1) I made some changes in the different *.sln and *.vcxproj files so that this directs towards the vc110 toolset.

2) I modified/added few lines to the auto_link.hpp file (in the \ql sub-directory).
     a) I modified the #elif condition for the 64 bit version of vc100
     b) I added a #elif condition for vc110
If someone could check this out, that would be great.

3) I am also enclosing a *.vcxproj.user file, but It is useless (at least, I think so ...).

4) There are strange things that happens.
I made several attempt to build the solution. Each time 14 project build and 1 fails (the failing one is NOT the QuantLib project). But each time the failing one is different (but, once again this is not the QuantLib project). Nonetheless the reason is always the same. The message error for the failing project (whatever it is) is the following one:
LINK : fatal error LNK1104: cannot open file 'boost_unit_test_framework-vc110-mt-gd-1_51.lib'

Notice 2 things:
a) Boost is not built on my computer, this is header-only.
b) my computer is old, with only 1GB RAM, and i work with it during the compilation of the QL solution.

Can anyone explain why one of the projects (seemingly) randomly fails?
Do I require Boost to be built on my computer to build QL with? (I don't think so)

5) There is another point I would like someone to throw the light on. In fact, I don't understand well why I have to add the path to the folder ... \boost_1_51 (Configuration Properties/VC++ Directories/Include Directories) and the path to the folder ... \boost_1_51\libs (Configuration Properties/VC++ Directories/Libraries Directories) in EACH of the 15 projects of the solution (I don't remember it was so as I previously built QL). I guess this has to do with the configuration of the solution, but I don't know what exactly.

4) I am started to write a documentation for the installation and usage of QuantLib 1.2 (and Boost) with VC11. It is in the same vain of what already exists for previous versions of Visual Studio. I need to clarify the points above to finish and submit it if it is useful to the QL communauty.

Anyway, one can yet use the files attached and write codes relying on QuantLib.

Best,
Édouard

--
http://quantcorner.wordpress.com


Oct 26, 2012 09:12:22 AM, [hidden email] wrote:

===========================================

Hi Édouard,
    I'm no longer working on Windows (I only have an old XP machine I
use to check the builds before release) so I don't have VC11.  If
anyone wants to try converting the VC10 projects to VC11, I'll be
happy to add the result to the repository.

On a related note, is anybody still using VC7 or VC8?  With the VC
versions proliferating, I'd like to deprecate and remove support at
least for the oldest ones...

Luigi

On Thu, Oct 25, 2012 at 11:24 PM, Edouard Tallent  wrote:
> Hi. Are the QuantLib_vc11.sln and accompanying files due to be released soon?
> Thank you.
> Édouard
> --
> http://quantcorner.wordpress.com
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

QuantLib-1.2.1_vc11.zip (108K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: solution file for VC11

marcelloptr
Hi Edouard,

you don't need to compile Boost. but I can see that boost_unit_test_framework-vc110-mt-gd-1_51.lib is asked for. This happens (to me) only if you build the test suite.

For this I would probably use the command:
.\tools\build\v2\b2.exe toolset=msvc-11.0 link=static,shared --build-type=complete stage --with-test


To set those directory for all projects at once you have to set them in just one configuration of one project that you see in the Property Manager view. To do something 'per configuration' specific you need to manually edit the file Microsoft.Cpp.Win32.user.props.
Reply | Threaded
Open this post in threaded view
|

Re: solution file for VC11

Luigi Ballabio
In reply to this post by tallent_e
Hi Édouard,
    I've added your files to the Subversion trunk.  May you check it
out and test that they work?

Thanks,
    Luigi

On Sun, Oct 28, 2012 at 9:53 PM, Edouard Tallent <[hidden email]> wrote:

> Hi Luigi and everyone.
>
> I am enclosing the files for VC11.
>
> 1) I made some changes in the different *.sln and *.vcxproj files so that this directs towards the vc110 toolset.
>
> 2) I modified/added few lines to the auto_link.hpp file (in the \ql sub-directory).
>      a) I modified the #elif condition for the 64 bit version of vc100
>      b) I added a #elif condition for vc110
> If someone could check this out, that would be great.
>
> 3) I am also enclosing a *.vcxproj.user file, but It is useless (at least, I think so ...).
>
> 4) There are strange things that happens.
> I made several attempt to build the solution. Each time 14 project build and 1 fails (the failing one is NOT the QuantLib project). But each time the failing one is different (but, once again this is not the QuantLib project). Nonetheless the reason is always the same. The message error for the failing project (whatever it is) is the following one:
> LINK : fatal error LNK1104: cannot open file 'boost_unit_test_framework-vc110-mt-gd-1_51.lib'
>
> Notice 2 things:
> a) Boost is not built on my computer, this is header-only.
> b) my computer is old, with only 1GB RAM, and i work with it during the compilation of the QL solution.
>
> Can anyone explain why one of the projects (seemingly) randomly fails?
> Do I require Boost to be built on my computer to build QL with? (I don't think so)
>
> 5) There is another point I would like someone to throw the light on. In fact, I don't understand well why I have to add the path to the folder ... \boost_1_51 (Configuration Properties/VC++ Directories/Include Directories) and the path to the folder ... \boost_1_51\libs (Configuration Properties/VC++ Directories/Libraries Directories) in EACH of the 15 projects of the solution (I don't remember it was so as I previously built QL). I guess this has to do with the configuration of the solution, but I don't know what exactly.
>
> 4) I am started to write a documentation for the installation and usage of QuantLib 1.2 (and Boost) with VC11. It is in the same vain of what already exists for previous versions of Visual Studio. I need to clarify the points above to finish and submit it if it is useful to the QL communauty.
>
> Anyway, one can yet use the files attached and write codes relying on QuantLib.
>
> Best,
> Édouard
>
> --
> http://quantcorner.wordpress.com
>
>
> Oct 26, 2012 09:12:22 AM, [hidden email] wrote:
>
> ===========================================
>
> Hi Édouard,
>     I'm no longer working on Windows (I only have an old XP machine I
> use to check the builds before release) so I don't have VC11.  If
> anyone wants to try converting the VC10 projects to VC11, I'll be
> happy to add the result to the repository.
>
> On a related note, is anybody still using VC7 or VC8?  With the VC
> versions proliferating, I'd like to deprecate and remove support at
> least for the oldest ones...
>
> Luigi
>
> On Thu, Oct 25, 2012 at 11:24 PM, Edouard Tallent  wrote:
>> Hi. Are the QuantLib_vc11.sln and accompanying files due to be released soon?
>> Thank you.
>> Édouard
>> --
>> http://quantcorner.wordpress.com

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: solution file for VC11

tallent_e
In reply to this post by tallent_e
Hi all.

Sorry for the delay.

I downloaded the files at https://quantlib.svn.sourceforge.net/svnroot/quantlib/trunk/QuantLib/ , and compiled the solution (QuantLib_vc11.sln) .

I got the usual warning messages, but all ended well.

(I realize I didn't update the Makefile.am!)

Best,
Édouard

http://quantcorner.wordpress.com


Re: [Quantlib-users] solution file for VC11From: Luigi Ballabio <luigi.ballabio@gm...> - 2012-12-05 14:42

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: solution file for VC11

Luigi Ballabio
Great, thanks.

Luigi


On Wed, Dec 12, 2012 at 1:59 PM, Edouard Tallent <[hidden email]> wrote:
Hi all.

Sorry for the delay.

I downloaded the files at https://quantlib.svn.sourceforge.net/svnroot/quantlib/trunk/QuantLib/ , and compiled the solution (QuantLib_vc11.sln) .

I got the usual warning messages, but all ended well.

(I realize I didn't update the Makefile.am!)

Best,
Édouard

http://quantcorner.wordpress.com


Re: [Quantlib-users] solution file for VC11From: Luigi Ballabio <luigi.ballabio@gm...> - 2012-12-05 14:42
Hi Édouard,
  I've added your files to the Subversion trunk. May you check it
out and test that they work?

Thanks,
  Luigi

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users



------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users