$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Newbie: Building boost with Visual Studio 2008
From: David Aldrich (David.Aldrich_at_[hidden])
Date: 2010-07-07 12:17:35
Hi Steven
Thanks for your reply.
>The linker is looking for the import library for a DLL.
>You can build this with
>bjam --with-python link=shared
I chose this solution and the project now builds successfully.
However, when I run the project's executable I get:
"This application failed to start because boost_python-vc90-mt-gd-1_43.dll was not found"
So we have satisfied the linker but not the runtime. Please can you advise me how to fix this problem?
Best regards
David