新进化论

道生一,一生二,二生三,三生万物。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

使用VS2019,大概步骤

  • Create a DLL project in Visual Studio.

  • Add exported functions and variables to the DLL.

  • Create a console app project in Visual Studio.

  • Use the functions and variables imported from the DLL in the console app.

  • Run the completed app.

参考:

Walkthrough: Create and use your own Dynamic Link Library (C++) | Microsoft Docs

posted on 2022-01-27 09:02  岌岌可危  阅读(32)  评论(0编辑  收藏  举报