Boost logo

Boost Users :

Subject: Re: [Boost-users] Linking with dynamic boost thread library
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2009-04-08 12:59:14


Project Properties -> C/C++ -> Code Generation: Runtime Library:
Multi-Threaded Debug DLL (/MDd)
or Multi-Threaded DLL (/MD) for release version

Good Luck,
Ovanes

On Wed, Apr 8, 2009 at 6:40 PM, Green, Jason M NSWCDL, W33 <
jason.m.green3_at_[hidden]> wrote:

> I’m having a similar problem with my project. I’d like to use the dlls
> but no matter what, the compile warns me that it “cannot open file
> ‘boost_regex-vc80-mt-gd-1_38.lib’”
>
>
>
> I’m trying to find where I can set the project (in vis studio 2005) to use
> the dynamic link libraries as opposed to the static. Based on previous
> entries in this thread, I assume that is the first step that I need to take.
>
>
>
> Can someone tell me where to set this?
>
> Jason
>
>
>
> *From:* boost-users-bounces_at_[hidden] [mailto:
> boost-users-bounces_at_[hidden]] *On Behalf Of *Ovanes Markarian
> *Sent:* Wednesday, April 08, 2009 11:01 AM
> *To:* boost-users_at_[hidden]
> *Subject:* Re: [Boost-users] Linking with dynamic boost thread library
>
>
>
> What I mean is the reversed order. You can not link the static runtime and
> dynamic boost_thread or any other lib.
>
> On Wed, Apr 8, 2009 at 4:50 PM, Steven Watanabe <watanabesj_at_[hidden]>
> wrote:
>
> AMDG
>
>
>
> Igor MI wrote:
>
> But now I wonder about what Ovanes said. Why did I linked successfully with
> static thread library when my project is set to multi threaded debug dll?
>
>
>
>
> You can link using the dll runtime and the static boost_thread.
>
>
>
> In Christ,
> Steven Watanabe
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



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