$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Static Linking Woes
From: Cory Nelson (phrosty_at_[hidden])
Date: 2008-11-11 23:07:50
On Tue, Nov 11, 2008 at 5:12 PM, Brian Dawn <azan00_at_[hidden]> wrote:
>
> Is there any way I can get around this? I would like my application to be
> multithreaded rather than multithreaded DLL to avoid the side-by-side
> configuration error when distributing my exe.
>
Your side-by-side error is probably due to the VC++ runtime not being
installed, or your exe not having a manifest to load it.
-- Cory Nelson