Boost logo

Boost Users :

Subject: Re: [Boost-users] Beginner Question (Windows MSVC)
From: degski (degski_at_[hidden])
Date: 2017-06-11 06:04:17


On 10 June 2017 at 17:01, James Stortz via Boost-users <
boost-users_at_[hidden]> wrote:

> Ah, I bet you are right! I honestly just had no idea. I'll look into that.
>

If you have a mt/md mismatch, you'll have (a) linker error(s) related to
double definitions in the c-runtime-libraries (CRT's), which you could
supress (and ignore) by explicitely excluding to link to either the static
or the dynamic CRT with /NODEFAULTLIB:"thecruntimetoexclude.lib" on the
command-line, or in the linker properties > input > ignore specific default
libraries. A mismatch in release/debug will result in the library being not
found.

degski

-- 
"*Ihre sogenannte Religion wirkt bloß wie ein Opiat reizend, betäubend,
Schmerzen aus Schwäche stillend.*" - Novalis 1798


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