Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost Unit Testing Macros on Visual Studio 2005/Visual C++ 8.0
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-12-09 17:57:31


AMDG

Andrew J. Leer wrote:
> Eh,
>
> What's auto linking?
>

Notice your original error:

1>Linking...
1>LINK : fatal error LNK1104: cannot open file
'libboost_unit_test_framework-vc80-mt-gd-1_40.lib'

The Boost.Test library has already told the compiler that it needs
this library. You just need to add the directory containing it to
the linker's search path.

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net