[ovs-dev] [RFC 2/2] cccl: Use run time library.

Ben Pfaff blp at nicira.com
Wed Dec 4 01:11:13 UTC 2013


On Mon, Dec 02, 2013 at 02:57:59PM -0800, Gurucharan Shetty wrote:
> According to documentation:
> 
> The option /MD causes your application to use the multithread- and
> DLL-specific version of the run-time library. Defines _MT and _DLL and
> causes the compiler to place the library name MSVCRT.lib into the .obj
> file.
> 
> Applications compiled with this option are statically linked to
> MSVCRT.lib. This library provides a layer of code that allows the linker
> to resolve external references. The actual working code is contained in
> MSVCR100.DLL, which must be available at run time to applications linked
> with MSVCRT.lib.
> 
> CC: aserdean at cloudbasesolutions.com
> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>

I don't feel qualified to review this.



More information about the dev mailing list