Hi Joe
you wrote:
> I have linker problem I haven't seen resolved here. I get it
> while trying trying to link the testsuite module of QuantLib
>
>LINK : fatal error LNK1104: cannot open file
>'libboost_unit_test_framework-vc71-mt-sgd-1_32.lib'
you haven't compiled the boost libraries. While QuantLib depends only on
boost headers, the test-suite depends on boost unit test libraries.
See
http://www.boost.org/more/getting_started.html, especially "build and
install"
>For what it's worth, I've already included my version of boost in the
>Tools->VC++ Directories->Include Files section of the module's Properties
>page, so I don't think that's the issue.
For the test suite you will also need to add the boost library folder in
"Tools->VC++ Directories->Library Files" (or something equivalent: I don't
have access to VC now)
hope it helps
ciao -- Nando