Visual C++ 2005 Express (beta)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Visual C++ 2005 Express (beta)

Christian Thorup
Microsoft is giving away for free Visual C++
2005 Express and Platform SDK. My guess was
that this is all i need to compile QL- with the addition
of the Boost libs of course.

I have a few problems with build QL 0.3.9 in the new
VC++ 2005 Express. Compiling QuantLib and
QuantLibFunctions works just fine but the
testapplications like americanoption, swap, europeanoption
does not want to compile at all. I suspect it is because QL only
ships with vc++ 6 and older workspaces defined? Error below:

americanoption.cpp
Generating Code...
Compiling manifest to resources...
Linking...
LINK : fatal error LNK1104: cannot open file 'QuantLib-vc1400-mt-0_3_8.lib'
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50215
Copyright (C) Microsoft Corporation. All rights reserved.
Build log was saved at
"file://c:\Program\QuantLib\test-suite\build\ReleaseMTDLL\BuildLog.htm"
testsuite - 1 error(s), 51 warning(s)
========== Build: 2 succeeded, 6 failed, 0 up-to-date, 0 skipped ==========