PSS ID Number: 128641
Article Last Modified on 12/9/2003
The information in this article applies to:
- Microsoft Visual C++ 2.0
- Microsoft Visual C++ 2.1
- Microsoft Visual C++ 4.0
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
This article was previously published under Q128641
SUMMARY
This article describes the /ML, /MT and /MD compile options and the default
libraries that these options specify. Different compile options imply
linking with different default libraries. In the Visual C++ version 2.0
development environment, these options are found in the C/C++ tab after
choosing Project from the Settings menu. In the Visual C++ version 4.0
development environment, these options are found in the C/C++ tab after
choosing Settings... from the Build menu. For both, select Code Generation.
The "Use Run-Time Library" category corresponds to the switches described
below.
NOTE: The /NODEFAULTLIB linker option can be used to override default
libraries specified by the compiler. If you are having problems linking
to the default libraries, check the usage of this linker option.
Additional query words: link.exe link cl.exe cl
Keywords: kbCompiler kbinfo KB128641
Technology: kbAudDeveloper kbVC200 kbVC210 kbVC32bitSearch kbVC400 kbVC500 kbVC500Search kbVCsearch