ML

Tells the linker to search for unresolved references in a legacy, single-threaded, static run-time library. This is a deprecated option.

IDE Equivalent

Windows: Code Generation > Runtime Library

Linux: None

Mac OS X: None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

None

Windows:

/ML

/MLd

Arguments

None

Default

Systems using Microsoft Visual Studio 2003: /ML

If Microsoft* Visual Studio* 2003 is being used, the linker searches for unresolved references in a legacy, single-threaded, static run-time library.

Systems using Microsoft Visual Studio 2005 or later: OFF

If Microsoft* Visual Studio* 2005 or greater is being used, or Microsoft* Visual Studio* Premier Partner Edition (VSPPE) has been installed, the linker searches for unresolved references in a multithreaded, static run-time library.

Description

This option tells the linker to search for unresolved references in a legacy, single-threaded, static run-time library. It is only valid with Microsoft Visual Studio 2003, and is deprecated with later versions.

You can also specify /MLd, where d indicates a debug version.

Alternate Options

None

See Also

Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.