David Brownell wrote:
> While this will work (although it is discouraged in the documentation
> of redist.txt), my preference is to ship only one DLL (the thread
> dll) and my exe. Anyone know how to tweak bjam to do this?
I would be wary of any code which has both static and dynamic versions of
I haven't tried but it should work ...
By default the bjam will build this dll using the /MD flag (runtime-library
flag).
If you look in MSDNL you will see that this flag reuqest: "The actual
working code is
contained in MSVCRT.dll, which must be available at run time".
What you could do, is to bu
While this will work (although it is discouraged in the documentation of
redist.txt), my preference is to ship only one DLL (the thread dll) and my
exe. Anyone know how to tweak bjam to do this?
Thanks!
"Moore, Dave" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> MSCV70P.DLL is a