Boost logo

Boost :

From: Adrian Michel (michel_at_[hidden])
Date: 2003-06-12 11:23:28


>
> No, there is no MFC dependency. Changing your project settings to use the
> MFC dll cleared the warnings because this change also effects how you link
> against the C RTL. When you tried to compile the project with no MFC you
> got the error you did because you failed to compile against a
> multi-threaded C RTL. All dependencies in Boost.Threads are with the C
> RTL and not MFC.

You are right. When I changed the project settings to "no MFC support", it
silently changed the code generation option from multithreaded to
single-threaded - I had wrongly assumed that the state multi/single threaded
would be preserved.

Cheers,

Adrian


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk