Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.02 KB

importing-into-an-application.md

File metadata and controls

28 lines (18 loc) · 1.02 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Importing into an Application
Importing into an Application
11/04/2016
DLLs [C++], importing
importing DLLs [C++], applications
applications [C++], importing into
9d646466-e12e-4710-8ad9-c819c0375fcc

Importing into an Application

You can import functions into an application using two methods:

  • Use the keywords __declspec(dllimport) in a function definition in the main application

  • Use a module definition (.def) file along with __declspec(dllimport)

What do you want to do?

See also

Importing and Exporting