Microsoft c runtime library

broken image
broken image

If you work in the Visual Studio environment, choose Project | Settings.If you are upgrading from Rogue Wave products that used the Microsoft static runtime libraries, you must switch to the DLL runtime libraries. In other words, both static and dynamic builds must link to the DLL version of the C runtime library.

broken image
broken image

As a result, the Rogue Wave static libraries, and applications built with them, are now dependent on the Microsoft C Runtime Library DLLs (MSVCRT.DLL for release mode, and MSVCRTD.DLL for debug mode). Static builds on Microsoft Visual C++ were changed to use the runtime library options, /MD or /MDd. An MSVC user has a problem linking old SPM-based projects when building on the new RCB code base.