| description | Learn more about: Importing into an Application | |||
|---|---|---|---|---|
| title | Importing into an Application | |||
| ms.date | 11/04/2016 | |||
| helpviewer_keywords |
|
|||
| ms.assetid | 9d646466-e12e-4710-8ad9-c819c0375fcc |
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)