$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Andersson (johan.andersson_at_[hidden])
Date: 2007-02-27 08:17:43
Hi,
I'm trying to build a Windows DLL using Boost Build and Visual C++ 7.1. The
DLL depends on MFC. Everything works fine during compilation but fails when
linking. The linker reports a LNK2005 error
(http://support.microsoft.com/kb/148652/en-us). According to the Microsoft
article I should change the order in which the libraries are linked. How can
I do that with Boost Build? Any other issues I need to consider when linking
with MFC?
Regards,
Johan