Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.27 KB

non-mfc-dlls-overview.md

File metadata and controls

34 lines (21 loc) · 1.27 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Non-MFC DLLs: Overview
Non-MFC DLLs: Overview
11/04/2016
non-MFC DLLs [C++]
DLLs [C++], non-MFC
1ed5d1ee-e20c-47d7-801d-87ea26a73842

Non-MFC DLLs: Overview

A non-MFC DLL is a DLL that does not use MFC internally, and the exported functions in the DLL can be called by either MFC or non-MFC executable files. Functions are usually exported from a non-MFC DLL using the standard C interface.

For more information about non-MFC DLLs, see Dynamic-Link Libraries in the Windows SDK.

What do you want to do?

What do you want to know more about?

See also

Kinds of DLLs