Visual C++ Libraries as Shared Side-by-Side Assemblies
| Assembly Name | DLLs included in the assembly | Visual C++ Library |
|---|---|---|
Microsoft.VC80.ATL | atl80.dll | Active Template Library |
Microsoft.VC80.CRT | msvcr80.dll msvcp80.dll msvcm80.dll | C Runtime Library, release DLLs |
Microsoft.VC80.DebugCRT | msvcr80d.dll msvcp80d.dll msvcm80d.dll | C Runtime Library, debug DLLs |
Microsoft.VC80.MFC | mfc80.dll mfcm80.dll mfc80u.dll mfcm80u.dll | Microsoft Foundation Classes, release DLLs |
Microsoft.VC80.DebugMFC | mfc80d.dll mfcm80d.dll mfc80ud.dll mfcm80ud.dll | Microsoft Foundation Classes, debug DLLs |
Microsoft.VC80.MFCLOC | mfc80chs.dll mfc80deu.dll mfc80esp.dll mfc80ita.dll mfc80kor.dll mfc80cht.dll mfc80enu.dll mfc80fra.dll mfc80jpn.dll | Microsoft Foundation Classes, localized resources |
Microsoft.VC80.OpenMP | vcomp.dll | OpenMP Library, release DLLs |
Microsoft.VC80.DebugOpenMP | Vcompd.dll | OpenMP Library, debug DLLs |
"프로그래밍 / MSDN" 분류의 다른 글
| MSDN 새단장 기념 이벤트 (0) | 2009/01/13 |
| Windows with C++ - Windows Template Library 8.0 (0) | 2007/12/13 |
| WCF Contract Attribute (0) | 2007/07/10 |
| Office 주 Interop 어셈블리 (0) | 2007/07/02 |
| [C#]CallbackOnCollectedDelegate MDA (0) | 2007/06/01 |
| [C#] Form Control에는 Thread-Safe 호출을 사용 (0) | 2007/05/31 |
| System Error Codes (0) | 2007/02/28 |
| Windows SDK .NET Framework 3.0 Samples (0) | 2007/02/24 |
프로그래밍/MSDN
2006/11/07 21:50

댓글을 달아 주세요