
5 May
2006
5 May
'06
3:04 p.m.
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