Re: [boost] [thread] 1.33.1 with vc71, links against msvcrt and msvcprt

Roland Schwarz:
Don't know what you think is wrong on the above. These two dumpbin indicate correct behaviour.
Yes, they're absolutely correct, which is what I mean... Andrew had a -s version which linked against MSVCRT, which is the DLL runtime (not the single-threaded version, which Anthony thought). David ________________________________________________________________________ This e-mail, and any attachment, is confidential. If you have received it in error, do not use or disclose the information in any way, notify me immediately, and please delete it from your system. ________________________________________________________________________

I discovered the problem. It was definitely operator error (mine). Building with the right settings to bjam created the right library with static linking ( /MT and /MTd memory models). And yes, what happened was creative renaming by my lack of understanding that the names meant something. Much thanks for everyone to confirm the issue was a non-issue. Best, andy On 5/5/06, Dave McCabe <dave.mccabe@omg3d.com> wrote:
Roland Schwarz:
Don't know what you think is wrong on the above. These two dumpbin indicate correct behaviour.
Yes, they're absolutely correct, which is what I mean... Andrew had a -s version which linked against MSVCRT, which is the DLL runtime (not the single-threaded version, which Anthony thought).
David
participants (2)
-
Andrew Finkenstadt
-
Dave McCabe