导入到应用程序中

可以使用两种方法将函数导入应用程序:

  • 在主应用程序的函数定义中使用关键字 __declspec(dllimport)

  • 结合使用模板定义 (.def) 文件和 __declspec(dllimport)

你希望做什么?

另请参阅

导入和导出