이 브라우저는 더 이상 지원되지 않습니다.
최신 기능, 보안 업데이트, 기술 지원을 이용하려면 Microsoft Edge로 업그레이드하세요.
| Overview | FAQ | Details | Sample
Use the following list to locate information on a DLL-related task.
Export from a DLL
Export from a DLL using .DEF files
Export from a DLL using __declspec(dllexport)
Export and import using AFX_EXT_CLASS
Export C++ functions for use in C-language executables
Export C functions for use in C or C++-language executables
Determine which exporting method to use
Export functions from a DLL by ordinal rather than by name
Import into an application using __declspec(dllimport)
Link an executable to a DLL
Link implicitly
Link explicitly
Determine which linking method to use
Initialize a DLL
Initialize regular DLLs
Initialize extension DLLs
Initialize non-MFC DLLs
Create a resource-only DLL