Re: Problem to execute a source with Visual Studio 2005
Posted by
Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/Problem-to-execute-a-source-with-Visual-Studio-2005-tp4370p4371.html
On 1/18/06, gilles herzog <
[hidden email]> wrote:
> I have Visual studio 2005. Quantlib is compiled but when I want to compile a
> simple Example I have a link error because the compiler doesn't find the
> file Quantlib-vc80-mt-s-0_3_11.lib.
> I have just the lib Quantlib-vc80-mt-gd-0_3_11.lib in quantlib directory.
Make sure you're using the same configuration (Release, Debug, etc.)
for both the library and the examples. They have to match.
Luigi