Subject: Re: [Boost-users] DLL Load Failed
From: Monde, John (John.Monde_at_[hidden])
Date: 2010-10-20 09:58:06


< Perhaps the target machine lacks the appropriate MSVCRT C runtime
library?>
That was it, I had the release version of the MS runtime library not the
debug loaded on the target machine. I had meant to move the release
version of my boost module, not the debug, to target machine. Works
great now!

Thanks!
John