您的位置:首页 > 编程语言 > C语言/C++

Visual C++ 2010 编译的程序所需Runtime文件介绍

2010-05-06 10:42 239 查看
来自MSDN网址: http://msdn.microsoft.com/en-us/library/8kche8ah.aspx
Visual C++ Library

Description

Applies to

atl100.dll

Active Template Library (ATL).

Applications that use ATL.

msvcr100.dll

C Runtime Library (CRT) for native code.

Applications that use the C Run-Time Libraries.

msvcm100.dll

CRT and Standard C++ Library for managed and mixed code.

Applications that use the C Run-Time Libraries or Standard C++ Library and use the /clr (Common Language Runtime Compilation) compiler option.

msvcp100.dll

Standard C++ Library for native code.

Applications that use the Standard C++ Library.

mfc100.dll

Microsoft Foundation Classes (MFC) Library.

Applications that use the MFC Library.

mfc100u.dll

MFC Library with Unicode support.

Applications that use the MFC Library and require Unicode support.

mfcmifc100.dll

MFC Managed Interfaces Library.

Applications that use the MFC Library with Windows Forms Controls.

mfcm100.dll

MFC Managed Library.

Applications that use the MFC Library with Windows Forms Controls.

mfcm100u.dll

MFC Managed Library with Unicode support.

Applications that use the MFC Library with Windows Forms Controls and require Unicode support.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐