Using Rogue Wave Static Libraries with MSVC
Static builds on Microsoft Visual C++ use the runtime library options /MD or /MDd. As a result, the Rogue Wave static libraries, and applications built with them, are dependent on the Microsoft C Runtime Library DLLs (MSVCRT<ver>.DLL for release-mode, and MSVCRTD<ver>.DLL for debug-mode).